dask/dask-image

Import all ndimage functions into a single namespace

Open

#198 创建于 2021年3月19日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)Python (57 fork)auto 404
good first issue

仓库指标

Star
 (228 star)
PR 合并指标
 (PR 指标待抓取)

描述

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:

贡献者指南