Skip to main content

releases

Releases

IOA Core release history and current public package information.

Current Release

v2.6.1 (2026-03-11)

Current stable public release.

Highlights:

  • GitHub Actions green on main
  • published successfully to PyPI
  • fresh-install smoke verified from PyPI
  • production hardening completed for public OSS release
  • downstream compatibility validated across core dependent repos

Install:

pip install ioa-core

Pin this release explicitly:

pip install ioa-core==2.6.1

Previous Release

v2.6.0 (2026-03-10)

Initial public PyPI release line.

Highlights:

  • public package publication established
  • CI gate and build pipeline stabilized
  • docs and website alignment initiated

Versioning

IOA Core follows semantic versioning:

  • major for breaking changes
  • minor for backward-compatible features
  • patch for backward-compatible fixes

Release Validation

Public releases should clear:

  • repository CI on main
  • package build
  • PyPI publish workflow
  • smoke install from a fresh virtual environment
  • public docs alignment