* Added the version module in order to query and retrieve ISIS version information from the ISIS system. * Added TravisCI tests for ISIS 3.7.1
1.0.0
------------------
* Removed cubenormDialect, and moved it to cubenormfile.Dialect * Implemented cubenormfile.writer and cubenormfile.DictWriter, to write the fixed-width file format that ISIS cubenorm will actually read.
0.2.0
------------------
* Implemented a new feature: the PathSet Class. * Enabled installation via ``conda-forge`` * Updated some documentation. * Fixed it so that the module documentation appears in readthedocs
0.1.2
------------------
* Discovered a bug that made us platform-dependent. Fixed. * Made a variety of documentation improvements. * Enabled and tested install via ``pip install`` * Enabled testing via tox * Enabled testing via Travis CI
0.1.1
------------------
* Jesse discovered that the code was incorrectly testing for executability of the ``$ISISROOT/bin/xml/*xml`` files instead of the ``$ISISROOT/bin/*`` program files, and issued a PR that fixed it.