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

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

Closed
albert-mathews opened this issue Jan 22, 2024 · 1 comment
Closed

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

albert-mathews opened this issue Jan 22, 2024 · 1 comment
Labels
Duplicate This issue or pull request already exists. Needs Discussion Needs further discussion. RFC Request for comments. Feature requests and proposed changes.

Comments

@albert-mathews
Copy link

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:
#669
#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 kgryte changed the title jax.numpy at[].set() syntax RFC: add support for JAX's at[].set() syntax Apr 4, 2024
@kgryte kgryte added RFC Request for comments. Feature requests and proposed changes. Needs Discussion Needs further discussion. Duplicate This issue or pull request already exists. labels Apr 4, 2024
@kgryte
Copy link
Contributor

kgryte commented Apr 4, 2024

Closing this issue in favor of the existing discussion on #609.

@kgryte kgryte closed this as not planned Won't fix, can't repro, duplicate, stale Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate This issue or pull request already exists. Needs Discussion Needs further discussion. RFC Request for comments. Feature requests and proposed changes.
Projects
None yet
Development

No branches or pull requests

2 participants