Skip to content

Commit

Permalink
rel(20.1.0rc1): update changes, bump niworkflows [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Mar 23, 2020
1 parent e949c01 commit 2c6141c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
20.1.0 (TBD)
============
The second minor release of 2020, *fMRIPrep* 20.1.0 introduces a configuration file to easily
distinguish which options were selected for each participant, along with other enhancements.

* DOC: Add FAQ about reusing work directory (#2045)
* ENH: Config module (#2018)
* ENH: Add option to ignore T2w / FLAIR images (#2015)
* ENH: Ensure subcortical volume in CIFTI is in LAS orientation (`nipreps/niworkflows#484`_)
* ENH: Add option to skip brain extraction (#2039)
* MAINT: Bump minimum Python to 3.7 (#2017)

.. _`nipreps/niworkflows#484`: https://github.com/nipreps/niworkflows/pull/484

20.0.5 (March 19, 2020)
=======================
Bug-fix release in 20.0.x series.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install_requires =
nibabel ~= 3.0
nipype ~= 1.4
nitime
niworkflows ~= 1.1.12
niworkflows >= 1.2.0rc1,<1.3

This comment has been minimized.

Copy link
@oesteban

oesteban Mar 27, 2020

Member

@mgxd this is inconsistent with smriprep, which has ~=1.17 at this point.

numpy
pandas
psutil >= 5.4
Expand Down

0 comments on commit 2c6141c

Please sign in to comment.