Skip to content

Releases: RyanAugust/CheetahPy

v0.5.2

29 Jul 01:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

13 Mar 03:58
Compare
Choose a tag to compare

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

02 Feb 04:57
a023967
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

Added support for Opendata

01 Jun 20:57
Compare
Choose a tag to compare

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

30 May 20:59
Compare
Choose a tag to compare

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.