diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2023-03-31 07:31:32 +0200 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2023-03-31 07:31:32 +0200 |
commit | 37030d8a91f10752689c05ca3385845a89e2a965 (patch) | |
tree | 62c8584cf20463cd05b45120736bcf1ec8833be6 /doc/source/reference/c-api/array.rst | |
parent | 88c789a30d1c4b558d579d9e22163be857a5aae4 (diff) | |
download | numpy-37030d8a91f10752689c05ca3385845a89e2a965.tar.gz |
DOC: Also delete PyArray_GetArrayParamsFromObject
Diffstat (limited to 'doc/source/reference/c-api/array.rst')
-rw-r--r-- | doc/source/reference/c-api/array.rst | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/source/reference/c-api/array.rst b/doc/source/reference/c-api/array.rst index a787c7ac1..8a34c4231 100644 --- a/doc/source/reference/c-api/array.rst +++ b/doc/source/reference/c-api/array.rst @@ -548,22 +548,6 @@ From other objects :c:data:`NPY_ARRAY_F_CONTIGUOUS` \| :c:data:`NPY_ARRAY_WRITEABLE` \| :c:data:`NPY_ARRAY_ALIGNED` \| :c:data:`NPY_ARRAY_WRITEBACKIFCOPY` -.. c:function:: int PyArray_GetArrayParamsFromObject( \ - PyObject* op, PyArray_Descr* requested_dtype, npy_bool writeable, \ - PyArray_Descr** out_dtype, int* out_ndim, npy_intp* out_dims, \ - PyArrayObject** out_arr, PyObject* context) - - .. deprecated:: NumPy 1.19 - - Unless NumPy is made aware of an issue with this, this function - is scheduled for rapid removal without replacement. - - .. versionchanged:: NumPy 1.19 - - `context` is never used. Its use results in an error. - - .. versionadded:: 1.6 - .. c:function:: PyObject* PyArray_CheckFromAny( \ PyObject* op, PyArray_Descr* dtype, int min_depth, int max_depth, \ int requirements, PyObject* context) |