- Add support for steps. Thanks @firefly-cpp (#100)
- Minor release and test improvements. Thanks @firefly-cpp (#76, #77)
- Add support for max and avg power. Thanks @firefly-cpp (#78)
- 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
- Add command to extract the percentage of workout spent in each HR zone. Thanks @khink (#29)
- Drops support for Python 2.7
- Add distance_values, position_values and started_at attributes. Thanks @janpipek (#23)
- Add support for Notes field
- Add coverage, flake8
- Support Python 3
- Move code into its own package
- Add some cycling support (#16)
- Run tests on CI using tox-travis
- Don't fail if lat/lon not present.
- Fix for tracks with only 1 trackpoint.
- Added average altitude support. Thanks @firefly-cpp
- Added heart rate data & pace support. Thanks @stevedoyle
- Changed methods to properties
- Initial release.