Skip to content

Commit b4a1c5b

Browse files
committed
DOC: what's new for #15452
1 parent ac940b1 commit b4a1c5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.20.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@ Bug Fixes
748748
- Bug in using ``__deepcopy__`` on empty NDFrame objects (:issue:`15370`)
749749
- Bug in ``DataFrame.loc`` with indexing a ``MultiIndex`` with a ``Series`` indexer (:issue:`14730`, :issue:`15424`)
750750
- Bug in ``DataFrame.loc`` with indexing a ``MultiIndex`` with a numpy array (:issue:`15434`)
751+
- Bug in ``DataFrame.loc`` with indexing a ``MultiIndex`` with a list of missing labels (:issue:`15452`)
751752
- Bug in ``Rolling.quantile`` function that caused a segmentation fault when called with a quantile value outside of the range [0, 1] (:issue:`15463`)
752753
- Bug in ``pd.cut()`` with a single bin on an all 0s array (:issue:`15428`)
753754
- Bug in ``pd.qcut()`` with a single quantile and an array with identical values (:issue:`15431`)

0 commit comments

Comments
 (0)