Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions docs/source/release_notes/3.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
.. 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
28 changes: 0 additions & 28 deletions docs/source/release_notes/4.0.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/release_notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Release notes
.. toctree::
:maxdepth: 2

4.0.rst
3.2.rst
3.1.rst
3.0.rst
2.2.rst
Expand Down
Loading