From a45480f6f81851e4456f0ad0cab4e5e0d6bd70c2 Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Thu, 13 Oct 2022 14:28:04 -0600 Subject: [PATCH] v2022.10.0 whats-new (#7160) * v2022.10.0 whats-new * [skip-ci] mention scatter plot! * [skip-ci] Update doc/whats-new.rst --- doc/whats-new.rst | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 52a6577b47f..def01777d32 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -14,10 +14,18 @@ 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, 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, +Spencer Clark, Thomas Nicholas -v2022.09.1 (unreleased) ------------------------ New Features ~~~~~~~~~~~~ @@ -53,10 +61,6 @@ Breaking changes ========================== ========= ======== -Deprecations -~~~~~~~~~~~~ - - Bug fixes ~~~~~~~~~ @@ -73,11 +77,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: