From 29dca8d79777e8af81c7f36b7b55ac889f8b04be Mon Sep 17 00:00:00 2001 From: Eliza Mae Saret Date: Fri, 6 Sep 2019 12:13:53 +0800 Subject: [PATCH] Add note that 0.25.2 is compatible with python 3.8 --- doc/source/whatsnew/v0.25.2.rst | 145 ++++++++++++++++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 doc/source/whatsnew/v0.25.2.rst diff --git a/doc/source/whatsnew/v0.25.2.rst b/doc/source/whatsnew/v0.25.2.rst new file mode 100644 index 0000000000000..5784ec93b83b6 --- /dev/null +++ b/doc/source/whatsnew/v0.25.2.rst @@ -0,0 +1,145 @@ +.. _whatsnew_0252: + +What's new in 0.25.2 (July XX, 2019) +------------------------------------ + +Enhancements +~~~~~~~~~~~~ + + +.. _whatsnew_0252.enhancements.other: + +Other enhancements +^^^^^^^^^^^^^^^^^^ + +- +- +- + +.. _whatsnew_0252.bug_fixes: + +Bug fixes +~~~~~~~~~ + + +Categorical +^^^^^^^^^^^ + +- +- +- + +Datetimelike +^^^^^^^^^^^^ +- +- +- +- + +Timedelta +^^^^^^^^^ + +- +- +- + +Timezones +^^^^^^^^^ + +- +- +- + +Numeric +^^^^^^^ +- +- +- +- + +Conversion +^^^^^^^^^^ + +- +- +- + +Strings +^^^^^^^ + +- +- +- + + +Interval +^^^^^^^^ +- +- +- +- + +Indexing +^^^^^^^^ + +- +- +- +- + +Missing +^^^^^^^ + +- +- +- + +MultiIndex +^^^^^^^^^^ + +- +- +- + +I/O +^^^ + +- +- +- + +Plotting +^^^^^^^^ + +- +- +- + +Groupby/resample/rolling +^^^^^^^^^^^^^^^^^^^^^^^^ +- +- +- +- + +Reshaping +^^^^^^^^^ +- +- +- + +- + +Other +^^^^^ +- Compatibility with Python 3.8 +- +- +- + +.. _whatsnew_0.252.contributors: + +Contributors +~~~~~~~~~~~~ + +.. contributors:: v0.25.0..HEAD