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
Backport PR #47325 on branch 1.4.x (REGR: Avoid regression warning with ea dtype and assert_index_equal order False) (#47366)
Backport PR #47325: REGR: Avoid regression warning with ea dtype and assert_index_equal order False
Co-authored-by: Patrick Hoefler <[email protected]>
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.4.3.rst
+1
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ Fixed regressions
25
25
- Fixed regression in :func:`read_csv` with ``index_col=False`` identifying first row as index names when ``header=None`` (:issue:`46955`)
26
26
- Fixed regression in :meth:`.DataFrameGroupBy.agg` when used with list-likes or dict-likes and ``axis=1`` that would give incorrect results; now raises ``NotImplementedError`` (:issue:`46995`)
27
27
- Fixed regression in :meth:`DataFrame.resample` and :meth:`DataFrame.rolling` when used with list-likes or dict-likes and ``axis=1`` that would raise an unintuitive error message; now raises ``NotImplementedError`` (:issue:`46904`)
28
+
- Fixed regression in :func:`assert_index_equal` when ``check_order=False`` and :class:`Index` has extension or object dtype (:issue:`47207`)
28
29
- Fixed regression in :func:`read_excel` returning ints as floats on certain input sheets (:issue:`46988`)
29
30
- Fixed regression in :meth:`DataFrame.shift` when ``axis`` is ``columns`` and ``fill_value`` is absent, ``freq`` is ignored (:issue:`47039`)
0 commit comments