diff --git a/.versions.json b/.versions.json index ea4a10b69..8a3511150 100644 --- a/.versions.json +++ b/.versions.json @@ -80,6 +80,10 @@ "20.0.4": "Phase-difference fieldmap bug", "20.0.5": "Phase-difference fieldmap bug", "20.1.0rc1": "Phase-difference fieldmap bug", - "20.1.0rc2": "Phase-difference fieldmap bug" + "20.1.0rc2": "Phase-difference fieldmap bug", + "20.1.0": "Functional outputs in standard space can be wrong depending on the original data's orientation headers - see https://github.com/nipreps/fmriprep/issues/2307", + "20.1.1": "Functional outputs in standard space can be wrong depending on the original data's orientation headers - see https://github.com/nipreps/fmriprep/issues/2307", + "20.1.2": "Functional outputs in standard space can be wrong depending on the original data's orientation headers - see https://github.com/nipreps/fmriprep/issues/2307", + "20.1.3": "Functional outputs in standard space can be wrong depending on the original data's orientation headers - see https://github.com/nipreps/fmriprep/issues/2307" } } diff --git a/CHANGES.rst b/CHANGES.rst index 4fe4dee44..330233991 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -129,6 +129,16 @@ A full list of changes can be found below. 32. State Key Laboratory of Cognitive Neuroscience and Learning, Beijing Normal University 33. Department of Radiology, CHUV, Université de Lausanne +20.1.4 (July 16, 2021) +====================== +Hotfix release addressing a bug on *fMRIPrep*'s resampling to standard spaces. +This release also includes some maintenance changes handling old versions of software. + + * FIX: Feed *NiTransforms* with LTAs of type RAS2RAS (#2444) + * MAINT: Pin ``svgutils==0.3.1`` for the 20.1.x series (#2450) + * MAINT: Keep pip and setuptools with support for Python 3.5 (#2449) + * MAINT: Some dependencies cannot be left unpinned (#2446) + 20.1.3 (September 15, 2020) =========================== Bug-fix release in the 20.1.x series.