Skip to content

RF: Remove deprecated nibabel get_* methods #1276

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 17, 2015
Merged

Conversation

effigies
Copy link
Member

Nibabel deprecated the use of img.get_header() and img.get_affine() functions in favor of img.header and img.affine in 2.0.0, and img.get_shape() was deprecated in nibabel 1.2.0.

Nipype has a nibabel >= 2.0.1 requirement, so these changes are safe.

Nibabel deprecated the use of img.get_header() and img.get_affine()
functions in favor of img.header and img.affine in 2.0.0, and
img.get_shape() was deprecated in nibabel 1.2.0.

Nipype has a nibabel >= 2.0.1 requirement, so these changes are safe.
satra added a commit that referenced this pull request Nov 17, 2015
RF: Remove deprecated nibabel get_* methods
@satra satra merged commit 175a6de into nipy:master Nov 17, 2015
@effigies effigies deleted the deprecations branch November 17, 2015 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants