From 40259e283b77de92db80bc739758f5a0908fe018 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Tue, 11 Feb 2025 12:36:26 +0000 Subject: [PATCH] DOC: Changelog --- CHANGELOG.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7f82d1e5..b697315f 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) ----------------------------------- -- GitLab