Skip to content

Commit f87ffab

Browse files
committed
whatsnew
1 parent 9083e84 commit f87ffab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,7 @@ Other API changes
606606
- :meth:`ExtensionDtype.construct_array_type` is now a regular method instead of a ``classmethod`` (:issue:`58663`)
607607
- 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`)
608608
- 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`)
609+
- Removed special handling of ``datetime.date`` sequences in :meth:`Index._maybe_downcast_for_indexing` and removed ``"date"`` from ``_infer_matches``. (:issue:`62158`)
609610

610611
.. ---------------------------------------------------------------------------
611612
.. _whatsnew_300.deprecations:

0 commit comments

Comments
 (0)