-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
DOC: update array API standard version in compatibility page #28626
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
+7
−8
Merged
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
e23bd33
DOC: update array API standard version in compatibility page
Saransh-cpp 9f6a4d9
2024.12 support is in progress
Saransh-cpp e079318
better formatting
Saransh-cpp e3d860d
2024.12 is now supported
Saransh-cpp 888a58e
specify NumPy version
Saransh-cpp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
8000
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2024.12 is now supported
- Loading branch information
commit e3d860d51fb6b24bb836bafd6bffc17a5e4b5a84
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,13 +6,11 @@ Array API standard compatibility | |
|
||
NumPy's main namespace as well as the `numpy.fft` and `numpy.linalg` namespaces | ||
are compatible with the | ||
Saransh-cpp marked this conversation as resolved.
Show resolved
Hide resolved
|
||
`2023.12 version <https://data-apis.org/array-api/2023.12/index.html>`__ | ||
`2024.12 version <https://data-apis.org/array-api/2024.12/index.html>`__ | ||
of the Python array API standard. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe
8000
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done! |
||
|
||
NumPy aims to implement support for the | ||
`2024.12 version <https://data-apis.org/array-api/2024.12/index.html>`__ | ||
(in progress) and future versions of the standard - assuming that those future | ||
versions can be upgraded to given NumPy's | ||
NumPy aims to implement support for the future versions of the standard | ||
- assuming that those future versions can be upgraded to given NumPy's | ||
:ref:`backwards compatibility policy <NEP23>`. | ||
|
||
For usage guidelines for downstream libraries and end users who want to write | ||
|
@@ -33,7 +31,7 @@ rather than anything NumPy-specific, the `array-api-strict | |
standard, via a separate ``numpy.array_api`` submodule. This module was | ||
marked as experimental (it emitted a warning on import) and removed in | ||
NumPy 2.0 because full support (2022.12 version [1]_) was included in | ||
the main namespace (with 2023.12 version support in NumPy 2.1). | ||
the main namespace. | ||
:ref:`NEP 47 <NEP47>` and | ||
:ref:`NEP 56 <NEP56>` | ||
describe the motivation and scope for implementing the array API standard | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied
2FEC
as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.