From 477f1738ba8c13f9e0d269fc180a64bcef7783b9 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Fri, 31 Jan 2025 12:55:12 +0000 Subject: [PATCH] DOC: Changelog --- CHANGELOG.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 66c835e..911b6fe 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ ===================== +0.14.1 (Friday 31st January 2025) +--------------------------------- + +* Fixed a few bugs introduced in the previous release. +* Adjusted the ``evalHeader`` routine - now it compares ``dim`` and ``pixdim`` + for all valid dimensions by default. The ``alldims`` parameter has been + replaced with a ``ndims`` parameter, allowing the number of dimensions to + be set (e.g. when you only want to compare the first three dimensions). + + 0.14.0 (Friday 31st January 2025) --------------------------------- -- GitLab