Skip to content

Commit

Permalink
rel(0.5.2): update CHANGES, update niworkflows pin
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Feb 14, 2020
1 parent 07a7ba3 commit 8fbbb9b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.5.2 (February 14, 2020)
=========================
Minor tweaks in preparation for fMRIPrep 20.0.0 release.

* ENH: Enable users to pass JSON filters to select subsets of data (#143) @bpinsard
* MAINT: Add ignore W503 in setup.cfg (#165) @oesteban

0.5.1 (February 7, 2020)
========================
A hotfix release updating dependencies
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install_requires =
matplotlib >= 2.2.0
nibabel >= 3.0.1
nipype >= 1.3.1
niworkflows @ git+https://github.com/poldracklab/niworkflows.git@edeea81352f3f2b276f11e42e7829e1c5a03770f
niworkflows ~= 1.1.7
numpy
packaging
pybids ~= 0.9.4
Expand Down

0 comments on commit 8fbbb9b

Please sign in to comment.