From 0a1e1c98247b1dc1d64ceb375017c133c99f9295 Mon Sep 17 00:00:00 2001 From: alimcmaster1 Date: Wed, 5 Feb 2020 21:40:34 +0000 Subject: [PATCH 1/4] Add 1.0.2 whatsnew --- doc/source/whatsnew/index.rst | 1 + doc/source/whatsnew/v1.0.2.rst | 134 +++++++++++++++++++++++++++++++++ 2 files changed, 135 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 111caa81f7169..68aabfe76d8de 100644 --- a/doc/source/whatsnew/index.rst +++ b/doc/source/whatsnew/index.rst @@ -26,6 +26,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..f4bfda941ef35 --- /dev/null +++ b/doc/source/whatsnew/v1.0.2.rst @@ -0,0 +1,134 @@ +.. _whatsnew_102: + +What's new in 1.0.2 (??) +------------------------ + +These are the changes in pandas 1.0.2. See :ref:`release` for a full changelog +including other versions of pandas. + +{{ header }} + +.. --------------------------------------------------------------------------- + + +.. _whatsnew_101.bug_fixes: + +Bug fixes +~~~~~~~~~ + + +Categorical +^^^^^^^^^^^ + +- +- + +Datetimelike +^^^^^^^^^^^^ +- +- + +Timedelta +^^^^^^^^^ + +- +- + +Timezones +^^^^^^^^^ + +- +- + + +Numeric +^^^^^^^ +- +- + +Conversion +^^^^^^^^^^ + +- +- + +Strings +^^^^^^^ + +- +- + + +Interval +^^^^^^^^ + +- +- + +Indexing +^^^^^^^^ + +- +- + +Missing +^^^^^^^ + +- +- + +MultiIndex +^^^^^^^^^^ + +- +- + +I/O +^^^ + +- +- + +Plotting +^^^^^^^^ + +- +- + +Groupby/resample/rolling +^^^^^^^^^^^^^^^^^^^^^^^^ + +- +- + + +Reshaping +^^^^^^^^^ + +- +- + +Sparse +^^^^^^ + +- +- + +ExtensionArray +^^^^^^^^^^^^^^ + +- +- + + +Other +^^^^^ +- +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_101.contributors: + +Contributors +~~~~~~~~~~~~ \ No newline at end of file From 134d147be3c96d0375f41e75a6cd0fc0edf85c29 Mon Sep 17 00:00:00 2001 From: alimcmaster1 Date: Wed, 5 Feb 2020 22:38:55 +0000 Subject: [PATCH 2/4] Update as per comments --- doc/source/whatsnew/v1.0.2.rst | 118 +++++---------------------------- 1 file changed, 16 insertions(+), 102 deletions(-) diff --git a/doc/source/whatsnew/v1.0.2.rst b/doc/source/whatsnew/v1.0.2.rst index f4bfda941ef35..65b6e637602ae 100644 --- a/doc/source/whatsnew/v1.0.2.rst +++ b/doc/source/whatsnew/v1.0.2.rst @@ -1,6 +1,6 @@ .. _whatsnew_102: -What's new in 1.0.2 (??) +What's new in 1.0.2 (February 17, 2020) ------------------------ These are the changes in pandas 1.0.2. See :ref:`release` for a full changelog @@ -10,125 +10,39 @@ including other versions of pandas. .. --------------------------------------------------------------------------- +.. _whatsnew_102.regressions: -.. _whatsnew_101.bug_fixes: +Fixed regressions +~~~~~~~~~~~~~~~~~ -Bug fixes -~~~~~~~~~ - - -Categorical -^^^^^^^^^^^ - -- -- - -Datetimelike -^^^^^^^^^^^^ -- -- - -Timedelta -^^^^^^^^^ - -- -- - -Timezones -^^^^^^^^^ - -- -- - - -Numeric -^^^^^^^ - - -Conversion -^^^^^^^^^^ - -- -- - -Strings -^^^^^^^ - -- -- - - -Interval -^^^^^^^^ - -- -- - -Indexing -^^^^^^^^ - -- -- - -Missing -^^^^^^^ - -- -- - -MultiIndex -^^^^^^^^^^ - -- -- - -I/O -^^^ - -- -- - -Plotting -^^^^^^^^ - -- -- - -Groupby/resample/rolling -^^^^^^^^^^^^^^^^^^^^^^^^ - -- -- - - -Reshaping -^^^^^^^^^ +.. --------------------------------------------------------------------------- -- -- +.. _whatsnew_102.deprecations: -Sparse -^^^^^^ +Deprecations +~~~~~~~~~~~~ - - -ExtensionArray -^^^^^^^^^^^^^^ +.. --------------------------------------------------------------------------- -- -- +.. _whatsnew_102.bug_fixes: +Bug fixes +~~~~~~~~~ -Other -^^^^^ - - .. --------------------------------------------------------------------------- -.. _whatsnew_101.contributors: +.. _whatsnew_102.contributors: Contributors -~~~~~~~~~~~~ \ No newline at end of file +~~~~~~~~~~~~ + +.. contributors:: v1.0.1..v1.0.2|HEAD \ No newline at end of file From af58add720b453aaf4054d7afbed443567091649 Mon Sep 17 00:00:00 2001 From: alimcmaster1 Date: Wed, 5 Feb 2020 23:06:51 +0000 Subject: [PATCH 3/4] Fix underline.. --- doc/source/whatsnew/v1.0.2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v1.0.2.rst b/doc/source/whatsnew/v1.0.2.rst index 65b6e637602ae..f6d74725006f9 100644 --- a/doc/source/whatsnew/v1.0.2.rst +++ b/doc/source/whatsnew/v1.0.2.rst @@ -1,7 +1,7 @@ .. _whatsnew_102: What's new in 1.0.2 (February 17, 2020) ------------------------- +--------------------------------------- These are the changes in pandas 1.0.2. See :ref:`release` for a full changelog including other versions of pandas. From b8586d9142b85d7529a72b377d7503d64fac11c3 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Thu, 6 Feb 2020 08:47:32 +0100 Subject: [PATCH 4/4] remove deprecations --- doc/source/whatsnew/v1.0.2.rst | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/doc/source/whatsnew/v1.0.2.rst b/doc/source/whatsnew/v1.0.2.rst index f6d74725006f9..07a837829c384 100644 --- a/doc/source/whatsnew/v1.0.2.rst +++ b/doc/source/whatsnew/v1.0.2.rst @@ -1,6 +1,6 @@ .. _whatsnew_102: -What's new in 1.0.2 (February 17, 2020) +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 @@ -20,16 +20,6 @@ Fixed regressions .. --------------------------------------------------------------------------- -.. _whatsnew_102.deprecations: - -Deprecations -~~~~~~~~~~~~ - -- -- - -.. --------------------------------------------------------------------------- - .. _whatsnew_102.bug_fixes: Bug fixes