.. include:: /common.txt ********************* ANTS 3.2 (June 2026) ********************* For a full list of changes see the :milestone:`3.2 release milestone <4>`. Features ======== - :pr:`148`: Extend the functionality of :func:`ants.analysis.merge` - and by extension the :doc:`/ancil_fill_n_merge` 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 :func:`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.floodfill`` has been renamed to ``ants.analysis.flood_fill``; ``ants.analysis.floodfill`` has been deprecated. Incompatible Changes ==================== None Infrastructure ============== None Documentation ============= None