Gregory Lee
Gregory Lee
Please see https://github.com/rapidsai/cucim/issues/86 for some prior discussion of this. If you need only the `cucim.skimage` component, there is a description of an unofficial way to install that from source as...
> Am I missing something? This change seems to remove the exploration examples without putting something in its place. Perhaps replace using Napari? Jupyter widgets? For `clock_deblur.py`, I don't think...
> Could we simply make that the default for zarr.open_group? I.e., group='/'? I did overlook this following statement about `root.group.json` or `root.array.json` and agree that we should add that to...
quick update: I have a PR nearly done for root array/group support in v3. I just need to take a look again later today at one failing test case.
New conflicts due to merge of the v3 branch are resolved in PR https://github.com/madsbk/zarr-python/pull/1
[Towncrier](https://towncrier.readthedocs.io/en/actual-freaking-docs/) is used by NumPy and we are considering it for scikit-image
We have a draft PR and were planning to start using it in the near future, so I don't have much experience with it yet. I was not aware of...
I think test coverage is pretty good now. It should be ready for review.
Yeah, I think assuming a small number of dimensions is very reasonable. Relatively fewdatasets will have more than 4 or 5 dimensions. Usually 2-3 spatial with possible extra dimensions for...
That is how `_ensure_store` was original implemented in #612, but the test case wasn't there at that time. Most likely, I added the test case later to complete test coverage,...