Skip to content

Commit fa444c2

Browse files
committed
Merge tag '25.1.0'
25.1.0 (June 24, 2025) First release of the 25.1.x series. A few key changes include a new workflow for derivatives compatibility when an anatomical template is not present, and performing a two step registration (currently only for MNI152NLin6Asym) is now the default behavior. This can be disabled by adding `--no-multi-step-reg` to the command. - Enhancements * ENH: Verify derivatives are compatible with anatomical reference (#459) * ENH: Make `--multi-step-reg` a boolean action, enable by default (#470) * ENH: Convert pooch retrieval to interface, allow setting cache dir (#467) - Internals / Maintenance * MAINT: bump dependencies, test on python 3.13 (#468) * MAINT: deprecate `--clean-workdir` (#473)
2 parents ec6dc62 + e87d9b3 commit fa444c2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
25.1.0 (June 24, 2025)
2+
======================
3+
First release of the 25.1.x series. A few key changes include a new workflow
4+
for derivatives compatibility when an anatomical template is not present, and performing
5+
a two step registration (currently only for MNI152NLin6Asym) is now the default behavior.
6+
This can be disabled by adding `--no-multi-step-reg` to the command.
7+
8+
### Enhancements
9+
* ENH: Verify derivatives are compatible with anatomical reference (#459)
10+
* ENH: Make `--multi-step-reg` a boolean action, enable by default (#470)
11+
* ENH: Convert pooch retrieval to interface, allow setting cache dir (#467)
12+
13+
### Internals / Maintenance
14+
* MAINT: bump dependencies, test on python 3.13 (#468)
15+
* MAINT: deprecate `--clean-workdir` (#473)
16+
17+
118
25.0.2 (May 19, 2025)
219
---------------------
320
A patch release including a couple key bug fixes:

0 commit comments

Comments
 (0)