From 59fa7d3521dc9f27e70df7966ff1c8bc1c5d34a7 Mon Sep 17 00:00:00 2001 From: Stephan Hoyer Date: Sun, 4 Mar 2018 16:13:56 -0800 Subject: DOC: add versionadded for NDArrayOperatorsMixin. --- numpy/lib/mixins.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'numpy/lib/mixins.py') diff --git a/numpy/lib/mixins.py b/numpy/lib/mixins.py index fbdc2edfb..3220f6534 100644 --- a/numpy/lib/mixins.py +++ b/numpy/lib/mixins.py @@ -137,6 +137,8 @@ class NDArrayOperatorsMixin(object): Note that unlike ``numpy.ndarray``, ``ArrayLike`` does not allow operations with arbitrary, unrecognized types. This ensures that interactions with ArrayLike preserve a well-defined casting hierarchy. + + .. versionadded:: 1.13 """ # Like np.ndarray, this mixin class implements "Option 1" from the ufunc # overrides NEP. -- cgit v1.2.1