From a8e675935f735822a41771661f5d57dd6c81bf92 Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Wed, 19 Oct 2022 21:44:21 +0700 Subject: [PATCH] Backport PR #49179: DOC: Adding whatsnew for 1.5.2 and clean up of whatsnew for 1.5.0 and 1.5.1 --- doc/source/whatsnew/index.rst | 1 + doc/source/whatsnew/v1.5.0.rst | 2 +- doc/source/whatsnew/v1.5.1.rst | 6 ++--- doc/source/whatsnew/v1.5.2.rst | 41 ++++++++++++++++++++++++++++++++++ 4 files changed, 46 insertions(+), 4 deletions(-) create mode 100644 doc/source/whatsnew/v1.5.2.rst diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index f9f96f02e7224..1050951ba1b5a 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.2 v1.5.1 v1.5.0 diff --git a/doc/source/whatsnew/v1.5.0.rst b/doc/source/whatsnew/v1.5.0.rst index e6ef3c45c14bb..7f6bc05b4eaad 100644 --- a/doc/source/whatsnew/v1.5.0.rst +++ b/doc/source/whatsnew/v1.5.0.rst @@ -1246,4 +1246,4 @@ Other Contributors ~~~~~~~~~~~~ -.. contributors:: v1.4.4..v1.5.0|HEAD +.. contributors:: v1.4.4..v1.5.0 diff --git a/doc/source/whatsnew/v1.5.1.rst b/doc/source/whatsnew/v1.5.1.rst index b9477908c6ad9..2aa1562168fbb 100644 --- a/doc/source/whatsnew/v1.5.1.rst +++ b/doc/source/whatsnew/v1.5.1.rst @@ -1,6 +1,6 @@ .. _whatsnew_151: -What's new in 1.5.1 (October ??, 2022) +What's new in 1.5.1 (October 19, 2022) -------------------------------------- These are the changes in pandas 1.5.1. See :ref:`release` for a full changelog @@ -111,8 +111,6 @@ Bug fixes Other ~~~~~ - Avoid showing deprecated signatures when introspecting functions with warnings about arguments becoming keyword-only (:issue:`48692`) -- -- .. --------------------------------------------------------------------------- @@ -120,3 +118,5 @@ Other Contributors ~~~~~~~~~~~~ + +.. contributors:: v1.5.0..v1.5.1 diff --git a/doc/source/whatsnew/v1.5.2.rst b/doc/source/whatsnew/v1.5.2.rst new file mode 100644 index 0000000000000..aaf00804262bb --- /dev/null +++ b/doc/source/whatsnew/v1.5.2.rst @@ -0,0 +1,41 @@ +.. _whatsnew_152: + +What's new in 1.5.2 (November ??, 2022) +--------------------------------------- + +These are the changes in pandas 1.5.2. See :ref:`release` for a full changelog +including other versions of pandas. + +{{ header }} + +.. --------------------------------------------------------------------------- +.. _whatsnew_152.regressions: + +Fixed regressions +~~~~~~~~~~~~~~~~~ +- +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_152.bug_fixes: + +Bug fixes +~~~~~~~~~ +- +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_152.other: + +Other +~~~~~ +- +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_152.contributors: + +Contributors +~~~~~~~~~~~~ + +.. contributors:: v1.5.1..v1.5.2|HEAD