diff options
author | Aaron Meurer <asmeurer@gmail.com> | 2022-03-29 11:44:29 -0600 |
---|---|---|
committer | Aaron Meurer <asmeurer@gmail.com> | 2022-03-29 11:44:29 -0600 |
commit | a3624db8ed8ae58ba79ef3270be54a194f000adf (patch) | |
tree | 46c59990d6335ef7031ccf1f348256f90f7a67eb /doc/source/reference/array_api.rst | |
parent | d29368ea60c742ea36a7ba237b7e5f0f41b8524e (diff) | |
download | numpy-a3624db8ed8ae58ba79ef3270be54a194f000adf.tar.gz |
Address review comments in the array API documentation
Diffstat (limited to 'doc/source/reference/array_api.rst')
-rw-r--r-- | doc/source/reference/array_api.rst | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/source/reference/array_api.rst b/doc/source/reference/array_api.rst index 9c23fe361..5ac8166cf 100644 --- a/doc/source/reference/array_api.rst +++ b/doc/source/reference/array_api.rst @@ -1,8 +1,13 @@ .. _array_api: -********* -Array API -********* +******************************** +Array API Standard Compatibility +******************************** + +.. note:: + + The ``numpy.array_api`` module is still experimental. See `NEP 47 + <https://numpy.org/neps/nep-0047-array-api-standard.html>`__. NumPy includes a reference implementation of the `array API standard <https://data-apis.org/array-api/latest/>`__ in ``numpy.array_api``. `NEP 47 @@ -717,7 +722,7 @@ Set Functions Differences - * - ``unique_all`` and ``unique_indices`` return indices with the same shape as ``x``. - - **Breaking** + - **Compatible** - See https://github.com/numpy/numpy/issues/20638. .. _array_api-set-functions-differences: |