dask / dask/dask-image

Import all ndimage functions into a single namespace

Open
#198 4 comments 0 reactions 0 assignees View on GitHub
good first issue
Dominant language
Python
Stars
226
Forks
56
PR merge metrics
No merged PRs in 30d

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:
1. Decide what that namespace should be: `dask_image.scipy` or `dask_image.scipy.ndimage` or `dask_image`? @jakirkham what do you think?
2. Make sure all the functions are imported into that namespace. Once the decision for (1) is made, this is a good first issue.

Discussion:
- https://github.com/scipy/scipy/issues/10204#issuecomment-788529136
- https://github.com/scipy/scipy/issues/10204#issuecomment-801848146

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.