@@ -24,6 +24,10 @@ This release brings a major upgrade to :py:func:`xarray.concat`, many bug fixes,
2424and a bump in supported dependency versions. Thanks to our 11 contributors:
2525Aron Gergely, Deepak Cherian, Illviljan, James Bourbeau, Joe Hamman,
2626Justus Magin, Hauke Schulz, Kai Mühlbauer, Ken Mankoff, Spencer Clark, Tom Nicholas.
27+ This release brings a major upgrade to :py:func: `xarray.concat `, bug fixes and
28+ a bump in supported dependency versions. Thanks to our 9 contributors:
29+ Aron Gergely, Deepak Cherian, Illviljan, James Bourbeau, Joe Hamman,
30+ Justus Magin, Kai Mühlbauer, Ken Mankoff, Spencer Clark.
2731
2832Breaking changes
2933~~~~~~~~~~~~~~~~
@@ -58,6 +62,11 @@ Bug fixes
5862 By `Kai Mühlbauer <https://github.com/kmuehlbauer >`_ and `Scott Chamberlin <https://github.com/scottcha >`_.
5963- Handle ``keep_attrs `` option in binary operators of :py:meth: `Dataset ` (:issue: `7390 `, :pull: `7391 `).
6064 By `Aron Gergely <https://github.com/arongergely >`_.
65+ - Improve error message when using dask in :py:func: `apply_ufunc ` with ``output_sizes `` not supplied. (:pull: `7509 `)
66+ By `Tom Nicholas <https://github.com/TomNicholas >`_.
67+ - :py:func: `xarray.Dataset.to_zarr ` now drops variable encodings that have been added by xarray during reading
68+ a dataset. (:issue: `7129 `, :pull: `7500 `).
69+ By `Hauke Schulz <https://github.com/observingClouds >`_.
6170
6271Documentation
6372~~~~~~~~~~~~~
0 commit comments