From d220865f297c5d6c6dc4ba0146d74e1df27f0bc0 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler <61934744+phofl@users.noreply.github.com> Date: Tue, 22 Nov 2022 22:59:29 +0000 Subject: [PATCH] Backport PR #49843: DOC: Add whatsnew for 1.5.3 --- doc/source/whatsnew/index.rst | 1 + doc/source/whatsnew/v1.5.3.rst | 41 ++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 doc/source/whatsnew/v1.5.3.rst diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index 1050951ba1b5a..e2f3b45d47bef 100644 --- a/doc/source/whatsnew/index.rst +++ b/doc/source/whatsnew/index.rst @@ -16,6 +16,7 @@ Version 1.5 .. toctree:: :maxdepth: 2 + v1.5.3 v1.5.2 v1.5.1 v1.5.0 diff --git a/doc/source/whatsnew/v1.5.3.rst b/doc/source/whatsnew/v1.5.3.rst new file mode 100644 index 0000000000000..405b46db88360 --- /dev/null +++ b/doc/source/whatsnew/v1.5.3.rst @@ -0,0 +1,41 @@ +.. _whatsnew_153: + +What's new in 1.5.3 (December ??, 2022) +--------------------------------------- + +These are the changes in pandas 1.5.3. See :ref:`release` for a full changelog +including other versions of pandas. + +{{ header }} + +.. --------------------------------------------------------------------------- +.. _whatsnew_153.regressions: + +Fixed regressions +~~~~~~~~~~~~~~~~~ +- +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_153.bug_fixes: + +Bug fixes +~~~~~~~~~ +- +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_153.other: + +Other +~~~~~ +- +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_153.contributors: + +Contributors +~~~~~~~~~~~~ + +.. contributors:: v1.5.2..v1.5.3|HEAD