Gregory Lee

Results 76 issues of Gregory Lee

**Is your feature request related to a problem? Please describe.** A small number of last minute changes for the pending scikit-image 0.20 release have not been incorporated into release 2022.12.00....

feature request

This is a PR based on the discussion in #681. It is still a work in progress. I have now refactored the code so that there is no conversion from...

Functionality is equivalent since SciPy 1.6 (see note [here](https://docs.scipy.org/doc/scipy-1.13.0/reference/generated/scipy.spatial.cKDTree.html)). I pinned SciPy to >= 1.6 (released Dec 31, 2020) This MR also adds some missing test cases for the `_ensure_spacing`...

bug
non-breaking
maintenance

CuPy's main branch now has a KDTree implementation (`cupyx.scipy.spatial.KDTree`). It is not released for CuPy 13.x, but we should investigate whether it provides benefit over falling back to the host...

improvement

There were a number of non-trivial changes to the morphology module, so I broke those out from the other changes in #727. Please review and merge that MR first before...

improvement
non-breaking

This MR updates cuCIM for consistency with version scikit-image `0.23.2rc1`. There were a relatively large number of changes in the `morphology` module, so I am going to submit those in...

improvement
non-breaking

The purpose of this MR is to refactor existing binary morphology tests from a single dense product over all parameters to 2 or 3 products over a small subset of...

cat:test
prio:medium

I saw that a recent PR by @davidbrochart (https://github.com/zarr-developers/zarr_implementations/pull/23) added xtensor support to zarr_implementations. I was interested in extending the data generation and testing there to include the zarr v3...

This MR has some minor housekeeping changes, mostly in `cupyx.scipy` modules so they are not using functionality deprecated for NumPy 2.0. This should complement the changes being made by @ev-br...

cat:enhancement
to-be-backported
prio:medium