ANTS 3.0 (December 2025)#
This release is primarily driven by migration to GitHub. For a full list of changes see the 3.0 release milestone.
Important
The Contributor Licence Agreement (CLA) has been updated (PR #35). All contributors must re-sign the CLA, see ANTS: How to Contribute.
Features#
PR #30: ants-launch now includes datetime stamps in log messages to aid debugging.
Bugs Fixed#
Incompatible Changes#
The rose stem test workflow is now run via the
cylc vipcommand, rather than therose stemcommand (part of PR #11). See Running the rose stem test workflow.
Infrastructure#
PR #37: Unit tests are run with GitHub Actions as part of continuous integration (CI).
PR #38: Documentation is built with GitHub Actions as part of continuous integration (CI).
PR #86: pre-commit hooks are now supported in ANTS.
PR #90: setuptools-scm is now used to set the version number automatically from git metadata.