Skip to content

Releases: vkurup/python-tcxparser

2.4.0

Choose a tag to compare

@vkurup vkurup released this 15 Mar 20:22

What's Changed

Full Changelog: 2.3.0...2.4.0-r1

2.3.0

Choose a tag to compare

@vkurup vkurup released this 31 Jul 16:11

v2.3.0, 2022-07-31

2.2.0

Choose a tag to compare

@vkurup vkurup released this 23 Jan 17:33

v2.2.0, 2022-01-23

2.1.0

Choose a tag to compare

@vkurup vkurup released this 30 Dec 15:01

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

Choose a tag to compare

@vkurup vkurup released this 20 Dec 22:19
e1381bd

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

Choose a tag to compare

@vkurup vkurup released this 11 Jan 00:28
  • Add distance_values, position_values and started_at attributes. Thanks @janpipek (#23)

1.0.0

Choose a tag to compare

@vkurup vkurup released this 15 Dec 21:07
2b2acae
  • Add support for Notes field

0.8.0

Choose a tag to compare

@vkurup vkurup released this 27 Apr 23:29
56309fd
  • 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

Choose a tag to compare

@vkurup vkurup released this 03 Mar 01:59

Don't fail if lat/lon not present.

v0.7.1

Choose a tag to compare

@vkurup vkurup released this 14 Aug 21:58

Fix for tracks with only 1 trackpoint.