- Compatability with Python 3.12, 3.11
- CI Coverage.
- New tests for loadData function.
- loadData function now toggleable. Can return either (a) data read from data blocks or (b) header information stored above the data block.
- Remove use of pkg_resources (deprecated).
- No longer use Travis.
- Compatibility with Python 3.10, 3.9, 3.8
- Remove the support for Python 3.5, 3.6.
Differences from version 1.2.2.
- Compatibility with Python 3.7, 3.6, 3.5 in addition to 2.7.
- Switch to platform-independent "noarch" Anaconda package.
- Variable
__gitsha__
in theversion
module which was renamed to__git_commit__
.