good first issue
Metriche repository
- Star
- (228 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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: