Skip to content

Commit 78abef9

Browse files
committed
clean whatsnew
1 parent 2695eda commit 78abef9

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

doc/source/whatsnew/v0.24.0.txt

+9-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ New features
1212

1313
Other Enhancements
1414
^^^^^^^^^^^^^^^^^^
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``
1715
-
1816
-
1917

@@ -23,6 +21,15 @@ Other Enhancements
2321
Backwards incompatible API changes
2422
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2523

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`)
32+
2633
.. _whatsnew_0240.api.other:
2734

2835
Other API Changes

0 commit comments

Comments
 (0)