Releases: alenrajsp/tcxreader
Releases · alenrajsp/tcxreader
v0.4.9
- Updated Readme
- Fixed reading error with missing HR data values
- Fixed value conversion error in cadence
- New feature: Linear interpolation is now supported for missing values. See readme for details.
v0.4.6
- Fix type annotation in README @martin-ueding
- Fix includes (use sdist) (@firefly-cpp)
- Improved docstrings and linted the code. Also fixed type annotations where they were missing and needed.
v0.4.5
- Migrated to poetry for package management, changed init for the library so the packages can be imported directly (previously: from tcxreader.tcx_track_point import TCXTrackPoint, now from tcxreader import TCXTrackPoint ).
v0.4.4
- greatly reduced package size 19kb now, 450kb previously, by removing the example .tcx files included in the pypi distribution. They will still be available on GitHub of course.
v0.4.3
- bugfix for reading time formats (e.g. timezone, fractional time)
v0.4.2
- bugfix for reading heartrates (#19 )
v0.4.1
- bugfix for reading lap extensions (LX)
0.4.0
- Support for all Trackpoint (TPX) and Lap (LX) extensions
- New TCXExercise support for laps
- breaking changes compared to 0.3.15
0.3.15
Added support for sup files #14 and added basic support for reading the Author tags.