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

Tracking issue: support Array API #18353

Closed
38 tasks done
jakevdp opened this issue Nov 2, 2023 · 0 comments · Fixed by #22818
Closed
38 tasks done

Tracking issue: support Array API #18353

jakevdp opened this issue Nov 2, 2023 · 0 comments · Fixed by #22818
Assignees
Labels
enhancement New feature or request

Comments

@jakevdp
Copy link
Collaborator

jakevdp commented Nov 2, 2023

Goal: make JAX support https://data-apis.org/array-api/latest/

Related to #19246

TODO

  1. Initial Implementation

  2. JAX API fixes

  3. Make jax.Array conform to the API spec

  4. Add Array API functions to the standard jax.numpy namespace

  5. Update to v2023.12 APIs and behavior (see changelog)

  6. Consider removing jax.experimental.array_api and make jax.numpy itself fully-compliant with the array API.

@jakevdp jakevdp added the enhancement New feature or request label Nov 2, 2023
@jakevdp jakevdp self-assigned this Nov 2, 2023
@jakevdp jakevdp changed the title Add jax.numpy.isdtype API Tracking issue: support Array API Nov 8, 2023
copybara-service bot pushed a commit that referenced this issue Dec 1, 2023
The numpy-dispatch approach has been superseded by the Python Array API (Tracked for JAX in #18353).

While we're here, we'll reduce the github CI to only two jobs: the oldest and newest supported Python versions. Other versions can be covered by Kokoro.

PiperOrigin-RevId: 587035534
copybara-service bot pushed a commit that referenced this issue Dec 1, 2023
The numpy-dispatch approach has been superseded by the Python Array API (Tracked for JAX in #18353).

While we're here, we'll reduce the github CI to only two jobs: the oldest and newest supported Python versions. Other versions can be covered by Kokoro.

PiperOrigin-RevId: 587035534
copybara-service bot pushed a commit that referenced this issue Dec 1, 2023
The numpy-dispatch approach has been superseded by the Python Array API (Tracked for JAX in #18353).

While we're here, we'll reduce the github CI to only two jobs: the oldest and newest supported Python versions. Other versions can be covered by Kokoro.

PiperOrigin-RevId: 587035534
copybara-service bot pushed a commit that referenced this issue Dec 1, 2023
The numpy-dispatch approach has been superseded by the Python Array API (Tracked for JAX in #18353).

While we're here, we'll reduce the github CI to only two jobs: the oldest and newest supported Python versions. Other versions can be covered by Kokoro.

PiperOrigin-RevId: 587041291
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant