10000 Merge pull request #28626 from Saransh-cpp/patch-1 · numpy/numpy@0317a81 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0317a81

Browse files
authored
Merge pull request #28626 from Saransh-cpp/patch-1
DOC: update array API standard version in compatibility page
2 parents a433efd + 888a58e commit 0317a81

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

doc/source/reference/array_api.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@
44
Array API standard compatibility
55
********************************
66

7-
NumPy's main namespace as well as the `numpy.fft` and `numpy.linalg` namespaces
8-
are compatible [1]_ with the
9-
`2022.12 version <https://data-apis.org/array-api/2022.12/index.html>`__
7+
The NumPy 2.3.0 main namespace as well as the `numpy.fft` and `numpy.linalg`
8+
namespaces are compatible with the
9+
`2024.12 version <https://data-apis.org/array-api/2024.12/index.html>`__
1010
of the Python array API standard.
1111

12-
NumPy aims to implement support for the
13-
`2023.12 version <https://data-apis.org/array-api/2023.12/index.html>`__
14-
and future versions of the standard - assuming that those future versions can be
15-
upgraded to given NumPy's
12+
NumPy aims to implement support for the future versions of the standard
13+
- assuming that those future versions can be upgraded to given NumPy's
1614
:ref:`backwards compatibility policy <NEP23>`.
1715

1816
For usage guidelines for downstream libraries and end users who want to write
@@ -32,7 +30,8 @@ rather than anything NumPy-specific, the `array-api-strict
3230
NumPy 1.22.0 was the first version to include support for the array API
3331
standard, via a separate ``numpy.array_api`` submodule. This module was
3432
marked as experimental (it emitted a warning on import) and removed in
35-
NumPy 2.0 because full support was included in the main namespace.
33+
NumPy 2.0 because full support (2022.12 version [1]_) was included in
34+
the main namespace.
3635
:ref:`NEP 47 <NEP47>` and
3736
:ref:`NEP 56 <NEP56>`
3837
describe the motivation and scope for implementing the array API standard

0 commit comments

Comments
 (0)
0