Skip to content

REV: revert tuple/list return type changes for *split functions #25800

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

Merged
merged 1 commit into from
Feb 10, 2024

Conversation

rgommers
Copy link
Member

@rgommers rgommers commented Feb 9, 2024

This reverts a part of gh-25570. It turns out that the split functions are exceptional, and returning a tuple of arrays isn't better (perhaps worse) for Numba. For JAX it didn't matter. Given there's certainly no gain, we decided in the post-merge discussion on gh-25570 to revert the changes to the split APIs.

This reverts a part of numpygh-25570. It turns out that the `split`
functions are exceptional, and returning a tuple of arrays isn't
better (perhaps worse) for Numba. For JAX it didn't matter.
Given there's certainly no gain, we decided in the post-merge discussion
on numpygh-25570 to revert the changes to the `split` APIs.
@rgommers rgommers added 03 - Maintenance 62 - Python API Changes or additions to the Python API. Mailing list should usually be notified. labels Feb 9, 2024
@rgommers rgommers added this to the 2.0.0 release milestone Feb 9, 2024
@github-actions github-actions bot added the 34 - Reversion Reversion of previous commit or merge label Feb 9, 2024
@seberg seberg merged commit b5d91ab into numpy:main Feb 10, 2024
@seberg
Copy link
Member

seberg commented Feb 10, 2024

Thanks Ralf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
03 - Maintenance 34 - Reversion Reversion of previous commit or merge 62 - Python API Changes or additions to the Python API. Mailing list should usually be notified.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants