diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7f82d1e5dd44526a94b1c4d7b14d25e5c0e5852d..b697315f4f102929d2495af0f5ee2efcba5e9e77 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,28 @@ order. + +3.22.0 (Tuesday 11th February 2025) +----------------------------------- + + +Changed +^^^^^^^ + + +* The :meth:`.Nifti.getAffine` method now supports the ``'scaled'`` coordinate + system, which is equivalent to the ``'fsl'`` coordinate system, but without + any flip along the first axis (!466). + + +Deprecated +^^^^^^^^^^ + +* Deprecated the :meth:`.Nifti.voxToScaledVoxMat` and + :meth:`.Nifti.caledVoxToVoxMat` properties in favour of using the + :meth:`.Nifti.getAffine` method (!466). + + 3.21.1 (Friday 27th September 2024) -----------------------------------