What’s New

These are new features and improvements of note in each release. For full details, see the commit logs.

v0.1.0 (November 21, 2020)

This is the first beta release and includes the core features for reading tracking files and loading into runpandas.types.frame.Activity dataframes.

Highlights include:

What’s new in v0.1.0

New features

  • The base structure for the code project including builds, tests and setup (GH1 and GH3).

  • Activity that extends pandas.Dataframe which supports special columns related to activities. (GH2).

  • MeasureSeries that extends pandas.Series which supports special numerical series according to the measure evaluated. (GH2).

  • Added support to read tracking files in tcx, gpx and fit formats (GH4).

v0.2.0 (January 12, 2021)

This is a major release from 0.1 and includes new features and a number of bug fixes.

Highlights include:

What’s new in v0.2.0

New features

  • Added support to fetch a single activity from an registered athlete from social network Strava. (GH9)

  • Added standalone script for getting the access token for the user strava activities. (GH9)

  • Added badge for Pepy metrics (pepy.tech)

  • Added runpandas.read_dir method for iterate and read multiple tracking files located in a directory. (GH10)

  • Improvements on Docs (added new sections UserGuide, API Reference, Install Guide, Changelog) (GH22)

  • Added examples section to README (GH22)

  • Added badge CodeFactor.io and MyBinder.org. to README

Bug Fixes

  • Fixed setup.py find_packages method that broke the readthedocs build procedure (GH30)

v0.3.0 (March 13, 2021)

This is a major release from 0.2 and includes new features and a number of bug fixes.

Highlights include:

What’s new in v0.3.0

New features

  • Added support to detect periods of inactivity in order to calculate the moving time (GH11)

  • Added testes for inactivity estimator for the activity. (GH11)

  • Added distance, elapsed_time and moving time properties for an activity and respective tests. (GH12)

  • Improvements on Docs (new reference APIs and examples) (GH11 and GH12)

  • Updated examples on README

  • Added badge Zenodo.org DOI to README

Bug Fixes

  • Fixed the timestamp parse format with fraction when reading GPX files (GH34)