File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- 20.1.0 (May 25 , 2020)
1
+ 20.1.0 (May 27 , 2020)
2
2
=====================
3
3
The second minor release series of 2020 is finally here!
4
4
@@ -56,6 +56,8 @@ by posting an issue on our GitHub page!
56
56
57
57
A full list of changes can be found below.
58
58
59
+ * FIX: ``MultiLabel `` interpolations should not use ``float=True `` (#2147)
60
+ * FIX: Generate proper LTA transform prior BOLD sampling on surfaces (#2146)
59
61
* FIX: Temporary config file in work directory gets clobbered in parallel jobs (#2138)
60
62
* FIX: Dismiss ``echo `` entity on several derivatives and figures outputs (#2133)
61
63
* FIX: Correct summary report when using previously run ``recon-all `` (#2124)
Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ install_requires =
27
27
nipype >= 1.4
28
28
nitime
29
29
nitransforms >= 20.0.0rc3,<20.2
30
- niworkflows ~= 1.2.2
30
+ niworkflows ~= 1.2.3
31
31
numpy
32
32
pandas
33
33
psutil >= 5.4
34
34
pybids >= 0.10.2
35
35
pyyaml
36
36
sdcflows ~= 1.3.1
37
- smriprep ~= 0.6.0
37
+ smriprep ~= 0.6.1
38
38
tedana >= 0.0.9a1, < 0.0.10
39
39
templateflow ~= 0.6
40
40
toml
You can’t perform that action at this time.
0 commit comments