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/v3.0.0.rst
+3
Original file line number
Diff line number
Diff line change
@@ -361,6 +361,9 @@ Other API changes
361
361
- pickle and HDF (``.h5``) files created with Python 2 are no longer explicitly supported (:issue:`57387`)
362
362
- pickled objects from pandas version less than ``1.0.0`` are no longer supported (:issue:`57155`)
363
363
- when comparing the indexes in :func:`testing.assert_series_equal`, check_exact defaults to True if an :class:`Index` is of integer dtypes. (:issue:`57386`)
364
+
- Index set operations (like union or intersection) will now ignore the dtype of
365
+
an empty ``RangeIndex`` or empty ``Index`` with object dtype when determining
0 commit comments