1
- 0.5.0 (TBD )
2
- ===========
1
+ Latest release - 0.5.0 (March 11, 2021 )
2
+ =======================================
3
3
A new minor release going forward with some of the items of our roadmap.
4
4
The most salient features are the integration of FSL Eddy and the adoption of the new *SDCFlows 2.0 *
5
5
API.
28
28
10. The University of Washington eScience Institute
29
29
11. Dept. of Radiology, Lausanne University Hospital and University of Lausanne
30
30
31
+ * FIX: PEPOLAR & mapped fieldmaps not showing up in reports (#158)
32
+ * FIX: Update to new *NiWorkflows * API (#156)
31
33
* FIX: Change in _svgutils_ API (0.3.2) breaks our reportlet generation (#151)
32
34
* FIX: Correctly check *SDCFlows *' registry of ``IntendedFor `` files (#141)
33
35
* FIX: Honor ``--nprocs `` flag (#142)
36
+ * ENH: *fieldmap-less * integration from *SDCFlows * 2.0 (#153)
34
37
* ENH: Temporary integration of FSL Eddy (#144)
35
38
* ENH: Connect fieldmap estimation to preprocessing pipeline of individual DWI runs (#140)
36
39
* ENH: Refactor workflow for simplicity - explicit iteration over DWIs (#138)
37
40
* ENH: Run fieldmap estimation using *SDCFlows * 2.0 (#137)
38
41
* FIX/MAINT: Drop Python 3.6 + Revise Python environment (versions pinned) in Dockerfile (#146)
42
+ * MAINT: Refactor Dockerfile with better use of miniconda (#155)
39
43
* MAINT: Update *SDCFlows * pinning to the latest 2.0.0 release (#152)
40
44
* DOC: Revise *dMRIPrep *'s road-map (#147)
41
45
* DOC: Add FSL ``topup `` reference in citation boilerplate (#148)
42
46
* DOC: change "functional" to "diffusion" (#143)
43
47
48
+ Previous releases
49
+ =================
44
50
0.4.0 (December 10, 2020)
45
- =========================
51
+ -------------------------
46
52
A minor release including T1w-DWI registration with FreeSurfer's ``bbregister ``.
47
53
This minor release also includes some documentation improvements and a fair
48
54
amount of maintenance tasks, the most salient of which is migrating our test
@@ -60,7 +66,7 @@ update test datasets.
60
66
* MAINT: Adding J. Veraart and E. Dickie to the contributors list (#126, #133)
61
67
62
68
0.3.0 (October 13, 2020)
63
- ========================
69
+ ------------------------
64
70
A long overdue minor release initiating the 0.3.x series and including the milestones set for the 0.3.0 version in our roadmap.
65
71
66
72
A full list of changes can be found below.
@@ -110,8 +116,10 @@ A full list of changes can be found below.
110
116
8. The University of Washington eScience Institute
111
117
9. Dep. of Radiology, Lausanne University Hospital and University of Lausanne
112
118
119
+ 0.2.x series
120
+ ------------
113
121
0.2.2 (January 15, 2020)
114
- ========================
122
+ ........................
115
123
A release to show the deployment process on the Sprint.
116
124
117
125
* ENH: b0 reference and skullstrip workflow (#50)
@@ -122,7 +130,7 @@ A release to show the deployment process on the Sprint.
122
130
* MAINT: Use a local docker registry instead of load/save (#46)
123
131
124
132
0.2.1 (December 12, 2019)
125
- =========================
133
+ .........................
126
134
A bugfix release to test that versioned documentation is working.
127
135
128
136
* FIX: Remove count of DWI scans according to ``task_id `` (#10)
@@ -139,20 +147,22 @@ A bugfix release to test that versioned documentation is working.
139
147
* MAINT: Add TravisCI for code linting with ``flake8 `` (#18)
140
148
141
149
0.2.0 (September 06, 2019)
142
- ==========================
150
+ ..........................
143
151
A first attempt to roll out a release capable of running sMRIPrep for the anatomical processing.
144
152
This release will also serve to exercise the continuous deployment set-up.
145
153
154
+ 0.1.x series
155
+ ------------
146
156
0.1.1a0 (September 05, 2019)
147
- ============================
157
+ ............................
148
158
Testing Zenodo integration.
149
159
150
160
0.1.1 (September 05, 2019)
151
- ==========================
161
+ ..........................
152
162
Tag to mark the start of a big refactor to adhere to fMRIPrep's principles.
153
163
dMRIPrep will bring the contents of this branch back in as a plugin.
154
164
155
165
0.1.0 (November 21, 2018)
156
- =========================
166
+ .........................
157
167
First release on GitHub.
158
168
0 commit comments