diff options
author | Aaron Meurer <asmeurer@gmail.com> | 2022-03-28 20:33:40 -0600 |
---|---|---|
committer | Aaron Meurer <asmeurer@gmail.com> | 2022-03-28 20:33:40 -0600 |
commit | d29368ea60c742ea36a7ba237b7e5f0f41b8524e (patch) | |
tree | e1fb8fe18f847633d9159ecd205e3d8d765c07a0 /doc/source/reference/index.rst | |
parent | 4457e37b39bfc660beb8be579b282e5acbae1b5f (diff) | |
download | numpy-d29368ea60c742ea36a7ba237b7e5f0f41b8524e.tar.gz |
Add a document that enumerates the differences between numpy and numpy.array_api
This is a more organized presentation of the various "Note" comments in
numpy/array_api.
In particular, each difference is notated as to whether it is a strictness
difference (no change in NumPy needed), a compatible change (NumPy can change
in a backwards compatible way), or a breaking change (NumPy would need to
break backwards compatibility to match the spec).
Diffstat (limited to 'doc/source/reference/index.rst')
-rw-r--r-- | doc/source/reference/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/reference/index.rst b/doc/source/reference/index.rst index 66bb45d6a..1c483907b 100644 --- a/doc/source/reference/index.rst +++ b/doc/source/reference/index.rst @@ -18,6 +18,7 @@ For learning how to use NumPy, see the :ref:`complete documentation <numpy_docs_ :maxdepth: 2 arrays + array_api constants ufuncs routines |