Skip to content

Changelog

For a complete version history and release notes, see the CHANGELOG.md file in the repository.

Recent Releases

The changelog includes: - New features and enhancements - Bug fixes - Breaking changes and migration guides - Deprecation notices

Visit the repository changelog for full details.

Version History

ODA Reader follows semantic versioning: - Major version (X.0.0): Breaking changes - Minor version (0.X.0): New features, backwards compatible - Patch version (0.0.X): Bug fixes, backwards compatible

Staying Updated

To upgrade to the latest version:

pip install --upgrade oda-reader

Or with uv:

uv pip install --upgrade oda-reader

Check your current version:

import oda_reader
print(oda_reader.__version__)