dask-image / dask-ndmorph

A library of N-D morphological operations for Dask Arrays
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

Drop use of SciPy's `morphology` module #18

Closed jakirkham closed 7 years ago

jakirkham commented 7 years ago

As SciPy's docs explicitly show all of these functions are available from scipy.ndimage, there should be no need to specify morphology as well. Further the latter doesn't show up in the docs. So we can't guarantee that it will be preserved as part of the API.