We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b34d1b commit 40c4d46Copy full SHA for 40c4d46
xarray/backends/zarr.py
@@ -648,11 +648,6 @@ def open_zarr(
648
http://zarr.readthedocs.io/
649
"""
650
651
- warnings.warn(
652
- "open_zarr is deprecated. Use open_dataset(engine='zarr') instead.",
653
- DeprecationWarning,
654
- )
655
-
656
if kwargs:
657
raise TypeError(
658
"open_zarr() got unexpected keyword arguments " + ",".join(kwargs.keys())
0 commit comments