ANTS 3.2 (June 2026)#
For a full list of changes see the 3.2 release milestone.
Features#
PR #148: Extend the functionality of
ants.analysis.merge()- and by extension the ancil_fill_n_merge.py command line script - to allow the blending of two sources.PR #144: History can now be updated on cubes in bulk, by passing a CubeList to
ants.utils.cube.update_history().
Bugs Fixed#
PR #122: Fixed a bug which prevented unit tests from successfully running when using the SLURM scheduler.
Deprecations#
PR #143:
ants.analysis.floodfillhas been renamed toants.analysis.flood_fill;ants.analysis.floodfillhas been deprecated.
Incompatible Changes#
None
Infrastructure#
None
Documentation#
None