We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9005c1 commit 57f5c51Copy full SHA for 57f5c51
doc/source/development/extending.rst
@@ -74,10 +74,11 @@ applies only to certain dtypes.
74
Extension types
75
---------------
76
77
-.. warning::
+.. note::
78
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.
+ The :class:`pandas.api.extensions.ExtensionDtype` and :class:`pandas.api.extensions.ExtensionArray` APIs were
+ experimental prior to pandas 1.5. Starting with version 1.5, future changes will follow
81
+ the :ref:`pandas deprecation policy <policies.version>`.
82
83
pandas defines an interface for implementing data types and arrays that *extend*
84
NumPy's type system. pandas itself uses the extension system for some types
0 commit comments