Skip to content

Zarr 3 support for distributed #1375

@felixS27

Description

@felixS27

Before you fill out this form:

Did you review the FAQ?

Did you look through previous (open AND closed) issues posted on GH?

Now fill this form out completely:

Is your feature request related to a problem? Please describe.

Zarr upgraded their file storage format to a new version (v3) and changed some of their function interfaces (zarr.open does only accept zero or one positional argument). When using cellpose distributed one needs to install zarr <3 into the environment and save the images in zarr v2 format. In order to still be able to use cellpose distributed with v3 zarr arrays it would be nice to update the corresponding functions

Describe the solution you'd like

A simple update of the functions interface relevant to zarr (which is just the zarr.open)

Describe alternatives you've considered

Additional context

I forked the repo and just changed one or two lines of codes.

Image

Thanks you so much for the tool and all the hard work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions