Skip to content

Commit a4624f1

Browse files
committed
DOC add fix status for 4235
1 parent 991ca29 commit a4624f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/release.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,8 @@ See :ref:`Internal Refactoring<whatsnew_0130.refactoring>`
258258
- Fix bug in ``pd.read_clipboard`` on windows with PY3 (:issue:`4561`); not decoding properly
259259
- ``tslib.get_period_field()`` and ``tslib.get_period_field_arr()`` now raise
260260
if code argument out of range (:issue:`4519`, :issue:`4520`)
261+
- Fix boolean indexing on an empty series loses index names (:issue:`4235`),
262+
infer_dtype works with empty arrays.
261263
- Fix reindexing with multiple axes; if an axes match was not replacing the current axes, leading
262264
to a possible lazay frequency inference issue (:issue:`3317`)
263265
- Fixed issue where ``DataFrame.apply`` was reraising exceptions incorrectly

0 commit comments

Comments
 (0)