From 456d2ebf75204f6fd82ca1cc9d656fedc307562d Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Wed, 26 Jun 2019 16:44:08 -0700 Subject: DOC: remove note about `__array_ufunc__` being provisional for 1.17.0 Other libraries are relying on this now, and the protocol has been stable since 1.13.0 --- doc/source/reference/arrays.classes.rst | 4 ---- 1 file changed, 4 deletions(-) (limited to 'doc/source') diff --git a/doc/source/reference/arrays.classes.rst b/doc/source/reference/arrays.classes.rst index f17cb932a..4f97b4ece 100644 --- a/doc/source/reference/arrays.classes.rst +++ b/doc/source/reference/arrays.classes.rst @@ -43,10 +43,6 @@ NumPy provides several hooks that classes can customize: .. versionadded:: 1.13 - .. note:: The API is `provisional - `_, - i.e., we do not yet guarantee backward compatibility. - Any class, ndarray subclass or not, can define this method or set it to :obj:`None` in order to override the behavior of NumPy's ufuncs. This works quite similarly to Python's ``__mul__`` and other binary operation routines. -- cgit v1.2.1