From 66bf0c71dc028de4f5b52b1c777b74e20d8e80a5 Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Tue, 4 Apr 2023 07:39:24 +0200 Subject: [PATCH] Backport PR #52382: DOC: Add release notes for 2.0.1 --- doc/source/whatsnew/index.rst | 1 + doc/source/whatsnew/v2.0.1.rst | 38 ++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 doc/source/whatsnew/v2.0.1.rst diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index 821f77dbba3e2..6b12cd93ae387 100644 --- a/doc/source/whatsnew/index.rst +++ b/doc/source/whatsnew/index.rst @@ -16,6 +16,7 @@ Version 2.0 .. toctree:: :maxdepth: 2 + v2.0.1 v2.0.0 Version 1.5 diff --git a/doc/source/whatsnew/v2.0.1.rst b/doc/source/whatsnew/v2.0.1.rst new file mode 100644 index 0000000000000..0122c84ba2a8e --- /dev/null +++ b/doc/source/whatsnew/v2.0.1.rst @@ -0,0 +1,38 @@ +.. _whatsnew_201: + +What's new in 2.0.1 (May XX, 2023) +---------------------------------- + +These are the changes in pandas 2.0.1. See :ref:`release` for a full changelog +including other versions of pandas. + +{{ header }} + +.. --------------------------------------------------------------------------- +.. _whatsnew_201.regressions: + +Fixed regressions +~~~~~~~~~~~~~~~~~ +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_201.bug_fixes: + +Bug fixes +~~~~~~~~~ +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_201.other: + +Other +~~~~~ +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_201.contributors: + +Contributors +~~~~~~~~~~~~ + +.. contributors:: v2.0.0..v2.0.1|HEAD