------------------ * Added some functions to read table data from cube files. * Added special pixel values via specialpixels.py (implemented as namedtuples instead of as dictionaries, as in pysis). * Enabled Python 3.7 and 3.8 tests for tox.
1.6.0
------------------ * Provided pysis return type and exception emulation. * Switched from Apache 2 to the BSD-3-Clause license.
1.5.0
------------------ * Did some documentation formatting. * Streamlined the fromlist module. * Put in a protection from accidentally adding a Path to a PathSet twice.
1.4.0
------------------ * Added the fromlist module.
1.3.0
------------------ * Added the cubeit_k() k_function. * Added TravisCI tests for ISIS 3.8.1 and 3.9.0 * Separated tests into those that can run in-memory with mocking, and those that need the filesystem, and ISIS, etc.
1.2.0
------------------ * Added a documentation section to help guide a user to choose between pysis and kalasiris. * Improved the documentation for the version module a little. * Added the stats_k() k_function.