You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.5.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -308,6 +308,7 @@ Other enhancements
308
308
- Implemented a complex-dtype :class:`Index`, passing a complex-dtype array-like to ``pd.Index`` will now retain complex dtype instead of casting to ``object`` (:issue:`45845`)
309
309
- :class:`Series` and :class:`DataFrame` with :class:`IntegerDtype` now supports bitwise operations (:issue:`34463`)
310
310
- Add ``milliseconds`` field support for :class:`.DateOffset` (:issue:`43371`)
311
+
- :meth:`DataFrame.where` tries to maintain dtype of :class:`DataFrame` if fill value can be cast without loss of precision (:issue:`45582`)
311
312
- :meth:`DataFrame.reset_index` now accepts a ``names`` argument which renames the index names (:issue:`6878`)
312
313
- :func:`concat` now raises when ``levels`` is given but ``keys`` is None (:issue:`46653`)
313
314
- :func:`concat` now raises when ``levels`` contains duplicate values (:issue:`46653`)
0 commit comments