From 9f333b18d5588be1525143e4a4034a00b8b1b905 Mon Sep 17 00:00:00 2001 From: Josh Rackham <144251043+jrackham-mo@users.noreply.github.com> Date: Mon, 8 Jun 2026 13:47:07 +0100 Subject: [PATCH 1/4] Rename 4.0 release notes to 3.2 --- docs/source/release_notes/{4.0.rst => 3.2.rst} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename docs/source/release_notes/{4.0.rst => 3.2.rst} (80%) diff --git a/docs/source/release_notes/4.0.rst b/docs/source/release_notes/3.2.rst similarity index 80% rename from docs/source/release_notes/4.0.rst rename to docs/source/release_notes/3.2.rst index 4295fcb..d16a93a 100644 --- a/docs/source/release_notes/4.0.rst +++ b/docs/source/release_notes/3.2.rst @@ -1,10 +1,10 @@ .. include:: /common.txt ********************* -ANTS 4.0 (? 2026) +ANTS 3.2 (June 2026) ********************* -For a full list of changes see the :milestone:`4.0 release milestone <2>`. +For a full list of changes see the :milestone:`3.2 release milestone <4>`. Features ======== @@ -25,4 +25,3 @@ Infrastructure Documentation ============= - From bcacb05fb0f6d74dea954d5a7245f259babe97c8 Mon Sep 17 00:00:00 2001 From: Josh Rackham <144251043+jrackham-mo@users.noreply.github.com> Date: Mon, 8 Jun 2026 13:59:18 +0100 Subject: [PATCH 2/4] Update 3.2 release notes --- docs/source/release_notes/3.2.rst | 5 +++++ docs/source/release_notes/index.rst | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/source/release_notes/3.2.rst b/docs/source/release_notes/3.2.rst index d16a93a..fa73667 100644 --- a/docs/source/release_notes/3.2.rst +++ b/docs/source/release_notes/3.2.rst @@ -8,9 +8,14 @@ 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. Bugs Fixed ========== +- :pr:`122`: Fixed a bug which prevented unit tests from successfully running + when using the SLURM scheduler. Deprecations ============ diff --git a/docs/source/release_notes/index.rst b/docs/source/release_notes/index.rst index c1d9563..849d165 100644 --- a/docs/source/release_notes/index.rst +++ b/docs/source/release_notes/index.rst @@ -4,7 +4,7 @@ Release notes .. toctree:: :maxdepth: 2 - 4.0.rst + 3.2.rst 3.1.rst 3.0.rst 2.2.rst From 50bd855a09c96f8e3bd948b5bb10873cd42ec798 Mon Sep 17 00:00:00 2001 From: Josh Rackham <144251043+jrackham-mo@users.noreply.github.com> Date: Mon, 8 Jun 2026 14:07:29 +0100 Subject: [PATCH 3/4] Include bulk history update feature in 3.2 release notes --- docs/source/release_notes/3.2.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/release_notes/3.2.rst b/docs/source/release_notes/3.2.rst index fa73667..f92a015 100644 --- a/docs/source/release_notes/3.2.rst +++ b/docs/source/release_notes/3.2.rst @@ -11,6 +11,8 @@ 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 ========== From b5fa58b4872eaaebff3f141520a41826b4b120ee Mon Sep 17 00:00:00 2001 From: Josh Rackham <144251043+jrackham-mo@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:15:38 +0100 Subject: [PATCH 4/4] Add None to empty sections --- docs/source/release_notes/3.2.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/release_notes/3.2.rst b/docs/source/release_notes/3.2.rst index f92a015..72c527e 100644 --- a/docs/source/release_notes/3.2.rst +++ b/docs/source/release_notes/3.2.rst @@ -26,9 +26,12 @@ Deprecations Incompatible Changes ==================== +None Infrastructure ============== +None Documentation ============= +None