-
-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
good first issueGood for newcomersGood for newcomers
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.scipy
ordask_image.scipy.ndimage
ordask_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:
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers