Gregory Lee

Results 318 comments of Gregory Lee

> @grlee77, I resolved the conflicts for this PR. Any update from your side? I think this issue is less high priority than I initially thought. I started this thinking...

I think my preference would be to get #5482 merged first and then rebase this one afterwards. I can solicit a 2nd review in that PR.

Thanks for reporting the issue and including an example image and script. I can confirm that this example takes several seconds to run on v0.18.0.

Running a line profiler indicates that `skimage._shared.coord.ensure_spacing` is acounting for >99% of the computation time. It looks like switching to this function has resolved some bugs, but at cost of...

We don't currently have this, but from the reference it looks like this would not be too difficult to implement with some refactoring of the existing single scale function. The...

Hi @a-parida12, it would be great if you want to work on this issue. I don't think anyone is doing so currently. It looks like that library is MIT-licensed so...

An upstream example of use with multiple separate LICENSE_* files is [in matplotlib](https://github.com/matplotlib/matplotlib/blob/4a5d09cba5f4a20e14553cebd8f70c1f34d20d35/setup.cfg#L5)

Circle CI failure here should be resolved by #6528

> I tested locally that the LICENSE.txt is included in both the sdist archive and wheel. This option seems only to affect the inclusion in the wheel? Thanks for double-checking....

> Does Zarr v3 have a notion of a "root" group? That feels like a more sensible default to me, both for Xarray and Zarr-Python I think we likely need...