From 15fb1d8abf62f15c96b44ffb235fcd98fbe4fd21 Mon Sep 17 00:00:00 2001 From: TomNicholas Date: Tue, 23 Jan 2024 16:55:12 -0500 Subject: [PATCH] whatsnew for v2024.01.1 --- doc/whats-new.rst | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 14377792f0d..ce4829cd716 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -16,12 +16,10 @@ What's New .. _whats-new.2024.01.1: -v2024.01.1 (unreleased) ------------------------ - -New Features -~~~~~~~~~~~~ +v2024.01.1 (23 Jan, 2024) +------------------------- +This release is to fix a bug with the rendering of the documentation, but it also includes changes to the handling of pandas frequency strings. Breaking changes ~~~~~~~~~~~~~~~~ @@ -40,16 +38,11 @@ Deprecations among others (:issue:`8612`, :pull:`8629`). By `Mathias Hauser `_. -Bug fixes -~~~~~~~~~ - - Documentation ~~~~~~~~~~~~~ - -Internal Changes -~~~~~~~~~~~~~~~~ +- Pin ``sphinx-book-theme`` to ``1.0.1`` to fix a rendering issue with the sidebar in the docs. (:issue:`8619`, :pull:`8632`) + By `Tom Nicholas `_. .. _whats-new.2024.01.0: