Releases: RyanAugust/CheetahPy
v0.5.2
v0.5.1
What's Changed
- Simpler list data extract by @RyanAugust in #3
- Removal of automatic AIP setup and test on module import
Full Changelog: v0.5.0...v0.5.1
Summary Fix & Restructure
What's Changed
- fix athlete summary bug by @RyanAugust in #1
- Rebuild porject structure & setup by @RyanAugust in #2
- workflow to publish
Full Changelog: v0.4.0...v0.5.0
Added support for Opendata
This release adds support for interacting with locally stored GC Opendata files in a similar manor to what is available for a single athlete using the AIP.
Opendata connections are managed within local_opendata.opendata_dataset
, which requires the input of a root_dir
as the head of the directory to your locally stored opendata files. In effect this will operate as a local store default version of GC's opendata-python package
First Stable Release
Stable release with full coverage of the existing Golden Cheetah API.
This provides functionality to request athlete summaries, measures, meanmax details, zones in addition to fetching full activity data. Alongside the standard fetch of data is the ability to filter where the underlying API provides functionality—typically in the form of dates. Where applicable (in athlete summary & activity specific) it is also possible to specify metrics and measures (including custom) for return.