From 64943b5b324962a30d0431a179f48dffe5560823 Mon Sep 17 00:00:00 2001 From: Thomas Nicholas Date: Mon, 1 Nov 2021 17:46:35 -0400 Subject: [PATCH 1/4] release notes --- doc/whats-new.rst | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 00f7e16480e..07a8a0483c1 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -15,11 +15,22 @@ What's New np.random.seed(123456) -.. _whats-new.0.19.1: +.. _whats-new.0.20.0: -v0.19.1 (unreleased) +v0.20.1 (1 November 2021) --------------------- -.. TODO(by keewis): update deprecations if we decide to skip 0.19.1 + +This release brings improved support for pint arrays, methods for weighted standard deviation, variance, +and sum of squares, the option to disable the use of the bottleneck library, significantly improved performance of +unstack, as well as many bugfixes and internal changes. + +Many thanks to the 38 contributors to this release!: + +Aaron Spring, Akio Taniguchi, Alan D. Snow, arfy slowy, Benoit Bovy, Christian Jauvin, crusaderky, Deepak Cherian, +Giacomo Caria, github-actions[bot], Illviljan, James Bourbeau, Joe Hamman, Joseph K Aicher, Julien Herzen, Kai Mühlbauer, +keewis, lusewell, Martin K. Scherer, Mathias Hauser, Max Grover, Maxime Liquet, Maximilian Roos, Mike Taves, pmav99, +Pushkar Kopparla, Ray Bell, Rio McMahon, Scott Staniewicz, Spencer Clark, Stefan Bender, Taher Chegini, Thomas Nicholas, +Tomas Chor, Tom Augspurger, Victor Negîrneac, Zachary Moon, and Zeb Nicholls. New Features ~~~~~~~~~~~~ From 79116f7ae2319174e8c2220b79a348755226e887 Mon Sep 17 00:00:00 2001 From: Thomas Nicholas Date: Mon, 1 Nov 2021 17:53:24 -0400 Subject: [PATCH 2/4] fix version number --- 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 07a8a0483c1..d81fb80f906 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -17,7 +17,7 @@ What's New .. _whats-new.0.20.0: -v0.20.1 (1 November 2021) +v0.20.0 (1 November 2021) --------------------- This release brings improved support for pint arrays, methods for weighted standard deviation, variance, From 02b01315a131eeeeb6f87a14cf023776d41ddb85 Mon Sep 17 00:00:00 2001 From: Tom Nicholas <35968931+TomNicholas@users.noreply.github.com> Date: Tue, 2 Nov 2021 11:13:26 -0400 Subject: [PATCH 3/4] Update doc/whats-new.rst Co-authored-by: Stephan Hoyer --- 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 d81fb80f906..133f7e2d814 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -27,7 +27,7 @@ unstack, as well as many bugfixes and internal changes. Many thanks to the 38 contributors to this release!: Aaron Spring, Akio Taniguchi, Alan D. Snow, arfy slowy, Benoit Bovy, Christian Jauvin, crusaderky, Deepak Cherian, -Giacomo Caria, github-actions[bot], Illviljan, James Bourbeau, Joe Hamman, Joseph K Aicher, Julien Herzen, Kai Mühlbauer, +Giacomo Caria, Illviljan, James Bourbeau, Joe Hamman, Joseph K Aicher, Julien Herzen, Kai Mühlbauer, keewis, lusewell, Martin K. Scherer, Mathias Hauser, Max Grover, Maxime Liquet, Maximilian Roos, Mike Taves, pmav99, Pushkar Kopparla, Ray Bell, Rio McMahon, Scott Staniewicz, Spencer Clark, Stefan Bender, Taher Chegini, Thomas Nicholas, Tomas Chor, Tom Augspurger, Victor Negîrneac, Zachary Moon, and Zeb Nicholls. From ea356e4480360ea1cf5d9fba143b6a6ab4049070 Mon Sep 17 00:00:00 2001 From: Thomas Nicholas Date: Tue, 2 Nov 2021 12:10:25 -0400 Subject: [PATCH 4/4] fix length of title underline --- 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 d81fb80f906..e77c5d54a96 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -18,7 +18,7 @@ What's New .. _whats-new.0.20.0: v0.20.0 (1 November 2021) ---------------------- +------------------------- This release brings improved support for pint arrays, methods for weighted standard deviation, variance, and sum of squares, the option to disable the use of the bottleneck library, significantly improved performance of