1
- 0.5.3 (June 7 , 2020)
1
+ 0.6.2 (June 9 , 2020)
2
2
====================
3
- Bug-fix release in the 0.5.x series .
3
+ Bug-fix release addressing minor problems related to FreeSurfer handling .
4
4
5
- This release fixes a bug where pre-run FreeSurfer that was not in alignment with the
6
- T1w template generated by fMRIPrep could result in misaligned segmentation and mask
7
- derivatives.
8
-
9
- The bug is most likely to occur with pre-run FreeSurfer where multiple T1w images are found.
10
- It is easily evident in the first figure in the anatomical section of the reports, and will
11
- show heavily misaligned brain mask.
12
-
13
- * FIX: Use t1w2fsnative_xfm to resample segmentations (#201) @effigies
5
+ * FIX: Adapt to the new FS canary interface (backwards compatible) (#205)
6
+ * FIX: Use ``t1w2fsnative_xfm `` to resample segmentations (#201)
14
7
15
8
0.6.1 (May 27, 2020)
16
9
====================
17
10
Hotfix release to address an issue recently encountered in fMRIPrep 20.1.0rc3.
18
11
19
- * FIX: ``MultiLabel `` interpolations should not use ``float=True `` (#196)
12
+ * FIX: ``MultiLabel `` interpolations should not use ``float=True `` (#196)
20
13
21
14
0.6.0 (May 22, 2020)
22
15
====================
@@ -43,21 +36,37 @@ features.
43
36
* MAINT: Pin troublesome sphinx (#175)
44
37
* MAINT: Update dependencies to be inline with fMRIPrep-20.1.x (#173)
45
38
39
+ 0.5.x Series
40
+ ============
41
+ 0.5.3 (June 7, 2020)
42
+ --------------------
43
+ Bug-fix release in the 0.5.x series.
44
+
45
+ This release fixes a bug where pre-run FreeSurfer that was not in alignment with the
46
+ T1w template generated by fMRIPrep could result in misaligned segmentation and mask
47
+ derivatives.
48
+
49
+ The bug is most likely to occur with pre-run FreeSurfer where multiple T1w images are found.
50
+ It is easily evident in the first figure in the anatomical section of the reports, and will
51
+ show heavily misaligned brain mask.
52
+
53
+ * FIX: Use t1w2fsnative_xfm to resample segmentations (#201) @effigies
54
+
46
55
0.5.2 (February 14, 2020)
47
- =========================
56
+ -------------------------
48
57
Minor tweaks in preparation for fMRIPrep 20.0.0 release.
49
58
50
59
* ENH: Enable users to pass JSON filters to select subsets of data (#143) @bpinsard
51
60
* MAINT: Add ignore W503 in setup.cfg (#165) @oesteban
52
61
53
62
0.5.1 (February 7, 2020)
54
- ========================
63
+ ------------------------
55
64
A hotfix release updating dependencies
56
65
57
66
* PIN: Nibabel 3.0.1 and niworkflows 1.1.6 (#166) @mgxd
58
67
59
68
0.5.0 (February 6, 2020)
60
- ========================
69
+ ------------------------
61
70
A new minor release with a focus on improving internal handling and representations
62
71
of spatial references.
63
72
@@ -67,25 +76,27 @@ of spatial references.
67
76
* FIX: Improvements to the CircleCI workflow (#162) @oesteban
68
77
* CI: Update coverage (#156) @effigies
69
78
79
+ Pre- 0.5.x Series
80
+ =================
70
81
0.4.2 (January 22, 2020)
71
- ========================
82
+ ------------------------
72
83
Bugfix release in the 0.4.x series.
73
84
74
85
* FIX: Calculate FoV with shape and zooms (#161) @effigies
75
86
* FIX: Package version incorrect within Docker image (#155) @oesteban
76
- * ENH: Add smriprep.__main__ to allow python -m smriprep (#158) @effigies
87
+ * ENH: Add `` smriprep.__main__ `` to allow `` python -m smriprep `` (#158) @effigies
77
88
* MAINT: Revise CircleCI to optimize TemplateFlow and caching (#157) @oesteban
78
89
79
90
0.4.1 (Decemeber 12, 2019)
80
- ==========================
91
+ --------------------------
81
92
Bugfix release to address some fMRIPrep issues.
82
93
83
94
* FIX: Use T2/FLAIR refinement at cortribbon stage (#148) @effigies
84
95
* FIX: empty specs for legacy/nonstd spaces (#146) @mgxd
85
96
* DOC: Refactor of documentation (#144) @oesteban
86
97
87
98
0.4.0 (November 26, 2019)
88
- =========================
99
+ -------------------------
89
100
A new 0.4.x series with a number of new features and bugfixes.
90
101
91
102
* FIX: Allow setting nonstandard spaces for parser (#141) @oesteban
@@ -114,54 +125,54 @@ A new 0.4.x series with a number of new features and bugfixes.
114
125
* PIN: niworkflows ~= 1.0.0rc1
115
126
116
127
0.3.2 (September 9, 2019)
117
- =========================
128
+ -------------------------
118
129
Bugfix patch-release
119
130
120
131
* FIX: Render INU-corrected T1w in Segmentation reportlet (#102) @oesteban
121
132
122
133
0.3.1 (July 21, 2019)
123
- =====================
134
+ ---------------------
124
135
Minor release to update pinnings of niworkflows and TemplateFlow client.
125
136
126
137
* PIN: niworkflows-0.10.1 and templateflow-0.4.1
127
138
* CI: Fix PyPI deployment (#99) @effigies
128
139
129
140
0.3.0 (July 12, 2019)
130
- =====================
141
+ ---------------------
131
142
Minor release to allow dependent tools to upgrade to PyBIDS 0.9 series (minimum 0.9.2).
132
143
We've also moved to a ``setup.cfg ``-based setup to standardize configuration.
133
144
134
145
* MAINT: Move to setup.cfg + pyproject.toml (#98) @effigies
135
146
* MAINT: Use PyBIDS 0.9.x via niworkflows PR (#94) @effigies
136
147
137
148
0.2.4 (July 9, 2019)
138
- ====================
149
+ --------------------
139
150
Several minor improvements on TemplateFlow integration.
140
151
141
152
* ENH: Use proper resolution in anatomical outputs (#92) @oesteban
142
153
* ENH: Indicate what templates were not found in TemplateFlow (#91) @oesteban
143
154
* ENH: Pass template specs on to registration workflow (#90) @oesteban
144
155
145
156
0.2.3 (June 5, 2019)
146
- ====================
157
+ --------------------
147
158
Enable CLI to set pediatric and infant templates for skull-stripping.
148
159
149
160
* ENH: Allow template modifiers (a la ``--output-spaces ``) in skull-stripping (#89) @oesteban
150
161
151
162
0.2.2 (June 5, 2019)
152
- ====================
163
+ --------------------
153
164
Enable latest templates added to TemplateFlow.
154
165
155
166
* PIN: templateflow-0.3.0, which includes infant/pediatric templates (#88) @oesteban
156
167
157
168
0.2.1 (May 6, 2019)
158
- ===================
169
+ -------------------
159
170
Hotfix release improving the reliability of the brain extraction workflow.
160
171
161
172
* FIX: Keep header consistency along anatomical workflow (#83) @oesteban
162
173
163
174
0.2.0 (May 3, 2019)
164
- ===================
175
+ -------------------
165
176
This new release of *sMRIPrep * adds the possibility of specifying several
166
177
spatial normalization targets via the ``--output-spaces `` option drafted
167
178
in `poldracklab/fmriprep#1588 <https://github.com/poldracklab/fmriprep/issues/1588 >`__.
@@ -177,29 +188,34 @@ in `poldracklab/fmriprep#1588 <https://github.com/poldracklab/fmriprep/issues/15
177
188
* DOC/STY: Fix documentation build, simplify (non)parametric output nodes (#79) @oesteban
178
189
179
190
0.1.1 (March 22, 2019)
180
- ======================
191
+ ----------------------
192
+
181
193
* ENH: Pure Nipype brain extraction workflow (#57) @oesteban
182
194
* ENH: Write metadata for anatomical outputs (#62) @oesteban
183
195
184
196
0.1.0 (March 05, 2019)
185
- ======================
197
+ ----------------------
198
+
186
199
* PIN: Niworkflows 0.8 and TemplateFlow 0.1 (#56) @oesteban
187
200
188
201
0.0.5 (February 06, 2019)
189
- =========================
202
+ -------------------------
203
+
190
204
* MAINT: Update to keep up with poldracklab/niworkflows#299 (#51) @oesteban
191
205
192
206
0.0.4 (January 25, 2019)
193
- ========================
207
+ ------------------------
208
+
194
209
* ENH: Allow templates other than ``MNI152NLin2009cAsym `` (#47) @oesteban
195
210
* DOC: Fix workflow hierarchy within docstrings so that fMRIPrep docs build (`0110ab2 <https://github.com/poldracklab/smriprep/commit/0110ab277faa525d60263ba085947ef1545898af >`__).
196
211
197
212
0.0.3 (January 18, 2019)
198
- ========================
213
+ ------------------------
214
+
199
215
* FIX: Add ``-cw256 `` flag for images with FoV > 256 voxels (#36) @oesteban
200
216
* ENH: Integrate TemplateFlow to handle templates (#45) @oesteban
201
217
202
-
203
218
0.0.2 (January 8, 2019)
204
- ========================
219
+ -----------------------
220
+
205
221
* First functional version after forking from fMRIPrep
0 commit comments