pydata / xarray

N-D labeled arrays and datasets in Python
https://xarray.dev
Apache License 2.0
3.63k stars 1.09k forks source link

Compatibility with Zarr v3b2 #9795

Closed dcherian closed 6 hours ago

dcherian commented 3 days ago

Closes #9277

dcherian commented 3 days ago

I did some refactoring to fix a test. As an upside, I think we now more efficient when overwriting existing variables.

dcherian commented 3 days ago

Remaining upstream failures are https://github.com/zarr-developers/zarr-python/issues/2501 and that we seem to now have 4 new list_prefix calls (I've bumped the count, we can optimize later). :/

dcherian commented 1 day ago

Merging tomorrow if there are no comments. There are no functional changes here just adapting to zarr's mode="w" no longer clearing the group