Support reading OME-Zarr 0.5#295
Merged
Merged
Conversation
* use fsspec as a wrapper for ZarrTiffStore * update deprecated readers and tests * document the helper function * add back the binary check after a flag * use kwarg for file mode in reader * restore dtype attribute * restore opening zarr with dask * stringify path name * remove redundant dtype
it doesn't matter what the order is
ziw-liu
commented
Apr 15, 2025
|
|
||
| # SHOULD | ||
| version: Literal["0.1", "0.2", "0.3", "0.4"] = "0.4" | ||
| version: Literal["0.1", "0.2", "0.3", "0.4", "0.5"] | None = Field( |
Collaborator
Contributor
Author
zarr-python 3.0.8 breakage
Contributor
Author
|
@aliddell recent zarr-python and numcodec updates broke many things – they shipped multiple breaking changes in patch versions! Also in the news, all zarr-python versions in [3.0.0, 3.0.7] got yanked from PyPI so I'm bumping the requirement. |
Contributor
Author
|
@aliddell is it easy(-ish) to write a test case using acquire-zarr's python bindings to write and using iohub to read? |
This reverts commit 77146dd.
Contributor
Author
|
After manually adding metadata omitted by ome/ome2024-ngff-challenge#95. This branch can be used with napari-iohub to visualize v0.5 HCS plates:
|
ziw-liu
commented
Jun 2, 2025
aliddell
approved these changes
Jun 2, 2025
Collaborator
aliddell
left a comment
There was a problem hiding this comment.
LGTM I just have a couple of questions and a suggestion you can take or leave.
Co-authored-by: Alan Liddell <alan.c.liddell@gmail.com>
edyoshikun
reviewed
Jun 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

iohub infoworks on single-FOV acquire-zarr outputNext step (for another PR): support writing OME-Zarr v0.5 datasets.