Release Notes#

This section contains detailed release notes for CORNETO versions, documenting new features, improvements, bug fixes, and breaking changes.

Recent Releases#

Release Schedule#

CORNETO follows semantic versioning with the following release types:

  • Major releases (x.0.0): Breaking changes and significant new features

  • Minor releases (x.y.0): New features and improvements, backward compatible

  • Patch releases (x.y.z): Bug fixes and small improvements

  • Pre-releases (x.y.z-alpha/beta/rc): Testing versions before stable releases

Getting Release Updates#

  • GitHub Releases: Follow releases on the GitHub repository

  • PyPI: Install the latest version with pip install --upgrade corneto

  • Development: Track development progress on the dev branch

Contributing to Releases#

For information on contributing to CORNETO and the release process, see our contributing guidelines and release documentation.