From b5bf409f296e41aa5a278dbbf7e108f4da427525 Mon Sep 17 00:00:00 2001 From: dcherian Date: Thu, 13 Oct 2022 13:23:19 -0600 Subject: [PATCH 1/3] v2022.10.0 whats-new --- doc/whats-new.rst | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 52a6577b47f..c8d668c448c 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -14,10 +14,17 @@ What's New np.random.seed(123456) -.. _whats-new.2022.09.1: +.. _whats-new.2022.10.0: + +v2022.10.0 (Oct 14 2022) +------------------------- + +This release brings numerous bugfixes and a change in minimum supported versions. + +Many thanks to 11 contributors to this release: Anderson Banihirwe, Benoit Bovy, +Dan Adriaansen, Illviljan, Justus Magin, Lukas Bindreiter, Mick, Patrick Naylor, +Spencer Clark, Thomas Nicholas -v2022.09.1 (unreleased) ------------------------ New Features ~~~~~~~~~~~~ @@ -53,10 +60,6 @@ Breaking changes ========================== ========= ======== -Deprecations -~~~~~~~~~~~~ - - Bug fixes ~~~~~~~~~ @@ -73,11 +76,6 @@ Bug fixes - Support for open_dataset backends that return datasets containing multi-indexes (:issue:`7139`, :pull:`7150`) By `Lukas Bindreiter `_. -Documentation -~~~~~~~~~~~~~ - -Internal Changes -~~~~~~~~~~~~~~~~ .. _whats-new.2022.09.0: From 87ae0afe45e4553708cc13535f151a3244993866 Mon Sep 17 00:00:00 2001 From: dcherian Date: Thu, 13 Oct 2022 13:26:01 -0600 Subject: [PATCH 2/3] [skip-ci] mention scatter plot! --- doc/whats-new.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index c8d668c448c..19c40a3e9f9 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -19,7 +19,8 @@ What's New v2022.10.0 (Oct 14 2022) ------------------------- -This release brings numerous bugfixes and a change in minimum supported versions. +This release brings numerous bugfixes, a change in minimum supported versions, +and a new scatter plot method for DataArrays. Many thanks to 11 contributors to this release: Anderson Banihirwe, Benoit Bovy, Dan Adriaansen, Illviljan, Justus Magin, Lukas Bindreiter, Mick, Patrick Naylor, From d7ac9a5f21aa01976c82b84e948ece4e8e17b674 Mon Sep 17 00:00:00 2001 From: dcherian Date: Thu, 13 Oct 2022 13:35:29 -0600 Subject: [PATCH 3/3] [skip-ci] Add whats-new for next release --- doc/whats-new.rst | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 19c40a3e9f9..55ab9bbbf41 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -14,6 +14,36 @@ What's New np.random.seed(123456) + +.. _whats-new.2022.10.1: + +v2022.10.1 (unreleased) +----------------------- + +New Features +~~~~~~~~~~~~ + + +Breaking changes +~~~~~~~~~~~~~~~~ + + +Deprecations +~~~~~~~~~~~~ + + +Bug fixes +~~~~~~~~~ + + +Documentation +~~~~~~~~~~~~~ + + +Internal Changes +~~~~~~~~~~~~~~~~ + + .. _whats-new.2022.10.0: v2022.10.0 (Oct 14 2022)