-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test with Zarr V3 #295
Comments
Zarr 3.0.0a0 was released last week. It's on PyPI, and can be installed by specifying There's already a GH Actions workflow for this, which is currently failing (e.g. here's a recent run). Some useful pre-requisites to getting Zarr V3 working are:
The following bugfixes are needed in Zarr: |
Closing this as we have been running a CI job against Zarr v3 for a while now: https://github.com/cubed-dev/cubed/actions/workflows/zarr-v3-tests.yml. |
Add a GH Actions workflow that runs Cubed tests using Zarr V3 storage. This will ensure that the upcoming work to update Zarr to support the V3 spec (see zarr-developers/zarr-python#1480) is working in Cubed.
I've done a preliminary test in https://github.com/tomwhite/cubed/tree/zarr-v3-testing, and the current V3 implementation works with Cubed. (Run with
ZARR_V3_EXPERIMENTAL_API=1 pytest -vs
)The next step is to turn this into a workflow that runs against Zarr's V3 branch (when it is created).
cc @MSanKeys963 @jhamman
The text was updated successfully, but these errors were encountered: