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

Finalize array API in jax.numpy & deprecate jax.experimental.array_api #22818

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

jakevdp
Copy link
Collaborator

@jakevdp jakevdp commented Aug 1, 2024

With this change, jax.numpy supports the Python Array API Standard by default!

Fixes #18353 and #21088

cc/ @vfdev-5 @Micky774

@jakevdp jakevdp self-assigned this Aug 1, 2024
@jakevdp jakevdp force-pushed the finalize-array-api branch 6 times, most recently from 2307caf to c347045 Compare August 1, 2024 17:50
@jakevdp jakevdp requested a review from dfm August 1, 2024 17:51
@jakevdp jakevdp added the pull ready Ready for copybara import and testing label Aug 1, 2024
Copy link
Collaborator

@vfdev-5 vfdev-5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

Copy link
Collaborator

@dfm dfm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is very exciting - LGTM!

@copybara-service copybara-service bot merged commit 8eaa6bf into jax-ml:main Aug 1, 2024
16 checks passed
@jakevdp jakevdp deleted the finalize-array-api branch August 1, 2024 19:51
copybara-service bot pushed a commit that referenced this pull request Aug 1, 2024
This target is no longer needed since the array_api module is now built-in to jax.numpy. Followup to #22818.

PiperOrigin-RevId: 658518474
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pull ready Ready for copybara import and testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tracking issue: support Array API
4 participants