Changelog#

0.2.1 (2023-04-09)#

Fixed#

  • Serialization of route and track numbers. #10

  • Mutable default values. #11

0.2.0 (2023-04-06)#

With this release, PyGPX is now fully [1] compatible with the GPX 1.1 specification.

Changes#

0.1.1 (2023-03-31)#

This release introduces a completely overhauled codebase. For this, I used my cookiecutter-python-package Python package template. As such, this release comes with much higher code quality, documentation and automation.

The API itself has not changed (and as such, there is no minor version bump).

Changes#

  • Completely refactored codebase, with:

    • Moved source code from ./gpx to ./src/gpx

    • Fully typed and documented

  • Added documentation via Read the Docs

  • Updated CI/CD via GitHub Actions

  • Added pre-commit hooks w/ CI-integration

0.1.0 (2021-06-08)#

Changes#

  • Initial release of PyGPX