Skip to content

Commit 2c6141c

Browse files
committed
rel(20.1.0rc1): update changes, bump niworkflows [skip ci]
1 parent e949c01 commit 2c6141c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
20.0.5 (March 19, 2020)
216
=======================
317
Bug-fix release in 20.0.x series.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ install_requires =
2323
nibabel ~= 3.0
2424
nipype ~= 1.4
2525
nitime
26-
niworkflows ~= 1.1.12
26+
niworkflows >= 1.2.0rc1,<1.3
2727
numpy
2828
pandas
2929
psutil >= 5.4

0 commit comments

Comments
 (0)