0.4.3
 - setup: fix homepage link
0.4.2
 - fix: always write correct TEXT size (#4)
0.4.1
 - ci: automate release to PyPI using travis-ci
0.4.0
 - fix: support data segments that end beyond 99,999,999th byte (#2)
 - ref: use pathlib internally
0.3.0
 - feat: support pathlib.Path object as output filename
 - cleanup setup files
0.2.0
 - added compatibility mode for range of int16 data
 - fix UnicodeDecodeError when saving UTF-8 headers
 - add switch for changing endianness of data stored
 - remove rows containing NaN values before writing
 - minor fix for examples
 - make code compatible with PEP8
0.1.3
 - include all example data in dist package
 - force installation of package data
0.1.2
 - replace common unicode characters in channel names
 - improve compatibility with Python 3
0.1.1
 - functional library
0.1.0
 - Initial commit to GitHub
