File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Bug fixes
35
35
Other
36
36
~~~~~
37
37
38
- - Allow :class: ` Index ` to be passed to the numpy `` all `` function.
38
+ -
39
39
-
40
40
41
41
.. ---------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -539,6 +539,8 @@ Reshaping
539
539
- Bug in :meth: `DataFrame.append ` returning incorrect dtypes with combinations of ``ExtensionDtype `` dtypes (:issue: `39454 `)
540
540
- Bug in :meth: `DataFrame.append ` returning incorrect dtypes with combinations of ``datetime64 `` and ``timedelta64 `` dtypes (:issue: `39574 `)
541
541
- Bug in :meth: `DataFrame.pivot_table ` returning a ``MultiIndex `` for a single value when operating on and empty ``DataFrame `` (:issue: `13483 `)
542
+ - Allow :class: `Index ` to be passed to the :func: `numpy.all ` function (:issue: `40180 `)
543
+ -
542
544
543
545
Sparse
544
546
^^^^^^
You can’t perform that action at this time.
0 commit comments