From de893cb4e5f86d2bbe43eb8a17c31ef10fcf6272 Mon Sep 17 00:00:00 2001 From: dcherian Date: Sun, 15 Jan 2023 11:16:48 -0700 Subject: [PATCH 1/2] v2023.01.0 whats-new --- doc/whats-new.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 8af7a258f5a..48b1f366988 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -15,10 +15,14 @@ What's New np.random.seed(123456) -.. _whats-new.2022.12.1: +.. _whats-new.2023.01.0: -v2022.12.1 (unreleased) ------------------------ +v2023.01.0 (Jan 17, 2023) +------------------------- + +This release includes a number of bug fixes. Thanks to the 13 contributors to this release: +Benoit Bovy, Deepak Cherian, Ian Carroll, Illviljan, Joe Hamman, Justus Magin, Mark Harfouche, Matthew Roeschke, +Paige Martin, Pierre, Sam Levang, Tom Nicholas, stefank0. New Features ~~~~~~~~~~~~ From d4b9d3d167424f817ad1949e3444741976618db4 Mon Sep 17 00:00:00 2001 From: dcherian Date: Wed, 18 Jan 2023 13:53:14 -0700 Subject: [PATCH 2/2] update --- doc/whats-new.rst | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 48b1f366988..5de661f6b92 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -20,13 +20,9 @@ What's New v2023.01.0 (Jan 17, 2023) ------------------------- -This release includes a number of bug fixes. Thanks to the 13 contributors to this release: -Benoit Bovy, Deepak Cherian, Ian Carroll, Illviljan, Joe Hamman, Justus Magin, Mark Harfouche, Matthew Roeschke, -Paige Martin, Pierre, Sam Levang, Tom Nicholas, stefank0. - -New Features -~~~~~~~~~~~~ - +This release includes a number of bug fixes. Thanks to the 14 contributors to this release: +Aron Gergely, Benoit Bovy, Deepak Cherian, Ian Carroll, Illviljan, Joe Hamman, Justus Magin, Mark Harfouche, +Matthew Roeschke, Paige Martin, Pierre, Sam Levang, Tom White, stefank0. Breaking changes ~~~~~~~~~~~~~~~~ @@ -35,10 +31,6 @@ Breaking changes Use ``.get_indexer([key], method=..., tolerance=...)`` instead (:pull:`7361`). By `Matthew Roeschke `_. -Deprecations -~~~~~~~~~~~~ - - Bug fixes ~~~~~~~~~ @@ -55,10 +47,6 @@ Bug fixes - Preserve original dtype on accessing MultiIndex levels (:issue:`7250`, :pull:`7393`). By `Ian Carroll `_. -Documentation -~~~~~~~~~~~~~ - - Internal Changes ~~~~~~~~~~~~~~~~ - Add the pre-commit hook `absolufy-imports` to convert relative xarray imports to