From a6a328f80c95858feef157f7588a94d9b25681ca Mon Sep 17 00:00:00 2001 From: oesteban Date: Wed, 27 May 2020 13:39:19 -0700 Subject: [PATCH] rel(1.2.3): Update CHANGES [skip ci] --- CHANGES.rst | 40 +++++++++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5ae6d9387db..fb1d9b2d528 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,11 +1,19 @@ +1.2.3 (May 27, 2020) +==================== +Bug-fix release addressing some downstream issues in *fMRIPrep*. + + * FIX: ``MultiLabel`` interpolations should not use ``float=True`` (#530) + * FIX: Do not break figure-datatype derivatives by sessions (#529) + * MNT: Update comments, minimum versions for setup requirements (#512) + 1.2.2 (May 26, 2020) --------------------- +==================== A bug-fix release remedying a casting issue in DerivativesDataSink. * FIX: Non-integer data coercion initialization 1.2.1 (May 26, 2020) --------------------- +==================== A bug-fix release in the 1.2.x series. This ensures consistency of datatype (dataobj, header) when casting to a new type in DerivativesDataSink. @@ -34,27 +42,29 @@ and bug fixes, including a large scale refactoring of DerivativesDataSink. * MAINT: Revert #496 -- N4-only workflow connections (#498) * MAINT: Transfer brainmask script from fMRIPrep (#488) +1.1.x series +============ 1.1.12 (March 19, 2020) -======================= +----------------------- Bug-fix release in the 1.1.x series. * FIX: Update naming patterns in figures.json (#483) * FIX: Add CE agent to output figure filename templates (#482) 1.1.11 (March 17, 2020) -======================= +----------------------- Bug-fix release to improve CIFTI compatibility with workbench tools. * FIX: Ensure BOLD and label orientations are equal (#477) 1.1.10 (March 11, 2020) -======================= +----------------------- Bug-fix release in the 1.1.x series. * ENH: Overwrite attr's string conversion dunders (#475) 1.1.9 (March 05, 2020) -====================== +---------------------- Bug-fix release in the 1.1.x series. This release contains maintenance actions on the CI infrastructure after @@ -69,7 +79,7 @@ migration to the `NiPreps organization `__. * MAINT: Transfer to nipreps organization (#468) 1.1.8 (February 26, 2020) -========================= +------------------------- Bug-fix release in the 1.1.x series. This release includes some minor improvements to formatting of reports and derivative metadata. @@ -80,7 +90,7 @@ This release includes some minor improvements to formatting of reports and deriv * MAINT: Replace ``os`` operations with ``pathlib``, indent JSON sidecars (#467) @mgxd 1.1.7 (February 14, 2020) -========================= +------------------------- Minor improvements to enable fMRIPrep 20.0.0 release. * ENH: Revise SpatialReference caching for ease of use, accessibility (#461) @mgxd @@ -88,13 +98,13 @@ Minor improvements to enable fMRIPrep 20.0.0 release. * ENH: Enable optional BIDS entity filtering to data collection utility (#407) @bpinsard 1.1.6 (February 7, 2020) -======================== +------------------------ Update NiBabel pinned version. * MAINT: Update nibabel's pin to >=3.0.1 1.1.5 (February 6, 2020) -======================== +------------------------ A refactor of recently introduced spaces/references/spatial-references objects, and some methods for upstream pipelines. @@ -106,7 +116,7 @@ and some methods for upstream pipelines. * FIX: Parsing of floats in ``ResampleImageBySpacing`` (#452) 1.1.4 (January 28, 2020) -======================== +------------------------ Minor enhancements to better represent spaces/spatial-references, and increasing the test coverage of the Reports System (with thanks to J. Kent for the contribution): @@ -115,20 +125,20 @@ for the contribution): * ENH+TST: Add all valid entities to the default report specification (#447) 1.1.3 (January 16, 2020) -======================== +------------------------ A fix/enhancement of the report generation system. With thanks to J. Kent for the contribution. * ENH/FIX: parse orderings to account for missing entities (#443) 1.1.2 (December 17, 2019) -========================= +------------------------- Hotfix of 1.1.1 * FIX: ``IntraModalMerge`` - Undefined input name used in ``_run_interface`` (#442) 1.1.1 (December 17, 2019) -========================= +------------------------- A bugfix release to support addressing `nipreps/sdcflows#77 `__. With thanks to Alejandro De La Vega for contributions. @@ -138,7 +148,7 @@ With thanks to Alejandro De La Vega for contributions. * MAINT: Update nibabel to 3.0.0rc1 (#439) @mgxd 1.1.0 (December 9, 2019) -======================== +------------------------ The first minor release of the niworkflows 1.x series. Numerous interfaces (GenerateCifti, CiftiNameSource, GiftiNameSource) have been changed to be compatible with HCP grayordinates. * ENH: CIFTI / fsLR density (#436) @mgxd