From 3ff11c5edd8e2674bc528292c46152fc8f2cb138 Mon Sep 17 00:00:00 2001 From: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> Date: Thu, 9 Dec 2021 18:04:29 -0800 Subject: [PATCH] Add release notes for 0.20.2 (#6060) --- doc/whats-new.rst | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 9a6f6e21e5e..8949d81774f 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -17,11 +17,19 @@ What's New .. _whats-new.0.20.2: -v0.20.2 (unreleased) +v0.20.2 (9 December 2021) --------------------- -New Features -~~~~~~~~~~~~ +This is a bugfix release to resolve (:issue:`3391`, :issue:`5715`). It also +includes performance improvements in unstacking to a ``sparse`` array and a +number of documentation improvements. + +Many thanks to the 20 contributors: + +Aaron Spring, Alexandre Poux, Deepak Cherian, Enrico Minack, Fabien Maussion, +Giacomo Caria, Gijom, Guillaume Maze, Illviljan, Joe Hamman, Joseph Hardin, Kai +Mühlbauer, Matt Henderson, Maximilian Roos, Michael Delgado, Robert Gieseke, +Sebastian Weigand and Stephan Hoyer. Breaking changes @@ -29,10 +37,6 @@ Breaking changes - Use complex nan when interpolating complex values out of bounds by default (instead of real nan) (:pull:`6019`). By `Alexandre Poux `_. -Deprecations -~~~~~~~~~~~~ - - Performance ~~~~~~~~~~~