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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -659,8 +659,8 @@ Other API changes
659
659
- :meth:`CategoricalIndex.append` no longer attempts to cast different-dtype indexes to the caller's dtype (:issue:`41626`)
660
660
- :meth:`ExtensionDtype.construct_array_type` is now a regular method instead of a ``classmethod`` (:issue:`58663`)
661
661
- Comparison operations between :class:`Index` and :class:`Series` now consistently return :class:`Series` regardless of which object is on the left or right (:issue:`36759`)
662
+
- Indexing and comparison with sequences of ``datetime.date`` objects are now consistent with scalar ``datetime.date`` behavior in :class:`DatetimeIndex` (:issue:`62158`)
662
663
- Numpy functions like ``np.isinf`` that return a bool dtype when called on a :class:`Index` object now return a bool-dtype :class:`Index` instead of ``np.ndarray`` (:issue:`52676`)
663
-
- Removed special handling of ``datetime.date`` sequences in :meth:`Index._maybe_downcast_for_indexing` and removed ``"date"`` from ``_infer_matches``. (:issue:`62158`)
0 commit comments