Skip to content

Commit e32eb7e

Browse files
committed
rel(0.6.2): Update CHANGES [skip ci]
1 parent 7912e56 commit e32eb7e

File tree

1 file changed

+50
-34
lines changed

1 file changed

+50
-34
lines changed

CHANGES.rst

Lines changed: 50 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
1-
0.5.3 (June 7, 2020)
1+
0.6.2 (June 9, 2020)
22
====================
3-
Bug-fix release in the 0.5.x series.
3+
Bug-fix release addressing minor problems related to FreeSurfer handling.
44

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)
147

158
0.6.1 (May 27, 2020)
169
====================
1710
Hotfix release to address an issue recently encountered in fMRIPrep 20.1.0rc3.
1811

19-
* FIX: ``MultiLabel`` interpolations should not use ``float=True`` (#196)
12+
* FIX: ``MultiLabel`` interpolations should not use ``float=True`` (#196)
2013

2114
0.6.0 (May 22, 2020)
2215
====================
@@ -43,21 +36,37 @@ features.
4336
* MAINT: Pin troublesome sphinx (#175)
4437
* MAINT: Update dependencies to be inline with fMRIPrep-20.1.x (#173)
4538

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+
4655
0.5.2 (February 14, 2020)
47-
=========================
56+
-------------------------
4857
Minor tweaks in preparation for fMRIPrep 20.0.0 release.
4958

5059
* ENH: Enable users to pass JSON filters to select subsets of data (#143) @bpinsard
5160
* MAINT: Add ignore W503 in setup.cfg (#165) @oesteban
5261

5362
0.5.1 (February 7, 2020)
54-
========================
63+
------------------------
5564
A hotfix release updating dependencies
5665

5766
* PIN: Nibabel 3.0.1 and niworkflows 1.1.6 (#166) @mgxd
5867

5968
0.5.0 (February 6, 2020)
60-
========================
69+
------------------------
6170
A new minor release with a focus on improving internal handling and representations
6271
of spatial references.
6372

@@ -67,25 +76,27 @@ of spatial references.
6776
* FIX: Improvements to the CircleCI workflow (#162) @oesteban
6877
* CI: Update coverage (#156) @effigies
6978

79+
Pre- 0.5.x Series
80+
=================
7081
0.4.2 (January 22, 2020)
71-
========================
82+
------------------------
7283
Bugfix release in the 0.4.x series.
7384

7485
* FIX: Calculate FoV with shape and zooms (#161) @effigies
7586
* 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
7788
* MAINT: Revise CircleCI to optimize TemplateFlow and caching (#157) @oesteban
7889

7990
0.4.1 (Decemeber 12, 2019)
80-
==========================
91+
--------------------------
8192
Bugfix release to address some fMRIPrep issues.
8293

8394
* FIX: Use T2/FLAIR refinement at cortribbon stage (#148) @effigies
8495
* FIX: empty specs for legacy/nonstd spaces (#146) @mgxd
8596
* DOC: Refactor of documentation (#144) @oesteban
8697

8798
0.4.0 (November 26, 2019)
88-
=========================
99+
-------------------------
89100
A new 0.4.x series with a number of new features and bugfixes.
90101

91102
* 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.
114125
* PIN: niworkflows ~= 1.0.0rc1
115126

116127
0.3.2 (September 9, 2019)
117-
=========================
128+
-------------------------
118129
Bugfix patch-release
119130

120131
* FIX: Render INU-corrected T1w in Segmentation reportlet (#102) @oesteban
121132

122133
0.3.1 (July 21, 2019)
123-
=====================
134+
---------------------
124135
Minor release to update pinnings of niworkflows and TemplateFlow client.
125136

126137
* PIN: niworkflows-0.10.1 and templateflow-0.4.1
127138
* CI: Fix PyPI deployment (#99) @effigies
128139

129140
0.3.0 (July 12, 2019)
130-
=====================
141+
---------------------
131142
Minor release to allow dependent tools to upgrade to PyBIDS 0.9 series (minimum 0.9.2).
132143
We've also moved to a ``setup.cfg``-based setup to standardize configuration.
133144

134145
* MAINT: Move to setup.cfg + pyproject.toml (#98) @effigies
135146
* MAINT: Use PyBIDS 0.9.x via niworkflows PR (#94) @effigies
136147

137148
0.2.4 (July 9, 2019)
138-
====================
149+
--------------------
139150
Several minor improvements on TemplateFlow integration.
140151

141152
* ENH: Use proper resolution in anatomical outputs (#92) @oesteban
142153
* ENH: Indicate what templates were not found in TemplateFlow (#91) @oesteban
143154
* ENH: Pass template specs on to registration workflow (#90) @oesteban
144155

145156
0.2.3 (June 5, 2019)
146-
====================
157+
--------------------
147158
Enable CLI to set pediatric and infant templates for skull-stripping.
148159

149160
* ENH: Allow template modifiers (a la ``--output-spaces``) in skull-stripping (#89) @oesteban
150161

151162
0.2.2 (June 5, 2019)
152-
====================
163+
--------------------
153164
Enable latest templates added to TemplateFlow.
154165

155166
* PIN: templateflow-0.3.0, which includes infant/pediatric templates (#88) @oesteban
156167

157168
0.2.1 (May 6, 2019)
158-
===================
169+
-------------------
159170
Hotfix release improving the reliability of the brain extraction workflow.
160171

161172
* FIX: Keep header consistency along anatomical workflow (#83) @oesteban
162173

163174
0.2.0 (May 3, 2019)
164-
===================
175+
-------------------
165176
This new release of *sMRIPrep* adds the possibility of specifying several
166177
spatial normalization targets via the ``--output-spaces`` option drafted
167178
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
177188
* DOC/STY: Fix documentation build, simplify (non)parametric output nodes (#79) @oesteban
178189

179190
0.1.1 (March 22, 2019)
180-
======================
191+
----------------------
192+
181193
* ENH: Pure Nipype brain extraction workflow (#57) @oesteban
182194
* ENH: Write metadata for anatomical outputs (#62) @oesteban
183195

184196
0.1.0 (March 05, 2019)
185-
======================
197+
----------------------
198+
186199
* PIN: Niworkflows 0.8 and TemplateFlow 0.1 (#56) @oesteban
187200

188201
0.0.5 (February 06, 2019)
189-
=========================
202+
-------------------------
203+
190204
* MAINT: Update to keep up with poldracklab/niworkflows#299 (#51) @oesteban
191205

192206
0.0.4 (January 25, 2019)
193-
========================
207+
------------------------
208+
194209
* ENH: Allow templates other than ``MNI152NLin2009cAsym`` (#47) @oesteban
195210
* DOC: Fix workflow hierarchy within docstrings so that fMRIPrep docs build (`0110ab2 <https://github.com/poldracklab/smriprep/commit/0110ab277faa525d60263ba085947ef1545898af>`__).
196211

197212
0.0.3 (January 18, 2019)
198-
========================
213+
------------------------
214+
199215
* FIX: Add ``-cw256`` flag for images with FoV > 256 voxels (#36) @oesteban
200216
* ENH: Integrate TemplateFlow to handle templates (#45) @oesteban
201217

202-
203218
0.0.2 (January 8, 2019)
204-
========================
219+
-----------------------
220+
205221
* First functional version after forking from fMRIPrep

0 commit comments

Comments
 (0)