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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,8 @@ Bug fixes
61
61
By `Deepak Cherian <https://github.com/dcherian>`_.
62
62
- Fix detection of the ``h5netcdf`` backend. Xarray now selects ``h5netcdf`` if the default ``netCDF4`` engine is not available (:issue:`10401`, :pull:`10557`).
63
63
By `Scott Staniewicz <https://github.com/scottstanie>`_.
64
+
- Fix :py:func:`merge` to prevent altering original object depending on join value (:pull:`10596`)
65
+
By `Julia Signell <https://github.com/jsignell>`_.
64
66
- Ensure ``unlimited_dims`` passed to :py:meth:`xarray.DataArray.to_netcdf`, :py:meth:`xarray.Dataset.to_netcdf` or :py:meth:`xarray.DataTree.to_netcdf` only contains dimensions present in the object; raise ``ValueError`` otherwise (:issue:`10549`, :pull:`10608`).
65
67
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_.
0 commit comments