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
I'm opening this issue to track what we need in array-api-extra to unblock work in scipy for JAX adoption:
array-api-extra (not blocked by array-api-compat release):
at
lazy_apply
lazywhere
broadcast_shapes
Not on the critical path:
setdiff1d
scipy.optimize.quadratic_assignment
Shelved indefinitely due to incompatibility with JAX:
CC @rgommers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm opening this issue to track what we need in array-api-extra to unblock work in scipy for JAX adoption:
array-api-extra (not blocked by array-api-compat release):
at
support for bool mask in Dask and JAX #121lazy_apply
#86lazywhere
#14broadcast_shapes
#133at
should not force overwrite in Dask when copy=None #135Not on the critical path:
setdiff1d
for jax.jit and dask NaN-shaped arrays #116 (only used inscipy.optimize.quadratic_assignment
, which is numpy-only)Shelved indefinitely due to incompatibility with JAX:
CC @rgommers
The text was updated successfully, but these errors were encountered: