From 354290b666b519af819e05c079f377fd77a6260c Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Tue, 8 Dec 2020 14:03:20 +0000 Subject: [PATCH 1/2] DOC: Start v1.3.0 release notes --- doc/source/whatsnew/index.rst | 8 ++ doc/source/whatsnew/v1.3.0.rst | 200 +++++++++++++++++++++++++++++++++ 2 files changed, 208 insertions(+) create mode 100644 doc/source/whatsnew/v1.3.0.rst diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index 310857faec436..aa8a7a389adee 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 `_. For install and upgrade instructions, see :ref:`install`. +Version 1.3 +----------- + +.. toctree:: + :maxdepth: 2 + + v1.3.0 + Version 1.2 ----------- diff --git a/doc/source/whatsnew/v1.3.0.rst b/doc/source/whatsnew/v1.3.0.rst new file mode 100644 index 0000000000000..39dde33d4892e --- /dev/null +++ b/doc/source/whatsnew/v1.3.0.rst @@ -0,0 +1,200 @@ +.. _whatsnew_130: + +What's new in 1.3.0 (??) +------------------------ + +These are the changes in pandas 1.3.0. See :ref:`release` for a full changelog +including other versions of pandas. + +{{ header }} + +.. --------------------------------------------------------------------------- + +Enhancements +~~~~~~~~~~~~ + + +.. _whatsnew_130.enhancements.other: + +Other enhancements +^^^^^^^^^^^^^^^^^^ + +- +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_130.notable_bug_fixes: + +Notable bug fixes +~~~~~~~~~~~~~~~~~ + +These are bug fixes that might have notable behavior changes. + + + +.. _whatsnew_130.api_breaking.deps: + +Increased minimum versions for dependencies +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + + +.. _whatsnew_130.api.other: + +Other API changes +^^^^^^^^^^^^^^^^^ + +- +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_130.deprecations: + +Deprecations +~~~~~~~~~~~~ + +- +- + +.. --------------------------------------------------------------------------- + + +.. _whatsnew_130.performance: + +Performance improvements +~~~~~~~~~~~~~~~~~~~~~~~~ + +- +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_130.bug_fixes: + +Bug fixes +~~~~~~~~~ + +- +- + +Categorical +^^^^^^^^^^^ + +- +- + +Datetimelike +^^^^^^^^^^^^ + +- +- + +Timedelta +^^^^^^^^^ + +- +- + +Timezones +^^^^^^^^^ + +- +- + +Numeric +^^^^^^^ + +- +- + +Conversion +^^^^^^^^^^ +- +- + +Strings +^^^^^^^ + +- +- + +Interval +^^^^^^^^ + +- +- + +Indexing +^^^^^^^^ + +- +- + +Missing +^^^^^^^ + +- +- + +MultiIndex +^^^^^^^^^^ + +- +- + +I/O +^^^ + +- +- + +Period +^^^^^^ + +- +- + +Plotting +^^^^^^^^ + +- +- + +Groupby/resample/rolling +^^^^^^^^^^^^^^^^^^^^^^^^ + +- +- + +Reshaping +^^^^^^^^^ + +- +- + +Sparse +^^^^^^ + +- +- + +ExtensionArray +^^^^^^^^^^^^^^ + +- +- + +Other +^^^^^ + +- +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_130.contributors: + +Contributors +~~~~~~~~~~~~ + From 629e60bb2c697694af524566ad26b85c959fcb29 Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Tue, 8 Dec 2020 14:33:19 +0000 Subject: [PATCH 2/2] Fix End of Files --- doc/source/whatsnew/v1.3.0.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/whatsnew/v1.3.0.rst b/doc/source/whatsnew/v1.3.0.rst index 39dde33d4892e..b40f012f034b6 100644 --- a/doc/source/whatsnew/v1.3.0.rst +++ b/doc/source/whatsnew/v1.3.0.rst @@ -197,4 +197,3 @@ Other Contributors ~~~~~~~~~~~~ -