This file contains all notable changes to the sdfascii project.
- Fixed the data type for y-data complex values (use >c8 not >c16).
- Fixed the fix for y-data number of points with complex values.
- Fixed error in number of y-data points, when the values are complex.
- Fixed error parsing complex data.
- Added examples to tasks.
- Fixed upload to PyPi issue.
- Added mypy and removeed six and pandoc.
- Removed Python 3.4, 3.5, 3.6, and 3.7
- Added Python 3.10 and 3.11
- Add missing window types, measurement types, and data types.
- Fix trace correction factor.
- Installed twine in order to upload to pypi.
- Installed build in order to upload to pypi.
- Use twine to upload to pypi.
- Actually released to pypi.
- Updated dependencies.
- Remove Python 2.6 and 3.3 testing in Travis-CI.
- Remove OS X testing in Travis-CI.
- Updated dependencies.
- Added Python 3.6 to travis.yml.
- Invoke
inv test
task now checks for test coverage.
- Migrated from Travis legacy to container-based infrastructure.
- Updated numpy from 1.8.1 to 1.9.2.
- Updated other pip requirements.
- Add license badge
- Renamed AUTHORS.txt to AUTHORS.md
- Updated README.md
- Changed to shields.io for badge service
- Fixed unit tests in Python 2.6 #6
- Made Python 3.3/3.4 compatible #5