Skip to content

Commit 57f5c51

Browse files
authored
DOC: Make ExtensionArray not experimental (#47225)
1 parent e9005c1 commit 57f5c51

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/source/development/extending.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,11 @@ applies only to certain dtypes.
7474
Extension types
7575
---------------
7676

77-
.. warning::
77+
.. note::
7878

79-
The :class:`pandas.api.extensions.ExtensionDtype` and :class:`pandas.api.extensions.ExtensionArray` APIs are new and
80-
experimental. They may change between versions without warning.
79+
The :class:`pandas.api.extensions.ExtensionDtype` and :class:`pandas.api.extensions.ExtensionArray` APIs were
80+
experimental prior to pandas 1.5. Starting with version 1.5, future changes will follow
81+
the :ref:`pandas deprecation policy <policies.version>`.
8182

8283
pandas defines an interface for implementing data types and arrays that *extend*
8384
NumPy's type system. pandas itself uses the extension system for some types

0 commit comments

Comments
 (0)