Skip to content

Releases: alenrajsp/tcxreader

v0.4.10

08 Apr 09:59
Compare
Choose a tag to compare
  • Improved docstrings
  • Added (#51) - Added method for converting trackpoints to a list of dictionaries @ToonElewaut

Full Changelog: v0.4.9...v0.4.10

v0.4.9

31 Jan 15:38
Compare
Choose a tag to compare
  • 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

30 Nov 15:09
Compare
Choose a tag to compare
  • 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

24 Nov 11:20
Compare
Choose a tag to compare
  • 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

14 Jan 13:29
Compare
Choose a tag to compare
  • 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

14 Jan 13:21
Compare
Choose a tag to compare
  • bugfix for reading time formats (e.g. timezone, fractional time)

v0.4.2

04 Oct 12:30
Compare
Choose a tag to compare
  • bugfix for reading heartrates (#19 )

v0.4.1

08 Aug 18:05
Compare
Choose a tag to compare
  • bugfix for reading lap extensions (LX)

0.4.0

08 Aug 10:20
78a8c07
Compare
Choose a tag to compare
  • Support for all Trackpoint (TPX) and Lap (LX) extensions
  • New TCXExercise support for laps
  • breaking changes compared to 0.3.15

0.3.15

26 Jul 13:53
Compare
Choose a tag to compare

Added support for sup files #14 and added basic support for reading the Author tags.