You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @ianhi, this is very nice! I will say that (a) try/except is actually quite expensive in Python, so best to avoid it for something interactive like painting, but (b) I actually added fancy indexing to zarr arrays by default recently and this will be in release 2.11, so I'm just waiting for that to happen then we'll drop the tensorstore dependency. 😊
I actually added fancy indexing to zarr arrays by default recently and this will be in release 2.11, so I'm just waiting for that to happen then we'll drop the tensorstore dependency. blush
Wanted to share this here as it may be useful and was inspired by your PR (napari/napari#3155)
I found that a user of napari can get a
zarr.Array
to work in a labels layer by wrapping it like so:The text was updated successfully, but these errors were encountered: