Skip to content

Commit 0052a3a

Browse files
committed
Add whatsnew entry
1 parent a0ed560 commit 0052a3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.23.0.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ Indexing
306306
- :func:`Index.to_series` now accepts ``index`` and ``name`` kwargs (:issue:`18699`)
307307
- :func:`DatetimeIndex.to_series` now accepts ``index`` and ``name`` kwargs (:issue:`18699`)
308308
- Bug in indexing non-scalar value from ``Series`` having non-unique ``Index`` will return value flattened (:issue:`17610`)
309+
- Bug in ``__setitem__`` when indexing a :class:`DataFrame` with a 2-d boolean ndarray (:issue:`18582`)
309310

310311

311312
I/O

0 commit comments

Comments
 (0)