10000 Update DataArray.to_zarr to match Dataset.to_zarr. by Karl-Krauth · Pull Request #10164 · pydata/xarray · GitHub
[go: up one dir, main page]

Skip to content

Update DataArray.to_zarr to match Dataset.to_zarr. #10164

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Mar 24, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix whats-new.rst precommit error.
  • Loading branch information
Karl-Krauth committed Mar 21, 2025
commit bf330512b8351b848ff8ad1adc6b0a88e344292a
4 changes: 2 additions & 2 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Bug fixes
~~~~~~~~~

- Update the parameters of :py:meth:`~xarray.DataArray.to_zarr` to match `~xarray.Dataset.to_zarr`.
This fixes the issue where using the `zarr_version` parameter would raise a deprecation warning telling the user to use
a non-existant `zarr_format` parameter instead. (:issue:`10163`, :pull:`10164`)
This fixes the issue where using the ``zarr_version`` parameter would raise a deprecation warning telling the user to use
a non-existant ``zarr_format`` parameter instead. (:issue:`10163`, :pull:`10164`)
By `Karl Krauth <https://github.com/Karl-Krauth>`_.

Documentation
Expand Down
0