Skip to content

Commit 3276875

Browse files
committed
rel(20.1.0): Update CHANGES & pinned dependencies [skip ci]
1 parent 6763af7 commit 3276875

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGES.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
20.1.0 (May 25, 2020)
1+
20.1.0 (May 27, 2020)
22
=====================
33
The second minor release series of 2020 is finally here!
44

@@ -56,6 +56,8 @@ by posting an issue on our GitHub page!
5656

5757
A full list of changes can be found below.
5858

59+
* FIX: ``MultiLabel`` interpolations should not use ``float=True`` (#2147)
60+
* FIX: Generate proper LTA transform prior BOLD sampling on surfaces (#2146)
5961
* FIX: Temporary config file in work directory gets clobbered in parallel jobs (#2138)
6062
* FIX: Dismiss ``echo`` entity on several derivatives and figures outputs (#2133)
6163
* FIX: Correct summary report when using previously run ``recon-all`` (#2124)

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ install_requires =
2727
nipype >= 1.4
2828
nitime
2929
nitransforms >= 20.0.0rc3,<20.2
30-
niworkflows ~= 1.2.2
30+
niworkflows ~= 1.2.3
3131
numpy
3232
pandas
3333
psutil >= 5.4
3434
pybids >= 0.10.2
3535
pyyaml
3636
sdcflows ~= 1.3.1
37-
smriprep ~= 0.6.0
37+
smriprep ~= 0.6.1
3838
tedana >= 0.0.9a1, < 0.0.10
3939
templateflow ~= 0.6
4040
toml

0 commit comments

Comments
 (0)