-
Notifications
You must be signed in to change notification settings - Fork 30
Update array API spec version supported to 2024.12 #2047
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
Conversation
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
Array API standard conformance tests for dpctl=0.20.0dev0=py310h93fe807_136 ran successfully. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @ndgrigorian, LGTM
Array API standard conformance tests for dpctl=0.20.0dev0=py310h93fe807_137 ran successfully. |
There was `__array_api_version__` set to `2024.12` in [dpctl#2047](IntelPython/dpctl#2047). This PR updates tests and documentation to state support with the newer spec version.
There was `__array_api_version__` set to `2024.12` in [dpctl#2047](IntelPython/dpctl#2047). This PR updates tests and documentation to state support with the newer spec version. 4c66b58
This PR updates
__array_api_version__
to2024.12
as the new spec version is now supported, with advanced indexing update now in place