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

jax.numpy: return tuple of array instead of list of array #19531

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jakevdp
Copy link
Collaborator

@jakevdp jakevdp commented Jan 26, 2024

This follows the numpy behavior change in numpy/numpy#25570. Part of #19246.

Looks like this causes a number of downstream failures due to people using list-only methods of the return values. I'm going to look into fixing these via explicit casting to list.

@jakevdp jakevdp added the pull ready Ready for copybara import and testing label Jan 26, 2024
@jakevdp jakevdp self-assigned this Jan 26, 2024
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.

1 participant