File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ 20.1.0 (TBD)
2
+ ============
3
+ The second minor release of 2020, *fMRIPrep * 20.1.0 introduces a configuration file to easily
4
+ distinguish which options were selected for each participant, along with other enhancements.
5
+
6
+ * DOC: Add FAQ about reusing work directory (#2045)
7
+ * ENH: Config module (#2018)
8
+ * ENH: Add option to ignore T2w / FLAIR images (#2015)
9
+ * ENH: Ensure subcortical volume in CIFTI is in LAS orientation (`nipreps/niworkflows#484 `_)
10
+ * ENH: Add option to skip brain extraction (#2039)
11
+ * MAINT: Bump minimum Python to 3.7 (#2017)
12
+
13
+ .. _`nipreps/niworkflows#484` : https://github.com/nipreps/niworkflows/pull/484
14
+
1
15
20.0.5 (March 19, 2020)
2
16
=======================
3
17
Bug-fix release in 20.0.x series.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ install_requires =
23
23
nibabel ~= 3.0
24
24
nipype ~= 1.4
25
25
nitime
26
- niworkflows ~ = 1.1.12
26
+ niworkflows > = 1.2.0rc1,<1.3
27
27
numpy
28
28
pandas
29
29
psutil >= 5.4
You can’t perform that action at this time.
0 commit comments