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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Note that the Python array API standard v2024 is still in draft.
The following is based on closed issues, and will be updated once the 2024 standard is released.
These should be straightforward to add.
nextafter
reciprocal
take_along_axis
count_nonzero
cumulative_prod
diff
max dimensions
capabilities
mean
result_type
where
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Note that the Python array API standard v2024 is still in draft.
The following is based on closed issues, and will be updated once the 2024 standard is released.
New array functions
elemwise
These should be straightforward to add.
nextafter
reciprocal
indexing
take_along_axis
searching
count_nonzero
statistical
cumulative_prod
utility
diff
Updates
max dimensions
tocapabilities
mean
result_type
result_type
to the backend array library so this shouldn't need any changes.where
The text was updated successfully, but these errors were encountered: