diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 51fa80ef936da0845a293c8b1813d1f9479b1b40..8c2c786218b821bfb49c1a05a46ac9ffe357f1c7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,6 +15,8 @@ Added header with adjusted shape, pixdims, and affine. This can be useful for creating a resampling reference. * New :func:`.affine.rescale` function, for adjusting a scaling matrix. +* New :func:`.mghimage.voxToSurfMat` function, for creating a + voxel-to-freesurfer affine transform from any image. Changed @@ -37,6 +39,8 @@ Fixed * Fixed a bug in the :class:`.Mesh` class to prevent indices from being loaded as floating point type. * Fixed a bug in the :func:`.resample` function. +* Fixed a bug in the :class:`.MGHImage` class, which was causing pixdims to + be overridden by scales derived from the affine. Deprecated