We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ca8af commit ccab5eaCopy full SHA for ccab5ea
CHANGES.rst
@@ -1,3 +1,9 @@
1
+1.3.1 (May 22, 2020)
2
+====================
3
+Bug-fix release adapting to use newly refacored DerivativesDataSink
4
+
5
+* ENH: Use new ``DerivativesDataSink`` from NiWorkflows 1.2.0 (#102)
6
7
1.3.0 (May 4, 2020)
8
===================
9
Minor release enforcing BIDS-Derivatives labels on ``dseg`` file.
setup.cfg
@@ -29,7 +29,7 @@ install_requires =
29
nibabel >=3.0.1
30
niflow-nipype1-workflows ~= 0.0.1
31
nipype >=1.3.1,<2.0
32
- niworkflows @ git+https://github.com/nipreps/niworkflows.git@master
+ niworkflows ~= 1.2.0
33
numpy
34
pybids >= 0.10.2
35
templateflow >=0.4
0 commit comments