data-apis / array-api

RFC document, tooling and other content related to the array API standard
https://data-apis.github.io/array-api/latest/
MIT License
205 stars 42 forks source link

RFC: add support for JAX's `at[].set()` syntax #734

Closed albert-mathews closed 3 months ago

albert-mathews commented 5 months ago

Hello, sorry if I'm raising a question that has been raised/addressed, but I asked the question in Numpy repo, and was directed here.

I think these issues in this repo are relevant: https://github.com/data-apis/array-api/issues/669 https://github.com/data-apis/array-api/issues/177

In may case i dont care whether the take/put op is in-place or on immutable arrays, all i care about is that Numpy and JAX support identical syntax such that i can either import numpy as array_lib or import jax.numpy as array_lib, and then use all the same code thereafter.

thanks for all the hard work developing an array standard.

kgryte commented 3 months ago

Closing this issue in favor of the existing discussion on https://github.com/data-apis/array-api/issues/609.