Skip to content
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

Future-proof JAX array API import #172

Merged
merged 4 commits into from
Aug 1, 2024
Merged

Conversation

jakevdp
Copy link
Contributor

@jakevdp jakevdp commented Aug 1, 2024

As of jax-ml/jax#22818, jax.numpy supports the array API directly, and jax.experimental.array_api is deprecated. This change will ensure that array_api_compat works correctly with future JAX releases.

@asmeurer
Copy link
Member

asmeurer commented Aug 1, 2024

Thanks. If you grep for jax.experimental there's a few other places that should be updated too.

@jakevdp
Copy link
Contributor Author

jakevdp commented Aug 1, 2024

Thanks. If you grep for jax.experimental there's a few other places that should be updated too.

Done - thanks!

@asmeurer asmeurer merged commit 158622e into data-apis:main Aug 1, 2024
39 checks passed
@jakevdp jakevdp deleted the jax-native branch August 1, 2024 21:29
@rgommers
Copy link
Member

rgommers commented Aug 2, 2024

As of google/jax#22818, jax.numpy supports the array API directly, and jax.experimental.array_api is deprecated.

That's awesome 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants