cgohlke / czifile

Read Carl Zeiss(r) Image (CZI) files
https://pypi.org/project/czifile
Other
27 stars 8 forks source link

Deprecation warning for scipy zoom import #9

Open erikogabrielsson opened 7 months ago

erikogabrielsson commented 7 months ago

Hi, When importing czifile I get a deprecation warning for this line:

from scipy.ndimage.interpolation import zoom
DeprecationWarning: Please import `zoom` from the `scipy.ndimage` namespace; the `scipy.ndimage.interpolation` namespace is deprecated and will be removed in SciPy 2.0.0.