From fa4c4fdad8fabfca56859d8535d54fac6e3e075c Mon Sep 17 00:00:00 2001 From: dcherian Date: Wed, 2 Nov 2022 15:34:39 -0600 Subject: [PATCH 1/2] whats-new for 2022.11.0 --- doc/whats-new.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 6465c1e88ae..b05a893ab58 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -15,11 +15,17 @@ What's New np.random.seed(123456) -.. _whats-new.2022.10.1: +.. _whats-new.2022.11.0: -v2022.10.1 (unreleased) +v2022.11.0 (Nov 3, 2022) ----------------------- +This release brings a number of bugfixes and documentation improvements. Both text and HTML +reprs now have a new "Indexes" section, which we expect will help with development of new +Index objects. This release also features more support for the Python Array API. + +Many thanks to the 16 contributors to this release: Daniel Goman, Deepak Cherian, Illviljan, Jessica Scheick, Justus Magin, Mark Harfouche, Maximilian Roos, Mick, Patrick Naylor, Pierre, Spencer Clark, Stephan Hoyer, Tom Nicholas, Tom White + New Features ~~~~~~~~~~~~ From ceb756d51b3625bc62f416bbcff41854b4eb169d Mon Sep 17 00:00:00 2001 From: dcherian Date: Wed, 2 Nov 2022 16:06:58 -0600 Subject: [PATCH 2/2] [skip-ci] fix RTD --- doc/whats-new.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index b05a893ab58..01cfa16d9ab 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -18,7 +18,7 @@ What's New .. _whats-new.2022.11.0: v2022.11.0 (Nov 3, 2022) ------------------------ +------------------------ This release brings a number of bugfixes and documentation improvements. Both text and HTML reprs now have a new "Indexes" section, which we expect will help with development of new