1+ 1.2.3 (May 27, 2020)
2+ ====================
3+ Bug-fix release addressing some downstream issues in *fMRIPrep *.
4+
5+ * FIX: ``MultiLabel `` interpolations should not use ``float=True `` (#530)
6+ * FIX: Do not break figure-datatype derivatives by sessions (#529)
7+ * MNT: Update comments, minimum versions for setup requirements (#512)
8+
191.2.2 (May 26, 2020)
2- --------------------
10+ ====================
311A bug-fix release remedying a casting issue in DerivativesDataSink.
412
513* FIX: Non-integer data coercion initialization
614
7151.2.1 (May 26, 2020)
8- --------------------
16+ ====================
917A bug-fix release in the 1.2.x series. This ensures consistency of datatype (dataobj, header)
1018when casting to a new type in DerivativesDataSink.
1119
@@ -34,27 +42,29 @@ and bug fixes, including a large scale refactoring of DerivativesDataSink.
3442* MAINT: Revert #496 -- N4-only workflow connections (#498)
3543* MAINT: Transfer brainmask script from fMRIPrep (#488)
3644
45+ 1.1.x series
46+ ============
37471.1.12 (March 19, 2020)
38- =======================
48+ -----------------------
3949Bug-fix release in the 1.1.x series.
4050
4151 * FIX: Update naming patterns in figures.json (#483)
4252 * FIX: Add CE agent to output figure filename templates (#482)
4353
44541.1.11 (March 17, 2020)
45- =======================
55+ -----------------------
4656Bug-fix release to improve CIFTI compatibility with workbench tools.
4757
4858 * FIX: Ensure BOLD and label orientations are equal (#477)
4959
50601.1.10 (March 11, 2020)
51- =======================
61+ -----------------------
5262Bug-fix release in the 1.1.x series.
5363
5464 * ENH: Overwrite attr's string conversion dunders (#475)
5565
56661.1.9 (March 05, 2020)
57- ======================
67+ ----------------------
5868Bug-fix release in the 1.1.x series.
5969
6070This release contains maintenance actions on the CI infrastructure after
@@ -69,7 +79,7 @@ migration to the `NiPreps organization <https://www.nipreps.org>`__.
6979 * MAINT: Transfer to nipreps organization (#468)
7080
71811.1.8 (February 26, 2020)
72- =========================
82+ -------------------------
7383Bug-fix release in the 1.1.x series.
7484
7585This release includes some minor improvements to formatting of reports and derivative metadata.
@@ -80,21 +90,21 @@ This release includes some minor improvements to formatting of reports and deriv
8090* MAINT: Replace ``os `` operations with ``pathlib ``, indent JSON sidecars (#467) @mgxd
8191
82921.1.7 (February 14, 2020)
83- =========================
93+ -------------------------
8494Minor improvements to enable fMRIPrep 20.0.0 release.
8595
8696* ENH: Revise SpatialReference caching for ease of use, accessibility (#461) @mgxd
8797* ENH: Downgrade log level for superfluous scans (#460) @mgxd
8898* ENH: Enable optional BIDS entity filtering to data collection utility (#407) @bpinsard
8999
901001.1.6 (February 7, 2020)
91- ========================
101+ ------------------------
92102Update NiBabel pinned version.
93103
94104* MAINT: Update nibabel's pin to >=3.0.1
95105
961061.1.5 (February 6, 2020)
97- ========================
107+ ------------------------
98108A refactor of recently introduced spaces/references/spatial-references objects,
99109and some methods for upstream pipelines.
100110
@@ -106,7 +116,7 @@ and some methods for upstream pipelines.
106116* FIX: Parsing of floats in ``ResampleImageBySpacing `` (#452)
107117
1081181.1.4 (January 28, 2020)
109- ========================
119+ ------------------------
110120Minor enhancements to better represent spaces/spatial-references,
111121and increasing the test coverage of the Reports System (with thanks to J. Kent
112122for the contribution):
@@ -115,20 +125,20 @@ for the contribution):
115125* ENH+TST: Add all valid entities to the default report specification (#447)
116126
1171271.1.3 (January 16, 2020)
118- ========================
128+ ------------------------
119129A fix/enhancement of the report generation system. With thanks to J. Kent for
120130the contribution.
121131
122132* ENH/FIX: parse orderings to account for missing entities (#443)
123133
1241341.1.2 (December 17, 2019)
125- =========================
135+ -------------------------
126136Hotfix of 1.1.1
127137
128138* FIX: ``IntraModalMerge `` - Undefined input name used in ``_run_interface `` (#442)
129139
1301401.1.1 (December 17, 2019)
131- =========================
141+ -------------------------
132142A bugfix release to support addressing `nipreps/sdcflows#77
133143<https://github.com/nipreps/sdcflows/issues/77> `__.
134144With thanks to Alejandro De La Vega for contributions.
@@ -138,7 +148,7 @@ With thanks to Alejandro De La Vega for contributions.
138148* MAINT: Update nibabel to 3.0.0rc1 (#439) @mgxd
139149
1401501.1.0 (December 9, 2019)
141- ========================
151+ ------------------------
142152The first minor release of the niworkflows 1.x series. Numerous interfaces (GenerateCifti, CiftiNameSource, GiftiNameSource) have been changed to be compatible with HCP grayordinates.
143153
144154* ENH: CIFTI / fsLR density (#436) @mgxd
0 commit comments