Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
MAINT: Numpy 2.0 deprecations for row_stack and in1d#26566
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
My only real qualm with this is now mixing That makes me wonder if arguing for keeping Alternatively, we could rework that code to use |
Hi! The a=np.array([1,2,3])np.hstack([a[:,None],a[:,None]])# np.column_stack([a, b]) |
numpy/numpy#24445 is looking ready to merge, does this still need work? |
…566-on-v3.8.xBackport PR#26566 on branch v3.8.x (MAINT: Numpy 2.0 deprecations for row_stack and in1d)
PR summary
Remove usage of soon to be deprecated methods in numpy.
Part of#26422, xrefnumpy/numpy#24445
Keeping this in draft until the numpy PR is merged, in case they revert some of the changes.
PR checklist