From 73c5a5aca2c17505ae352b94ebd5043e5df80f14 Mon Sep 17 00:00:00 2001 From: mattip Date: Sun, 9 Sep 2018 09:44:31 +0300 Subject: DEP: deprecate np.set_numeric_ops and friends --- doc/source/reference/c-api.array.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/source/reference/c-api.array.rst') diff --git a/doc/source/reference/c-api.array.rst b/doc/source/reference/c-api.array.rst index 9265b1a97..3d7e65415 100644 --- a/doc/source/reference/c-api.array.rst +++ b/doc/source/reference/c-api.array.rst @@ -3209,12 +3209,16 @@ Internal Flexibility setting a Python Error) if one of the objects being assigned is not callable. + .. deprecated:: 1.16 + .. c:function:: PyObject* PyArray_GetNumericOps(void) Return a Python dictionary containing the callable Python objects stored in the internal arithmetic operation table. The keys of this dictionary are given in the explanation for :c:func:`PyArray_SetNumericOps`. + .. deprecated:: 1.16 + .. c:function:: void PyArray_SetStringFunction(PyObject* op, int repr) This function allows you to alter the tp_str and tp_repr methods -- cgit v1.2.1