From ce5ced4322962e3e1fbebeac89c647665b831519 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Mon, 21 Jan 2019 07:21:48 -0600 Subject: [PATCH] Start whatsnew for 0.24.1 and 0.25.0 (#24848) --- doc/source/whatsnew/v0.24.1.rst | 77 ++++++++++++ doc/source/whatsnew/v0.25.0.rst | 206 ++++++++++++++++++++++++++++++++ 2 files changed, 283 insertions(+) create mode 100644 doc/source/whatsnew/v0.24.1.rst create mode 100644 doc/source/whatsnew/v0.25.0.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..ee4b7ab62b31a --- /dev/null +++ b/doc/source/whatsnew/v0.24.1.rst @@ -0,0 +1,77 @@ +:orphan: + +.. _whatsnew_0241: + +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.241.contributors: + +Contributors +~~~~~~~~~~~~ + +.. contributors:: v0.24.0..v0.24.1 diff --git a/doc/source/whatsnew/v0.25.0.rst b/doc/source/whatsnew/v0.25.0.rst new file mode 100644 index 0000000000000..fac42dbd9c7c8 --- /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.250.contributors: + +Contributors +~~~~~~~~~~~~ + +.. contributors:: v0.24.x..HEAD +