We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now, sparse has quite a good coverage of Array API v2022, but the latest revision is v2024.
sparse
Update support for Array API to v2024.
No response
The text was updated successfully, but these errors were encountered:
There are now around 162 failed tests for the Numba backend as apposed to 65 earlier.
Sorry, something went wrong.
@prady0t You'd need to follow these steps to update the Array API support:
array-api-tests
For the first step, can we use export ARRAY_API_TESTS_VERSION="2024.12" (see) inside the test-array-api.sh script? It works for me locally.
export ARRAY_API_TESTS_VERSION="2024.12"
test-array-api.sh
I'd suggest updating the __array_api_version__ value in the appropriate Python file.
__array_api_version__
Successfully merging a pull request may close this issue.
Please describe the purpose of the new feature or describe the problem to solve.
Right now,
sparse
has quite a good coverage of Array API v2022, but the latest revision is v2024.Suggest a solution if possible.
Update support for Array API to v2024.
If you have tried alternatives, please describe them below.
No response
Additional information that may help us understand your needs.
No response
The text was updated successfully, but these errors were encountered: