From cbbba68c97de73d6231ab9035da856f53aa7a4d1 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Thu, 25 Feb 2021 22:41:48 -0800 Subject: [PATCH] Whatsnew for 0.17.1 --- doc/whats-new.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index ef7f5b43fdd..eed4e16eb62 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -14,6 +14,34 @@ What's New np.random.seed(123456) +.. _whats-new.0.17.1: + +v0.17.1 (unreleased) +--------------------- + + +New Features +~~~~~~~~~~~~ + + +Breaking changes +~~~~~~~~~~~~~~~~ + + +Deprecations +~~~~~~~~~~~~ + + +Bug fixes +~~~~~~~~~ + + +Documentation +~~~~~~~~~~~~~ + + +Internal Changes +~~~~~~~~~~~~~~~~ .. _whats-new.0.17.0: