From cbbcb23dc42e4fea91e1d96ae8829c2d1c7afc13 Mon Sep 17 00:00:00 2001 From: William Ayd Date: Thu, 30 Jan 2020 01:32:00 -0700 Subject: [PATCH] Backport PR #30907: DOC: add 1.0.1 whatsnew file --- doc/source/whatsnew/index.rst | 1 + doc/source/whatsnew/v1.0.1.rst | 134 +++++++++++++++++++++++++++++++++ 2 files changed, 135 insertions(+) create mode 100644 doc/source/whatsnew/v1.0.1.rst diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index 05c7f72882088..c9495d5b137fd 100644 --- a/doc/source/whatsnew/index.rst +++ b/doc/source/whatsnew/index.rst @@ -17,6 +17,7 @@ Version 1.0 :maxdepth: 2 v1.0.0 + v1.0.1 Version 0.25 ------------ 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 +~~~~~~~~~~~~