One main bug fix for Atropos, which had an overflow bug affecting large images.
Main new feature is the ability of antsApplyTransforms
to apply transforms to individual volumes of a time series. This makes it easier to apply time-varying transforms (like motion correction) sequentially without decomposing the time series into individual volumes.
There's also updates to the release binaries: MacOS 12 runners are being removed by Github, so Intel Mac binaries are moving to MacOS 13. The Linux releases will now include Alma Linux 8 and 9.
What's Changed
- DOC: Fix wrong link for ANTsPy in README by @NicolasGensollen in #1781
- ENH: CI updates by @cookpa in #1783
- BUG: Fix script usage by @cookpa in #1785
- BUG: float type for posterior sum caused overflow on large images by @cookpa in #1793
- DOC: Usage, --write-displacement 0 by @cookpa in #1798
- DOC: Clarify -a usage by @cookpa in #1799
- ENH: apply transform to single slice of time series by @cookpa in #1800
- ENH: More image read checks by @cookpa in #1807
- CI: Update macos to 13 by @cookpa in #1810
- CI: Fix artifact names by @cookpa in #1811
- CI: Add alma9 to releases by @cookpa in #1813
New Contributors
- @NicolasGensollen made their first contribution in #1781
Full Changelog: v2.5.3...v2.5.4