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/v0.24.0.txt
+2-2
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ ExtensionType Changes
75
75
76
76
- ``ExtensionArray`` has gained the abstract methods ``.dropna()`` and ``.append()`` (:issue:`21185`)
77
77
- ``ExtensionDtype`` has gained the ability to instantiate from string dtypes, e.g. ``decimal`` would instantiate a registered ``DecimalDtype``; furthermore
78
-
the dtype has gained the ``construct_array_type`` (:issue:`21185`)
78
+
the ``ExtensionDtype`` has gained the method ``construct_array_type`` (:issue:`21185`)
79
79
- The ``ExtensionArray`` constructor, ``_from_sequence`` now take the keyword arg ``copy=False`` (:issue:`21185`)
80
80
- :meth:`Series.combine()` works correctly with :class:`~pandas.api.extensions.ExtensionArray` inside of :class:`Series` (:issue:`20825`)
81
81
- :meth:`Series.combine()` with scalar argument now works for any function type (:issue:`21248`)
@@ -87,7 +87,7 @@ Other API Changes
87
87
^^^^^^^^^^^^^^^^^
88
88
89
89
- :class:`DatetimeIndex` now accepts :class:`Int64Index` arguments as epoch timestamps (:issue:`20997`)
90
-
- Invalid consruction of ``IntervalDtype`` will now always raise a ``TypeError`` rather than a ``ValueError`` if the subdtype is invalid (:issue:`21185`)
90
+
- Invalid construction of ``IntervalDtype`` will now always raise a ``TypeError`` rather than a ``ValueError`` if the subdtype is invalid (:issue:`21185`)
0 commit comments