This file contains all notable changes to the taffmat project.
- Bumped version
- Updated dependencies in
requirements.txt
- Removed
osx
from.travis.yml
- Wrong package was called in test task.
- Invoke
inv test
task now provides coverage report.
- Migrated from Travis legacy to container-based infrastructure
- Updated numpy to 1.9.2
- Updated other pip requirements
pip install taffmat
failed becauseREADME.md
was missing. Fixed by replacingREADME.rst
in theMANIFSET.in
withREADME.md
- Moved AUTHORS.txt to AUTHORS.md
- Moved CHANGES.md to CHANGELOG.md
- Switched to shields.io badges
- Updated README.md
- Made Python 3.3 & 3.4 compatible [isuee-8][]
- Update DATASET filed when writing .HDR file issue-6
- PyPi automated deployment via Travis-CI
- Travis-CI testing and PyPi deployment (issue-1)
- Added function to change slope
- Write slices of
data_array
(issue-3) - Add test for writing slice (issue-4)
- Changed to uppercase
.HDR
and.DAT
- Remove voice memo when saving slice (issue-7)
- Use Windows carriage returns in
.HDR
file (issue-5)
- Changed to README.md
- Handle different data recorder models
- Determine if .dat was saved as 2-byte or 4-byte data
- Removed QuEST Rail LLC copyright.
- Initial release has the ability to read/write LX-10 created TAFFmat files.