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
+9-2
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,6 @@ New features
12
12
13
13
Other Enhancements
14
14
^^^^^^^^^^^^^^^^^^
15
-
- ``ExtensionArray`` has gained the abstract methods ``.dropna()`` and ``.append()``
16
-
- ``ExtensionDtype`` has gained the ability to instantiate from string dtypes, e.g. ``decimal`` would instaniate a registered ``DecimalDtype``
17
15
-
18
16
-
19
17
@@ -23,6 +21,15 @@ Other Enhancements
23
21
Backwards incompatible API changes
24
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25
23
24
+
.. _whatsnew_0240.api.extension:
25
+
26
+
ExtensionType Changes
27
+
^^^^^^^^^^^^^^^^^^^^^
28
+
29
+
- ``ExtensionArray`` has gained the abstract methods ``.dropna()`` and ``.append()``, and attribute ``array_type`` (:issue:`21185`)
30
+
- ``ExtensionDtype`` has gained the ability to instantiate from string dtypes, e.g. ``decimal`` would instaniate a registered ``DecimalDtype`` (:issue:`21185`)
31
+
- The ``ExtensionArray`` constructor, ``_from_sequence`` now take the keyword arg ``copy=False`` (:issue:`21185`)
0 commit comments