diff options
Diffstat (limited to 'doc/source/reference/c-api')
-rw-r--r-- | doc/source/reference/c-api/array.rst | 5 |
1 files changed, 5 insertions, 0 deletions
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. |