Skip to content

Commit a6a328f

Browse files
committed
rel(1.2.3): Update CHANGES [skip ci]
1 parent 601267e commit a6a328f

File tree

1 file changed

+25
-15
lines changed

1 file changed

+25
-15
lines changed

CHANGES.rst

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
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+
19
1.2.2 (May 26, 2020)
2-
--------------------
10+
====================
311
A bug-fix release remedying a casting issue in DerivativesDataSink.
412

513
* FIX: Non-integer data coercion initialization
614

715
1.2.1 (May 26, 2020)
8-
--------------------
16+
====================
917
A bug-fix release in the 1.2.x series. This ensures consistency of datatype (dataobj, header)
1018
when 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+
============
3747
1.1.12 (March 19, 2020)
38-
=======================
48+
-----------------------
3949
Bug-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

4454
1.1.11 (March 17, 2020)
45-
=======================
55+
-----------------------
4656
Bug-fix release to improve CIFTI compatibility with workbench tools.
4757

4858
* FIX: Ensure BOLD and label orientations are equal (#477)
4959

5060
1.1.10 (March 11, 2020)
51-
=======================
61+
-----------------------
5262
Bug-fix release in the 1.1.x series.
5363

5464
* ENH: Overwrite attr's string conversion dunders (#475)
5565

5666
1.1.9 (March 05, 2020)
57-
======================
67+
----------------------
5868
Bug-fix release in the 1.1.x series.
5969

6070
This 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

7181
1.1.8 (February 26, 2020)
72-
=========================
82+
-------------------------
7383
Bug-fix release in the 1.1.x series.
7484

7585
This 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

8292
1.1.7 (February 14, 2020)
83-
=========================
93+
-------------------------
8494
Minor 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

90100
1.1.6 (February 7, 2020)
91-
========================
101+
------------------------
92102
Update NiBabel pinned version.
93103

94104
* MAINT: Update nibabel's pin to >=3.0.1
95105

96106
1.1.5 (February 6, 2020)
97-
========================
107+
------------------------
98108
A refactor of recently introduced spaces/references/spatial-references objects,
99109
and 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

108118
1.1.4 (January 28, 2020)
109-
========================
119+
------------------------
110120
Minor enhancements to better represent spaces/spatial-references,
111121
and increasing the test coverage of the Reports System (with thanks to J. Kent
112122
for the contribution):
@@ -115,20 +125,20 @@ for the contribution):
115125
* ENH+TST: Add all valid entities to the default report specification (#447)
116126

117127
1.1.3 (January 16, 2020)
118-
========================
128+
------------------------
119129
A fix/enhancement of the report generation system. With thanks to J. Kent for
120130
the contribution.
121131

122132
* ENH/FIX: parse orderings to account for missing entities (#443)
123133

124134
1.1.2 (December 17, 2019)
125-
=========================
135+
-------------------------
126136
Hotfix of 1.1.1
127137

128138
* FIX: ``IntraModalMerge`` - Undefined input name used in ``_run_interface`` (#442)
129139

130140
1.1.1 (December 17, 2019)
131-
=========================
141+
-------------------------
132142
A bugfix release to support addressing `nipreps/sdcflows#77
133143
<https://github.com/nipreps/sdcflows/issues/77>`__.
134144
With 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

140150
1.1.0 (December 9, 2019)
141-
========================
151+
------------------------
142152
The 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

Comments
 (0)