Skip to content

Commit

Permalink
rel(1.1.6): Update nibabel pin and CHANGES [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Feb 7, 2020
1 parent 5475d82 commit 3af974a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.1.6 (February 7, 2020)
========================
Update NiBabel pinned version.

* MAINT: Update nibabel's pin to >=3.0.1

1.1.5 (February 6, 2020)
========================
A refactor of recently introduced spaces/references/spatial-references objects,
Expand All @@ -6,9 +12,9 @@ and some methods for upstream pipelines.
* ENH: Revision of spaces module for consistency (#457)
* ENH: Add BIDS output version checker (#456)
* ENH: Standard space querying (#455)
* ENH: Add cache to SpatialReferences (#453)
* ENH: Add cache to ``SpatialReferences`` (#453)
* ENH: Add helper function for cleaning a directory (#454)
* FIX: Parsing of floats in ResampleImageBySpacing (#452)
* FIX: Parsing of floats in ``ResampleImageBySpacing`` (#452)

1.1.4 (January 28, 2020)
========================
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ install_requires =
jinja2
matplotlib >= 2.2.0 ; python_version >= "3.6"
matplotlib >= 2.2.0, < 3.1 ; python_version < "3.6"
nibabel ~= 3.0.0rc1
nibabel >= 3.0.1
nilearn >= 0.2.6, != 0.5.0, != 0.5.1
nipype >= 1.3.1
packaging
Expand Down

0 comments on commit 3af974a

Please sign in to comment.