Skip to content

zarr-python 3.0.7 compatibility#699

Merged
rapids-bot[bot] merged 2 commits intorapidsai:branch-25.06from
TomAugspurger:tom/zarr-compat
Apr 22, 2025
Merged

zarr-python 3.0.7 compatibility#699
rapids-bot[bot] merged 2 commits intorapidsai:branch-25.06from
TomAugspurger:tom/zarr-compat

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


@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