arviz-devs / arviz

Exploratory analysis of Bayesian models with Python
https://python.arviz.org
Apache License 2.0
1.56k stars 386 forks source link

Zarr 3 compatibility #2357

Open OriolAbril opened 1 week ago

OriolAbril commented 1 week ago

The reading of inferencedata objects from zarr uses API elements that are being modified/deprecated with zarr 3.0. Ref https://github.com/zarr-developers/zarr-python/issues/1777. I will add a pin for now in #2356 but we should check the changes and decide how to support both (ideally) otherwise when to switch to 3.x

ahartikainen commented 1 week ago

Any ideas how much API will change?

OriolAbril commented 1 week ago

Haven't really checked, but it looks like some basic things like store/storage are changing