From d87800a3c619a9cd051b5fac63a8486b48fb1c1c Mon Sep 17 00:00:00 2001 From: takanori-pskq Date: Thu, 15 Oct 2020 18:49:16 +0900 Subject: DOC: Add the entry for ``NPY_FEATURE_VERSION`` --- doc/source/reference/c-api/array.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/source/reference/c-api') diff --git a/doc/source/reference/c-api/array.rst b/doc/source/reference/c-api/array.rst index 637b6aaeb..ff8e911bf 100644 --- a/doc/source/reference/c-api/array.rst +++ b/doc/source/reference/c-api/array.rst @@ -3443,6 +3443,11 @@ Other constants variable is defined to guarantee the numpy/arrayobject.h header is being used). +.. c:macro:: NPY_FEATURE_VERSION + + The current version of the API. :c:data:`NPY_FEATURE_VERSION` changes + whenever the API changes (e.g. a function is added). + .. c:macro:: NPY_FALSE Defined as 0 for use with Bool. -- cgit v1.2.1