good first issue
Repository metrics
- Stars
- (228 stars)
- PR merge metrics
- (PR metrics pending)
Description
To allow for better dispatching & interoperability with other libraries, dask-image should make sure that all the ndimage functions are imported into a single namespace.
We need to:
- Decide what that namespace should be:
dask_image.scipyordask_image.scipy.ndimageordask_image? @jakirkham what do you think? - Make sure all the functions are imported into that namespace. Once the decision for (1) is made, this is a good first issue.
Discussion: