Skip to content

0.21.0

Compare
Choose a tag to compare
@martin-ueding martin-ueding released this 09 Jun 09:48
· 310 commits to master since this release
  • Breaking change: New way to extract metadata from paths and filenames. This uses regular expressions and is more versatile than the heuristic before. If you have used prefer_metadata_from_file before, see the documentation on activity files for the new way.

  • GH-105: Ignore similar activities that have vanished.

  • GH-106: Be more strict when identifying jumps in activities. Take 30 s and 100 m distance as criterion now.

  • GH-107: Remove warning by fixing a Pandas slice assignment.

  • GH-108: Calories and steps are now extracted from FIT files.

  • GH-109: Better error message when trying to start up without any activity files.

  • Removed imagehash from the dependencies.

  • Single day overview is now linked from each activity.

  • Parsing of activity files is now parallelized over all CPU cores and faster than before.

  • The coloring of the speed along the activity line doesn't remove outliers any more.