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.2.rst
+1
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ Fixed regressions
15
15
~~~~~~~~~~~~~~~~~
16
16
- Fixed regression in :meth:`MultiIndex.join` for extension array dtypes (:issue:`49277`)
17
17
- Fixed regression in :meth:`Series.replace` raising ``RecursionError`` with numeric dtype and when specifying ``value=None`` (:issue:`45725`)
18
+
- Fixed regression in arithmetic operations for :class:`DataFrame` with :class:`MultiIndex` columns with different dtypes (:issue:`49769`)
18
19
- Fixed regression in :meth:`DataFrame.plot` preventing :class:`~matplotlib.colors.Colormap` instance
19
20
from being passed using the ``colormap`` argument if Matplotlib 3.6+ is used (:issue:`49374`)
20
21
- Fixed regression in :func:`date_range` returning an invalid set of periods for ``CustomBusinessDay`` frequency and ``start`` date with timezone (:issue:`49441`)
0 commit comments