ome-zarr-py icon indicating copy to clipboard operation
ome-zarr-py copied to clipboard

Implementation of next-generation file format (NGFF) specifications for storing bioimaging data in the cloud.

Results 82 ome-zarr-py issues
Sort by recently updated
recently updated
newest added

The Test pre-releases workflow failed on 2024-05-25 12:26 UTC The most recent failing test was on windows-latest py py39 with commit: b5f850618286951c5984a903bb57af2d976f48a9 Full run: https://github.com/ome/ome-zarr-py/actions/runs/9235411137 (This post will be updated...

bug

Hello, would you consider making some types, like`ZarrLocation`, available at the package level, to facilitate e.g. `from ome_zarr import ZarrLocation`, rather than needing to specify that this is from `io`?...

updates: - [github.com/asottile/pyupgrade: v3.15.1 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v3.15.1...v3.15.2) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0)

- Define property ``func`` to get downsample function. - Use ``scaler.func`` instead of ``scaler.nearest`` in function ``_create_mip``.

Fixes https://github.com/ome/ome-zarr-py/issues/364. I noticed there wasn't a changelog, so I added one, I hope that's okay? I think it's important to communicate bug fixes like this.

- Use bash highlighting - Break up code blocks so it's easier to copy/paste commands - Remove leading `$` so it's easier to copy/paste commands

I'm trying to set the same chunk size in each dimension when writing a file. In `zarr` this is easily done by giving an integer value to the `chunks` parameter....

Hello there, We've started to play with HCS data and saving the intemedia results as raw zarr is painful to handle. So we internally want to use [this ZipStore strategy](https://github.com/ome/ome-zarr-py/issues/298)...

Test suite status: failure see https://github.com/ome/ome_zarr_test_suite/actions/runs/8340984663

Test suite status: failure see https://github.com/ome/ome_zarr_test_suite/actions/runs/8262901347