Something went wrong on our end
Forked from
FSL / fslpy
1325 commits behind the upstream repository.
-
Paul McCarthy authoredPaul McCarthy authored
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.rst 21.86 KiB
This document contains the fslpy
release history in reverse chronological
order.
2.2.0 (Wednesday May 8th 2019)
Added
- New :mod:`.resample_image` script.
- New :mod:`.resample` module (replacing the :func:`.Image.resample` method), containing functions to resample an :class:`.Image`.
- New :func:`.resample.resampleToPixdim` and :func:`.resample.resampleToReference` functions, convenience wrappers around :func:`.resample.resample`.
- New :func:`.idle.block` function.
Changed
- The :func:`.resample` function (formerly :meth:`.Image.resample`) now
accepts
origin
andmatrix
parameters, which can be used to adjust the alignment of the voxel grids of the input and output images. - The :func:`.transform.decompose` function now accepts both
(3, 3)
and(4, 4)
matrices.