We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991ca29 commit a4624f1Copy full SHA for a4624f1
doc/source/release.rst
@@ -258,6 +258,8 @@ See :ref:`Internal Refactoring<whatsnew_0130.refactoring>`
258
- Fix bug in ``pd.read_clipboard`` on windows with PY3 (:issue:`4561`); not decoding properly
259
- ``tslib.get_period_field()`` and ``tslib.get_period_field_arr()`` now raise
260
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.
263
- Fix reindexing with multiple axes; if an axes match was not replacing the current axes, leading
264
to a possible lazay frequency inference issue (:issue:`3317`)
265
- Fixed issue where ``DataFrame.apply`` was reraising exceptions incorrectly
0 commit comments