From 6cd50eadfc900f28acc354494847486d11c8fe99 Mon Sep 17 00:00:00 2001 From: dcherian Date: Wed, 22 Mar 2023 10:19:59 -0600 Subject: [PATCH] [skip-ci] dev whats-new --- doc/whats-new.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index c9f2ca03a0b..db8c43d3726 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -15,6 +15,34 @@ What's New np.random.seed(123456) +.. _whats-new.2023.04.0: + +v2023.04.0 (unreleased) +----------------------- + +New Features +~~~~~~~~~~~~ + + +Breaking changes +~~~~~~~~~~~~~~~~ + + +Deprecations +~~~~~~~~~~~~ + + +Bug fixes +~~~~~~~~~ + + +Documentation +~~~~~~~~~~~~~ + + +Internal Changes +~~~~~~~~~~~~~~~~ + .. _whats-new.2023.03.0: v2023.03.0 (March 22, 2023)