From e3a0368edc955758ce7817e013f6be1ecdb890c7 Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Fri, 10 Jan 2020 16:57:23 -0800 Subject: [PATCH 1/5] new whatsnews --- doc/source/whatsnew/v1.0.1.rst | 134 ++++++++++++++++++++++++++ doc/source/whatsnew/v1.1.0.rst | 168 +++++++++++++++++++++++++++++++++ 2 files changed, 302 insertions(+) create mode 100644 doc/source/whatsnew/v1.0.1.rst create mode 100644 doc/source/whatsnew/v1.1.0.rst diff --git a/doc/source/whatsnew/v1.0.1.rst b/doc/source/whatsnew/v1.0.1.rst new file mode 100644 index 0000000000000..b84448e3bf896 --- /dev/null +++ b/doc/source/whatsnew/v1.0.1.rst @@ -0,0 +1,134 @@ +.. _whatsnew_101: + +What's new in 1.0.1 (??) +------------------------ + +These are the changes in pandas 1.0.1. 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 +~~~~~~~~~~~~ diff --git a/doc/source/whatsnew/v1.1.0.rst b/doc/source/whatsnew/v1.1.0.rst new file mode 100644 index 0000000000000..c3ee72f6442fc --- /dev/null +++ b/doc/source/whatsnew/v1.1.0.rst @@ -0,0 +1,168 @@ +.. _whatsnew_110: + +What's new in 1.1.0 (??) +------------------------ + +These are the changes in pandas 1.1.0. See :ref:`release` for a full changelog +including other versions of pandas. + +{{ header }} + +.. --------------------------------------------------------------------------- + +Enhancements +~~~~~~~~~~~~ + +.. _whatsnew_110.enhancements.other: + +Other enhancements +^^^^^^^^^^^^^^^^^^ + +- +- + + +.. --------------------------------------------------------------------------- + +.. _whatsnew_110.deprecations: + +Deprecations +~~~~~~~~~~~~ + +- +- + +.. --------------------------------------------------------------------------- + + +.. _whatsnew_110.performance: + +Performance improvements +~~~~~~~~~~~~~~~~~~~~~~~~ + +- +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_110.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_110.contributors: + +Contributors +~~~~~~~~~~~~ From 5b0ab6bd4e3238699d96704be3514605f8ac045e Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Fri, 10 Jan 2020 17:27:14 -0800 Subject: [PATCH 2/5] toctrees --- doc/source/whatsnew/index.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index 05c7f72882088..a2c40fea41e13 100644 --- a/doc/source/whatsnew/index.rst +++ b/doc/source/whatsnew/index.rst @@ -10,6 +10,14 @@ This is the list of changes to pandas between each release. For full details, see the commit logs at http://github.com/pandas-dev/pandas. For install and upgrade instructions, see :ref:`install`. +Version 1.1 +----------- + +.. toctree:: + :maxdepth: 2 + + v1.1.0 + Version 1.0 ----------- @@ -17,6 +25,7 @@ Version 1.0 :maxdepth: 2 v1.0.0 + v1.0.1 Version 0.25 ------------ From 4383bd5052ad9f68f1ef76b3cc6729fd210834fa Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Mon, 13 Jan 2020 08:36:56 -0800 Subject: [PATCH 3/5] Removed 1.1 whatsnew --- doc/source/whatsnew/v1.1.0.rst | 168 --------------------------------- 1 file changed, 168 deletions(-) delete mode 100644 doc/source/whatsnew/v1.1.0.rst diff --git a/doc/source/whatsnew/v1.1.0.rst b/doc/source/whatsnew/v1.1.0.rst deleted file mode 100644 index c3ee72f6442fc..0000000000000 --- a/doc/source/whatsnew/v1.1.0.rst +++ /dev/null @@ -1,168 +0,0 @@ -.. _whatsnew_110: - -What's new in 1.1.0 (??) ------------------------- - -These are the changes in pandas 1.1.0. See :ref:`release` for a full changelog -including other versions of pandas. - -{{ header }} - -.. --------------------------------------------------------------------------- - -Enhancements -~~~~~~~~~~~~ - -.. _whatsnew_110.enhancements.other: - -Other enhancements -^^^^^^^^^^^^^^^^^^ - -- -- - - -.. --------------------------------------------------------------------------- - -.. _whatsnew_110.deprecations: - -Deprecations -~~~~~~~~~~~~ - -- -- - -.. --------------------------------------------------------------------------- - - -.. _whatsnew_110.performance: - -Performance improvements -~~~~~~~~~~~~~~~~~~~~~~~~ - -- -- - -.. --------------------------------------------------------------------------- - -.. _whatsnew_110.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_110.contributors: - -Contributors -~~~~~~~~~~~~ From 84cef753bbd9812936488a30b43ce88357a857a0 Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Mon, 13 Jan 2020 08:38:18 -0800 Subject: [PATCH 4/5] toctree fixup --- doc/source/whatsnew/index.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index a2c40fea41e13..105a06dbf748f 100644 --- a/doc/source/whatsnew/index.rst +++ b/doc/source/whatsnew/index.rst @@ -10,13 +10,6 @@ This is the list of changes to pandas between each release. For full details, see the commit logs at http://github.com/pandas-dev/pandas. For install and upgrade instructions, see :ref:`install`. -Version 1.1 ------------ - -.. toctree:: - :maxdepth: 2 - - v1.1.0 Version 1.0 ----------- From a8f2c307b60341d5baab527a641177faf164cd4e Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Mon, 13 Jan 2020 08:39:42 -0800 Subject: [PATCH 5/5] blank line --- doc/source/whatsnew/index.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index 105a06dbf748f..c9495d5b137fd 100644 --- a/doc/source/whatsnew/index.rst +++ b/doc/source/whatsnew/index.rst @@ -10,7 +10,6 @@ This is the list of changes to pandas between each release. For full details, see the commit logs at http://github.com/pandas-dev/pandas. For install and upgrade instructions, see :ref:`install`. - Version 1.0 -----------