Skip to content
Snippets Groups Projects
Commit 2da19991 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

MNT: wrong version

parent e3bb0fcf
No related branches found
No related tags found
No related merge requests found
...@@ -283,7 +283,7 @@ def applySmoothing(data, matrix, newShape): ...@@ -283,7 +283,7 @@ def applySmoothing(data, matrix, newShape):
return ndimage.gaussian_filter(data, sigma) return ndimage.gaussian_filter(data, sigma)
@deprecated.deprecated('2.9.0', '3.0.0', @deprecated.deprecated('2.8.0', '3.0.0',
'Use fsl.transform.affine.rescale instead') 'Use fsl.transform.affine.rescale instead')
def calculateMatrix(oldShape, newShape, origin): def calculateMatrix(oldShape, newShape, origin):
"""Deprecated - use :func:`.affine.rescale` instead. """ """Deprecated - use :func:`.affine.rescale` instead. """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment