What’s new in 0.0.2 (October 28, 2022)

These are the changes in activereader 0.0.2. See Release notes for a full changelog including other versions of activereader.

Enhancements

Reading route files

ActivityElement creation methods Tcx.from_file and Gpx.from_file can now read route files in addition to activity files. Previously, these methods were not reading in the data properly from these files, which are formatted slightly differently than activity files. The failure was quiet: the list of trackpoints would simply be empty, for example.

Create XmlReader

A common class that is used by Tcx.from_file and Gpx.from_file.