Release Notes¶
Here you can find the release notes for Irenogram releases.
Note
Irenogram follows Semantic Versioning. Given a version number MAJOR.MINOR.PATCH:
MAJOR version changes indicate incompatible API changes.
MINOR version changes add functionality in a backward-compatible manner.
PATCH version changes are backward-compatible bug fixes.
Latest Releases¶
See the GitHub releases page for the complete changelog and download links for each release.
Upgrade Guide¶
To upgrade to the latest version of Irenogram, run:
$ pip install -U irenogram
Tip
It’s always recommended to check the release notes before upgrading, especially for major version changes that might include breaking API changes.