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
Copy file name to clipboardExpand all lines: doc/whats-new.rst
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,9 @@ New Features
26
26
Breaking changes
27
27
~~~~~~~~~~~~~~~~
28
28
29
+
- Explicitly forbid appending a :py:class:`~xarray.DataTree` to zarr using :py:meth:`~xarray.DataTree.to_zarr` with ``append_dim``, because the expected behaviour is currently undefined.
30
+
(:issue:`9858`, :pull:`10156`)
31
+
By `Tom Nicholas <https://github.com/TomNicholas>`_.
0 commit comments