Skip to content

Commit 8fbbb9b

Browse files
committed
rel(0.5.2): update CHANGES, update niworkflows pin
1 parent 07a7ba3 commit 8fbbb9b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
0.5.1 (February 7, 2020)
29
========================
310
A hotfix release updating dependencies

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ install_requires =
2525
matplotlib >= 2.2.0
2626
nibabel >= 3.0.1
2727
nipype >= 1.3.1
28-
niworkflows @ git+https://github.com/poldracklab/niworkflows.git@edeea81352f3f2b276f11e42e7829e1c5a03770f
28+
niworkflows ~= 1.1.7
2929
numpy
3030
packaging
3131
pybids ~= 0.9.4

0 commit comments

Comments
 (0)