Skip to content

Commit 9ed80f0

Browse files
committed
Bring documentation into line with master branch.
1 parent 26e1a60 commit 9ed80f0

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

doc/source/whatsnew/v0.20.3.txt

+2-7
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,7 @@ Bug Fixes
4242
- 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`)
4343
- Fixed a bug in failing to compute rolling computations of a column-MultiIndexed ``DataFrame`` (:issue:`16789`, :issue:`16825`)
4444
- Bug in a DataFrame/Series with a ``TimedeltaIndex`` when slice indexing (:issue:`16637`)
45-
- Fixed a pytest marker failing downstream packages' tests suites (:issue:`16680`)
46-
- 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`)
47-
- Fixed a pytest marker failing downstream packages' tests suites (:issue:`16680`)
48-
- Bug in reindexing on an empty ``CategoricalIndex`` (:issue:`16770`)
49-
- Fixed bug where computing the rolling covariance of a MultiIndexed ``DataFrame`` improperly raised a ``ValueError`` (:issue:`16789`)
50-
- Fixed a bug in failing to compute rolling computations of a column-MultiIndexed ``DataFrame`` (:issue:`16789`, :issue:`16825`)
45+
5146

5247
Conversion
5348
^^^^^^^^^^
@@ -103,4 +98,4 @@ Categorical
10398
- Bug in ``DataFrame.sort_values`` not respecting the ``kind`` with categorical data (:issue:`16793`)
10499

105100
Other
106-
^^^^^
101+
^^^^^

0 commit comments

Comments
 (0)