Skip to content

Releases: vkurup/python-tcxparser

2.3.0

31 Jul 16:11
Compare
Choose a tag to compare

v2.3.0, 2022-07-31

2.2.0

23 Jan 17:33
Compare
Choose a tag to compare

v2.2.0, 2022-01-23

2.1.0

30 Dec 15:01
Compare
Choose a tag to compare

v2.1.0, 2021-12-30

  • Calculate time in HR zones. Thanks @khink (#41)
  • Don't throw exceptions when certain data is missing. Thanks @terra-alex (#74)
  • Minor updates to dependencies. Thanks pyup-bot

2.0.0

20 Dec 22:19
e1381bd
Compare
Choose a tag to compare

v2.0.0, 2020-12-20

  • Add command to extract the percentage of workout spent in each HR zone. Thanks @khink (#29)
  • Drops support for Python 2.7

1.1.0

11 Jan 00:28
Compare
Choose a tag to compare
  • Add distance_values, position_values and started_at attributes. Thanks @janpipek (#23)

1.0.0

15 Dec 21:07
2b2acae
Compare
Choose a tag to compare
  • Add support for Notes field

0.8.0

27 Apr 23:29
56309fd
Compare
Choose a tag to compare
  • Add coverage, flake8
  • Support Python 3
  • Move code into its own package
  • Add some cycling support (#16)
  • Run tests on CI using tox-travis

0.7.2

03 Mar 01:59
Compare
Choose a tag to compare

Don't fail if lat/lon not present.

v0.7.1

14 Aug 21:58
Compare
Choose a tag to compare

Fix for tracks with only 1 trackpoint.

v0.7.0

01 Jan 18:12
Compare
Choose a tag to compare

Added average altitude support. Thanks @firefly-cpp