UG-ANTS 0.4.0 (December 2025)#
This release is primarily driven by migration to GitHub. For a full list of changes see the 0.4.0 release milestone.
Important
The Contributor Licence Agreement (CLA) has been updated (PR #40). All contributors must re-sign the CLA, see UG-ANTS: How to Contribute.
Features#
PR #34: The
fix_maskfunction has been ported from ANTS to UG-ANTS asugants.utils.cube.align_mask().PR #32:
ugants.tests.stock.regular_grid_global_cubenow has a geodetic coordinate system.
Bugs Fixed#
Incompatible Changes#
PR #5: The rose stem test workflow is now run via the
cylc vipcommand, rather than therose stemcommand. See Running the rose stem test workflow.
Infrastructure#
PR #7: Unit tests are run with GitHub Actions as part of continuous integration (CI).
PR #12 and PR #13: Documentation is built with GitHub Actions as part of continuous integration (CI).
PR #9: pre-commit hooks are now supported in UG-ANTS.
PR #30: setuptools-scm is now used to set the version number automatically from git metadata.