From 001b4ac9155092324c2687c808fa7772d3242a7e Mon Sep 17 00:00:00 2001 From: alimcmaster1 Date: Thu, 6 Feb 2020 07:49:00 +0000 Subject: [PATCH] Backport PR #31723: DOC: Add 1.0.2 whatsnew --- doc/source/whatsnew/index.rst | 1 + doc/source/whatsnew/v1.0.2.rst | 38 ++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 doc/source/whatsnew/v1.0.2.rst diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index c9495d5b137fd..76d13478612ee 100644 --- a/doc/source/whatsnew/index.rst +++ b/doc/source/whatsnew/index.rst @@ -18,6 +18,7 @@ Version 1.0 v1.0.0 v1.0.1 + v1.0.2 Version 0.25 ------------ diff --git a/doc/source/whatsnew/v1.0.2.rst b/doc/source/whatsnew/v1.0.2.rst new file mode 100644 index 0000000000000..07a837829c384 --- /dev/null +++ b/doc/source/whatsnew/v1.0.2.rst @@ -0,0 +1,38 @@ +.. _whatsnew_102: + +What's new in 1.0.2 (February ??, 2020) +--------------------------------------- + +These are the changes in pandas 1.0.2. See :ref:`release` for a full changelog +including other versions of pandas. + +{{ header }} + +.. --------------------------------------------------------------------------- + +.. _whatsnew_102.regressions: + +Fixed regressions +~~~~~~~~~~~~~~~~~ + +- +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_102.bug_fixes: + +Bug fixes +~~~~~~~~~ + +- +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_102.contributors: + +Contributors +~~~~~~~~~~~~ + +.. contributors:: v1.0.1..v1.0.2|HEAD \ No newline at end of file