Skip to content

zarr-python 3.0.7 compatibility #699

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

Merged
merged 2 commits into from
Apr 22, 2025

Conversation

TomAugspurger
Copy link
Contributor

@TomAugspurger TomAugspurger commented Apr 22, 2025

This adds compatibility for zarr-python 3.0.7, which changed the dtype for representing bytes in zarr-developers/zarr-python#2738.

@TomAugspurger TomAugspurger requested a review from a team as a code owner April 22, 2025 17:27
@TomAugspurger TomAugspurger added bug Something isn't working non-breaking Introduces a non-breaking change labels Apr 22, 2025
@@ -22,6 +24,11 @@
# with differences coming swapping in `cuFile` for the stdlib open file object.


@functools.cache
def ZARR_3_0_7():
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit:

Suggested change
def ZARR_3_0_7():
def _is_ge_zarr_3_0_7():

Copy link
Contributor

@kingcrimsontianyu kingcrimsontianyu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix! Only left a minor suggestion.

@TomAugspurger
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit 2514648 into rapidsai:branch-25.06 Apr 22, 2025
59 checks passed
@jakirkham
Copy link
Member

Thanks Tom and everyone who reviewed! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants