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
3535Other
3636~~~~~
3737
38- - Allow :class: ` Index ` to be passed to the numpy `` all `` function.
38+ -
3939-
4040
4141.. ---------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -539,6 +539,8 @@ Reshaping
539539- Bug in :meth: `DataFrame.append ` returning incorrect dtypes with combinations of ``ExtensionDtype `` dtypes (:issue: `39454 `)
540540- Bug in :meth: `DataFrame.append ` returning incorrect dtypes with combinations of ``datetime64 `` and ``timedelta64 `` dtypes (:issue: `39574 `)
541541- 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+ -
542544
543545Sparse
544546^^^^^^
You can’t perform that action at this time.
0 commit comments