Skip to content

25.1.0

Compare
Choose a tag to compare
@mgxd mgxd released this 24 Jun 20:46
· 62 commits to master since this release

Release Notes

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.

Changes

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)