From 12590005f2c39e3a9459b7ec4966fd535b64c759 Mon Sep 17 00:00:00 2001 From: Tom Nicholas <35968931+TomNicholas@users.noreply.github.com> Date: Tue, 2 Nov 2021 12:37:44 -0400 Subject: [PATCH] v0.20 Release notes (#5924) * release notes * fix version number * Update doc/whats-new.rst Co-authored-by: Stephan Hoyer * fix length of title underline Co-authored-by: Stephan Hoyer --- doc/whats-new.rst | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 00f7e16480e..64f233ef5c6 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) ---------------------- -.. TODO(by keewis): update deprecations if we decide to skip 0.19.1 +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 +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, 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 ~~~~~~~~~~~~