You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for Dataset.to_zarr says that zarr_version is deprecated for zarr_format but calling DataArray.to_zarr with zarr_format throws an unexpected keyword exception, while calling it with zarr_version will raise a deprecation warning.
What happened?
The documentation for
Dataset.to_zarr
says thatzarr_version
is deprecated forzarr_format
but callingDataArray.to_zarr
withzarr_format
throws an unexpected keyword exception, while calling it withzarr_version
will raise a deprecation warning.What did you expect to happen?
zarr_format
should be a valid parameterMinimal Complete Verifiable Example
MVCE confirmation
Relevant log output
Anything else we need to know?
No response
Environment
INSTALLED VERSIONS
commit: None
python: 3.12.9 | packaged by conda-forge | (main, Mar 4 2025, 22:44:42) [Clang 18.1.8 ]
python-bits: 64
OS: Darwin
OS-release: 24.3.0
machine: arm64
processor: arm
byteorder: little
LC_ALL: None
LANG: en_US.UTF-8
LOCALE: ('en_US', 'UTF-8')
libhdf5: None
libnetcdf: None
xarray: 0.1.dev5886+gcdebbf5
pandas: 2.2.3
numpy: 2.1.3
scipy: 1.15.2
netCDF4: None
pydap: None
h5netcdf: None
h5py: None
zarr: 3.0.5
cftime: None
nc_time_axis: None
iris: None
bottleneck: None
dask: 2025.2.0
distributed: 2025.2.0
matplotlib: 3.10.1
cartopy: None
seaborn: 0.13.2
numbagg: None
fsspec: 2025.3.0
cupy: None
pint: 0.24.4
sparse: None
flox: None
numpy_groupies: None
setuptools: 75.8.2
pip: 25.0.1
conda: 24.11.3
pytest: None
mypy: None
IPython: 9.0.2
sphinx: 8.2.3
The text was updated successfully, but these errors were encountered: