Releases: vkurup/python-tcxparser
Releases · vkurup/python-tcxparser
2.1.0
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
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
- Add distance_values, position_values and started_at attributes. Thanks @janpipek (#23)
1.0.0
- Add support for Notes field
0.8.0
- 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
Don't fail if lat/lon not present.
v0.7.1
Fix for tracks with only 1 trackpoint.