From a3624db8ed8ae58ba79ef3270be54a194f000adf Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Tue, 29 Mar 2022 11:44:29 -0600 Subject: Address review comments in the array API documentation --- doc/source/reference/array_api.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'doc/source/reference/array_api.rst') 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 + `__. NumPy includes a reference implementation of the `array API standard `__ 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: -- cgit v1.2.1