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 07a7ba3 commit 8fbbb9bCopy full SHA for 8fbbb9b
CHANGES.rst
@@ -1,3 +1,10 @@
1
+0.5.2 (February 14, 2020)
2
+=========================
3
+Minor tweaks in preparation for fMRIPrep 20.0.0 release.
4
+
5
+* ENH: Enable users to pass JSON filters to select subsets of data (#143) @bpinsard
6
+* MAINT: Add ignore W503 in setup.cfg (#165) @oesteban
7
8
0.5.1 (February 7, 2020)
9
========================
10
A hotfix release updating dependencies
setup.cfg
@@ -25,7 +25,7 @@ install_requires =
25
matplotlib >= 2.2.0
26
nibabel >= 3.0.1
27
nipype >= 1.3.1
28
- niworkflows @ git+https://github.com/poldracklab/niworkflows.git@edeea81352f3f2b276f11e42e7829e1c5a03770f
+ niworkflows ~= 1.1.7
29
numpy
30
packaging
31
pybids ~= 0.9.4
0 commit comments