Several fixes for apply_transforms with vector and tensor data. ITK updated to 5.4.5.
Nibabel import / export overhauled, should work more consistently now.
New feature: utilities to handle NIFTI transforms and allow more user control over whether to use the qform or sform.
What's Changed
- BUG: Same bias field across modalities. by @ntustison in #831
- ENH: Bump ANTs so that tensor I/O works by @cookpa in #834
- WIP: Allow for enforcing deterministic behavior. by @ntustison in #835
- BUG: Remove isolated deterministic handling. by @ntustison in #836
- BUG: Need to clone to float by @cookpa in #839
- Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in /.github/workflows by @dependabot[bot] in #850
- fix: setting incorrect direction raises descriptive error by @galenlynch in #848
- BUG: label_geometry_measures with uint32 labels by @cookpa in #853
- ENH: Read ITK metadata from image on disk by @cookpa in #855
- BUG: RGB images could not return number of components by @cookpa in #857
- BUG: exported function names in nifti_utils.py by @cookpa in #858
- PERF: Only clone on read if needed by @cookpa in #859
- DOC: Registration transform convention by @cookpa in #860
- BUG: mask_image should apply the mask to the input by @cookpa in #861
- DOC: Documentation for nifti_utils by @cookpa in #865
- Rtd fixes by @cookpa in #868
- BUG: DOn't normalize. by @ntustison in #869
- CI: Update mac Intel runner by @cookpa in #872
- CI: Update wheels_faster for macos-15-intel by @cookpa in #873
- DOC: Add license string to pyproject.toml by @cookpa in #875
- ENH: nibabel support by @cookpa in #877
- ENH: Support 5D nibabel conversion by @cookpa in #878
- BUG: Remove deprecated numpy calls to reshape by @cookpa in #879
- COMP: Update ITK, ANTs, roll back numpy changes by @cookpa in #884
- Test vector reorient by @cookpa in #886
New Contributors
- @dependabot[bot] made their first contribution in #850
- @galenlynch made their first contribution in #848
Full Changelog: v0.6.1...v0.6.2