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
+
1
9
1.2.2 (May 26, 2020)
2
- --------------------
10
+ ====================
3
11
A bug-fix release remedying a casting issue in DerivativesDataSink.
4
12
5
13
* FIX: Non-integer data coercion initialization
6
14
7
15
1.2.1 (May 26, 2020)
8
- --------------------
16
+ ====================
9
17
A bug-fix release in the 1.2.x series. This ensures consistency of datatype (dataobj, header)
10
18
when casting to a new type in DerivativesDataSink.
11
19
@@ -34,27 +42,29 @@ and bug fixes, including a large scale refactoring of DerivativesDataSink.
34
42
* MAINT: Revert #496 -- N4-only workflow connections (#498)
35
43
* MAINT: Transfer brainmask script from fMRIPrep (#488)
36
44
45
+ 1.1.x series
46
+ ============
37
47
1.1.12 (March 19, 2020)
38
- =======================
48
+ -----------------------
39
49
Bug-fix release in the 1.1.x series.
40
50
41
51
* FIX: Update naming patterns in figures.json (#483)
42
52
* FIX: Add CE agent to output figure filename templates (#482)
43
53
44
54
1.1.11 (March 17, 2020)
45
- =======================
55
+ -----------------------
46
56
Bug-fix release to improve CIFTI compatibility with workbench tools.
47
57
48
58
* FIX: Ensure BOLD and label orientations are equal (#477)
49
59
50
60
1.1.10 (March 11, 2020)
51
- =======================
61
+ -----------------------
52
62
Bug-fix release in the 1.1.x series.
53
63
54
64
* ENH: Overwrite attr's string conversion dunders (#475)
55
65
56
66
1.1.9 (March 05, 2020)
57
- ======================
67
+ ----------------------
58
68
Bug-fix release in the 1.1.x series.
59
69
60
70
This release contains maintenance actions on the CI infrastructure after
@@ -69,7 +79,7 @@ migration to the `NiPreps organization <https://www.nipreps.org>`__.
69
79
* MAINT: Transfer to nipreps organization (#468)
70
80
71
81
1.1.8 (February 26, 2020)
72
- =========================
82
+ -------------------------
73
83
Bug-fix release in the 1.1.x series.
74
84
75
85
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
80
90
* MAINT: Replace ``os `` operations with ``pathlib ``, indent JSON sidecars (#467) @mgxd
81
91
82
92
1.1.7 (February 14, 2020)
83
- =========================
93
+ -------------------------
84
94
Minor improvements to enable fMRIPrep 20.0.0 release.
85
95
86
96
* ENH: Revise SpatialReference caching for ease of use, accessibility (#461) @mgxd
87
97
* ENH: Downgrade log level for superfluous scans (#460) @mgxd
88
98
* ENH: Enable optional BIDS entity filtering to data collection utility (#407) @bpinsard
89
99
90
100
1.1.6 (February 7, 2020)
91
- ========================
101
+ ------------------------
92
102
Update NiBabel pinned version.
93
103
94
104
* MAINT: Update nibabel's pin to >=3.0.1
95
105
96
106
1.1.5 (February 6, 2020)
97
- ========================
107
+ ------------------------
98
108
A refactor of recently introduced spaces/references/spatial-references objects,
99
109
and some methods for upstream pipelines.
100
110
@@ -106,7 +116,7 @@ and some methods for upstream pipelines.
106
116
* FIX: Parsing of floats in ``ResampleImageBySpacing `` (#452)
107
117
108
118
1.1.4 (January 28, 2020)
109
- ========================
119
+ ------------------------
110
120
Minor enhancements to better represent spaces/spatial-references,
111
121
and increasing the test coverage of the Reports System (with thanks to J. Kent
112
122
for the contribution):
@@ -115,20 +125,20 @@ for the contribution):
115
125
* ENH+TST: Add all valid entities to the default report specification (#447)
116
126
117
127
1.1.3 (January 16, 2020)
118
- ========================
128
+ ------------------------
119
129
A fix/enhancement of the report generation system. With thanks to J. Kent for
120
130
the contribution.
121
131
122
132
* ENH/FIX: parse orderings to account for missing entities (#443)
123
133
124
134
1.1.2 (December 17, 2019)
125
- =========================
135
+ -------------------------
126
136
Hotfix of 1.1.1
127
137
128
138
* FIX: ``IntraModalMerge `` - Undefined input name used in ``_run_interface `` (#442)
129
139
130
140
1.1.1 (December 17, 2019)
131
- =========================
141
+ -------------------------
132
142
A bugfix release to support addressing `nipreps/sdcflows#77
133
143
<https://github.com/nipreps/sdcflows/issues/77> `__.
134
144
With thanks to Alejandro De La Vega for contributions.
@@ -138,7 +148,7 @@ With thanks to Alejandro De La Vega for contributions.
138
148
* MAINT: Update nibabel to 3.0.0rc1 (#439) @mgxd
139
149
140
150
1.1.0 (December 9, 2019)
141
- ========================
151
+ ------------------------
142
152
The first minor release of the niworkflows 1.x series. Numerous interfaces (GenerateCifti, CiftiNameSource, GiftiNameSource) have been changed to be compatible with HCP grayordinates.
143
153
144
154
* ENH: CIFTI / fsLR density (#436) @mgxd
0 commit comments