Federico Montesino Pouzols
Results
2
comments of
Federico Montesino Pouzols
Thanks for this [great update](https://github.com/zarr-developers/zarr-python/pull/2874)! When trying to get xarray 2025.7.1 working with Zarr 3.1.0 using `zarr_format=3`, we get various `UnstableSpecificationWarning`s (see below). I'm I right that these warnings are...
I think this example needs to be updated for zarr-python 3. Something like this works for me: ```diff diff --git a/doc/user-guide/io.rst b/doc/user-guide/io.rst index 986d43ce..7f5d6e2b 100644 --- a/doc/user-guide/io.rst +++ b/doc/user-guide/io.rst @@...