From dd9aaabf5cdda27b37a85553dcce04b6292bfb03 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Sun, 20 Jan 2019 13:52:42 -0600 Subject: [PATCH 1/3] start 0.24.1.rst --- doc/source/whatsnew/v0.24.1.rst | 77 +++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 doc/source/whatsnew/v0.24.1.rst diff --git a/doc/source/whatsnew/v0.24.1.rst b/doc/source/whatsnew/v0.24.1.rst new file mode 100644 index 0000000000000..7e0dda1fdadbb --- /dev/null +++ b/doc/source/whatsnew/v0.24.1.rst @@ -0,0 +1,77 @@ +:orphan: + +.. _whatsnew_0240: + +Whats New in 0.24.1 (February XX, 2019) +--------------------------------------- + +.. warning:: + + The 0.24.x series of releases will be the last to support Python 2. Future feature + releases will support Python 3 only. See :ref:`install.dropping-27` for more. + +{{ header }} + +These are the changes in pandas 0.24.1. See :ref:`release` for a full changelog +including other versions of pandas. + + +.. _whatsnew_0241.enhancements: + +Enhancements +^^^^^^^^^^^^ + + +.. _whatsnew_0241.bug_fixes: + +Bug Fixes +~~~~~~~~~ + +**Conversion** + +- +- +- + +**Indexing** + +- +- +- + +**I/O** + +- +- +- + +**Categorical** + +- +- +- + +**Timezones** + +- +- +- + +**Timedelta** + +- +- +- + + +**Other** + +- +- + +.. _whatsnew_0.240.contributors: + +Contributors +~~~~~~~~~~~~ + +.. contributors:: v0.24.0..v0.24.1 From a4c3b2e9483fc23c959df2f382de0722e4ddf2ae Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Sun, 20 Jan 2019 13:59:00 -0600 Subject: [PATCH 2/3] start 0.25.0.rst --- doc/source/whatsnew/v0.25.0.rst | 206 ++++++++++++++++++++++++++++++++ 1 file changed, 206 insertions(+) create mode 100644 doc/source/whatsnew/v0.25.0.rst diff --git a/doc/source/whatsnew/v0.25.0.rst b/doc/source/whatsnew/v0.25.0.rst new file mode 100644 index 0000000000000..b819dfefd76e3 --- /dev/null +++ b/doc/source/whatsnew/v0.25.0.rst @@ -0,0 +1,206 @@ +:orphan: + +.. _whatsnew_0250: + +What's New in 0.25.0 (April XX, 2019) +------------------------------------- + +{{ header }} + +These are the changes in pandas 0.25.0. See :ref:`release` for a full changelog +including other versions of pandas. + + +.. _whatsnew_0250.enhancements.other: + +Other Enhancements +^^^^^^^^^^^^^^^^^^ + +- +- +- + + +.. _whatsnew_0250.api_breaking: + +Backwards incompatible API changes +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +.. _whatsnew_0250.api.other: + +Other API Changes +^^^^^^^^^^^^^^^^^ + +- +- +- + +.. _whatsnew_0250.deprecations: + +Deprecations +~~~~~~~~~~~~ + +- +- +- + + +.. _whatsnew_0250.prior_deprecations: + +Removal of prior version deprecations/changes +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- +- +- + +.. _whatsnew_0250.performance: + +Performance Improvements +~~~~~~~~~~~~~~~~~~~~~~~~ + +- +- +- + + +.. _whatsnew_0250.bug_fixes: + +Bug Fixes +~~~~~~~~~ + +Categorical +^^^^^^^^^^^ + +- +- +- + +Datetimelike +^^^^^^^^^^^^ + +- +- +- + +Timedelta +^^^^^^^^^ + +- +- +- + +Timezones +^^^^^^^^^ + +- +- +- + +Numeric +^^^^^^^ + +- +- +- + + +Conversion +^^^^^^^^^^ + +- +- +- + +Strings +^^^^^^^ + +- +- +- + + +Interval +^^^^^^^^ + +- +- +- + +Indexing +^^^^^^^^ + +- +- +- + + +Missing +^^^^^^^ + +- +- +- + +MultiIndex +^^^^^^^^^^ + +- +- +- + + +I/O +^^^ + +- +- +- + + +Plotting +^^^^^^^^ + +- +- +- + +Groupby/Resample/Rolling +^^^^^^^^^^^^^^^^^^^^^^^^ + +- +- +- + + +Reshaping +^^^^^^^^^ + +- +- +- + + +Sparse +^^^^^^ + +- +- +- + + +Other +^^^^^ + +- +- +- + + +.. _whatsnew_0.24.0.contributors: + +Contributors +~~~~~~~~~~~~ + +.. contributors:: v0.24.x..HEAD + From 20e984886dc67b203d7b4a0901554fc2636ba34d Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Sun, 20 Jan 2019 19:30:36 -0600 Subject: [PATCH 3/3] updates --- doc/source/whatsnew/v0.24.1.rst | 4 ++-- doc/source/whatsnew/v0.25.0.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/whatsnew/v0.24.1.rst b/doc/source/whatsnew/v0.24.1.rst index 7e0dda1fdadbb..ee4b7ab62b31a 100644 --- a/doc/source/whatsnew/v0.24.1.rst +++ b/doc/source/whatsnew/v0.24.1.rst @@ -1,6 +1,6 @@ :orphan: -.. _whatsnew_0240: +.. _whatsnew_0241: Whats New in 0.24.1 (February XX, 2019) --------------------------------------- @@ -69,7 +69,7 @@ Bug Fixes - - -.. _whatsnew_0.240.contributors: +.. _whatsnew_0.241.contributors: Contributors ~~~~~~~~~~~~ diff --git a/doc/source/whatsnew/v0.25.0.rst b/doc/source/whatsnew/v0.25.0.rst index b819dfefd76e3..fac42dbd9c7c8 100644 --- a/doc/source/whatsnew/v0.25.0.rst +++ b/doc/source/whatsnew/v0.25.0.rst @@ -197,7 +197,7 @@ Other - -.. _whatsnew_0.24.0.contributors: +.. _whatsnew_0.250.contributors: Contributors ~~~~~~~~~~~~