From a6fadeeac73c8218c24077f7095d68d79f9a5db6 Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Fri, 17 Nov 2023 20:59:06 -0700 Subject: [PATCH] [skip-ci] dev whats-new --- doc/whats-new.rst | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 20e269e6025..350cc2e0efa 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -14,6 +14,35 @@ What's New np.random.seed(123456) + +.. _whats-new.2023.11.1: + +v2023.11.1 (unreleased) +----------------------- + +New Features +~~~~~~~~~~~~ + + +Breaking changes +~~~~~~~~~~~~~~~~ + + +Deprecations +~~~~~~~~~~~~ + + +Bug fixes +~~~~~~~~~ + + +Documentation +~~~~~~~~~~~~~ + + +Internal Changes +~~~~~~~~~~~~~~~~ + .. _whats-new.2023.11.0: v2023.11.0 (Nov 16, 2023)