From 9ed80f029a30087ed6a3d29c456d5406c18e1125 Mon Sep 17 00:00:00 2001 From: ri938 Date: Fri, 7 Jul 2017 12:07:04 +0100 Subject: [PATCH] Bring documentation into line with master branch. --- doc/source/whatsnew/v0.20.3.txt | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/doc/source/whatsnew/v0.20.3.txt b/doc/source/whatsnew/v0.20.3.txt index 2041455cee74f..759a416ce8d9f 100644 --- a/doc/source/whatsnew/v0.20.3.txt +++ b/doc/source/whatsnew/v0.20.3.txt @@ -42,12 +42,7 @@ Bug Fixes - Fixed compat with loading a ``DataFrame`` with a ``PeriodIndex``, from a ``format='fixed'`` HDFStore, in Python 3, that was written in Python 2 (:issue:`16781`) - Fixed a bug in failing to compute rolling computations of a column-MultiIndexed ``DataFrame`` (:issue:`16789`, :issue:`16825`) - Bug in a DataFrame/Series with a ``TimedeltaIndex`` when slice indexing (:issue:`16637`) -- Fixed a pytest marker failing downstream packages' tests suites (:issue:`16680`) -- Fixed compat with loading a ``DataFrame`` with a ``PeriodIndex``, from a ``format='fixed'`` HDFStore, in Python 3, that was written in Python 2 (:issue:`16781`) -- Fixed a pytest marker failing downstream packages' tests suites (:issue:`16680`) -- Bug in reindexing on an empty ``CategoricalIndex`` (:issue:`16770`) -- Fixed bug where computing the rolling covariance of a MultiIndexed ``DataFrame`` improperly raised a ``ValueError`` (:issue:`16789`) -- Fixed a bug in failing to compute rolling computations of a column-MultiIndexed ``DataFrame`` (:issue:`16789`, :issue:`16825`) + Conversion ^^^^^^^^^^ @@ -103,4 +98,4 @@ Categorical - Bug in ``DataFrame.sort_values`` not respecting the ``kind`` with categorical data (:issue:`16793`) Other -^^^^^ +^^^^^ \ No newline at end of file