8000 DOC: Enumerate the differences between numpy and numpy.array_api by asmeurer · Pull Request #21260 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

DOC: Enumerate the differences between numpy and numpy.array_api #21260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Apr 4, 2022
Merged
Prev Previous commit
Next Next commit
Address review comments in the array API documentation
  • Loading branch information
asmeurer committed Mar 29, 2022
commit a3624db8ed8ae58ba79ef3270be54a194f000adf
13 changes: 9 ad 8000 ditions & 4 deletions doc/source/reference/array_api.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:
Expand Down
0