From 99fd99cd9ad060aea3540a48df4571db90e2e105 Mon Sep 17 00:00:00 2001 From: dcherian Date: Sat, 18 Mar 2023 13:14:15 -0600 Subject: [PATCH 1/2] Whats-new for release 2023.03.0 --- doc/whats-new.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index db9950c72d9..7887caa30e3 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -17,8 +17,8 @@ What's New .. _whats-new.2023.03.0: -v2023.03.0 (unreleased) ------------------------ +v2023.03.0 (March 20, 2023) +--------------------------- New Features ~~~~~~~~~~~~ From ec062cbd1c5f3a4bafd41bdb0514a67124ce4c3e Mon Sep 17 00:00:00 2001 From: dcherian Date: Sat, 18 Mar 2023 13:17:52 -0600 Subject: [PATCH 2/2] update --- doc/whats-new.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 7887caa30e3..7ff7fa67b56 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -20,6 +20,9 @@ What's New v2023.03.0 (March 20, 2023) --------------------------- +This release brings many bug fixes, and some new features. Thanks to our 18 contributors: +Abel Aoun, Alex Goodman, Deepak Cherian, Illviljan, Jody Klymak, Joe Hamman, Justus Magin, Mary Gathoni, Mathias Hauser, Mattia Almansi, Mick, Oriol Abril-Pla, Paul Ockenfuß, Pierre, Shreyal Gupta, Spencer Clark, Tom Nicholas, Tom Vo + New Features ~~~~~~~~~~~~ @@ -30,6 +33,8 @@ New Features By `Abel Aoun `_ and `Deepak Cherian `_. - Support dask arrays in ``first`` and ``last`` reductions. By `Deepak Cherian `_. +- Improved performance in ``open_dataset`` for datasets with large object arrays (:issue:`7484`, :pull:`7494`). + By `Alex Goodman `_ and `Deepak Cherian `_. Breaking changes ~~~~~~~~~~~~~~~~ @@ -60,8 +65,6 @@ Bug fixes - Fix issue with ``max_gap`` in ``interpolate_na``, when applied to multidimensional arrays. (:issue:`7597`, :pull:`7598`). By `Paul Ockenfuß `_. -- Improved performance in ``open_dataset`` for datasets with large object arrays (:issue:`7484`, :pull:`7494`). - By `Alex Goodman `_ and `Deepak Cherian `_. - Fix :py:meth:`DataArray.plot.pcolormesh` which now works if one of the coordinates has str dtype (:issue:`6775`, :pull:`7612`). By `Michael Niklas `_.