Skip to content

Commit 93aba10

Browse files
committed
rel(20.0.0rc2): update CHANGES, bump downstream dependencies
1 parent 44d3f3a commit 93aba10

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

CHANGES.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
20.0.0 (TBD)
22
============
3-
The first release candidate of the new major version 20.x.x series.
43
*fMRIPrep* is transitioning to a calendar version system
54
(`#1912 <https://github.com/poldracklab/fmriprep/issues/1912>`__).
65
The `CalVer <https://calver.org/>`__ system reflects *fMRIPrep*'s nature
@@ -22,14 +21,18 @@ syntax for ``--output-spaces`` to describe the (non)standard spatial references
2221
that shall be used for generating outputs
2322
(`#1604 <https://github.com/poldracklab/fmriprep/issues/1604>`__).
2423

25-
This release has been led by Mathias Goncalves (@mgxd) and includes contributions from
26-
Azeez Adebimpe - very much appreciated.
24+
This release includes contributions from Azeez Adebimpe and Basile Pinsard - very much appreciated.
2725

2826
* ENH: Warn when existing output version does not match current pipeline version (#1967)
2927
* ENH: Add ``--clean-workdir`` argument (#1966)
30-
* ENH: Refactor of how spatial normalization targets and ``--output-spaces`` are maintained (#1955)
28+
* ENH: Refactor of how spatial normalization targets and ``--output-spaces`` are maintained (#1955) (#1983)
29+
* ENH: Add ``--bids-filter-file`` argument for more controlled data querying (#1770)
30+
* FIX: Ensure subject ID is used when selecting BIDS data (#1982)
31+
* FIX: Display a log message when processing completes successfully (#1977)
32+
* DOC: Improve custom template usage description (#1969)
3133
* MAINT: Pin connectome-workbench 1.3.2, add to documented dependencies (#1958)
3234
* MAINT: Pin NiBabel, NiWorkflows, sMRIPrep (#1971)
35+
* MAINT: CI build error fixes (#1976)
3336

3437
1.5.9 (February 14, 2020)
3538
=========================

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ install_requires =
3030
psutil >=5.4
3131
pybids ~= 0.9.4
3232
pyyaml
33-
sdcflows ~=1.1.0
34-
smriprep @ git+https://github.com/poldracklab/smriprep.git@07a7ba3fce8a9953923bcd0fa6ffbffac401208d
33+
sdcflows ~= 1.2.0
34+
smriprep ~= 0.5.2
3535
tedana >=0.0.5
3636
templateflow ~= 0.4.2rc1
3737
test_requires =

0 commit comments

Comments
 (0)