You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments