-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
DEP: Remove support for non-tuple nd-indices. #21029
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
Conversation
38d60ed
to
74b4f44
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, finally getting rid of this sounds great! Glancing at the code, I think we can simplify it quite a bit now (or maybe even before). Would you be up to trying that out/doing that? Could be a followup as well though.
74b4f44
to
f3dfbb2
Compare
I'll have a quick look over this tomorrow |
Thanks, I will let you do the honor then, to me this looks good now. |
5c3f9d3
to
5e1be78
Compare
Does this look good? |
This behavior has been deprecated since NumPy 1.15 (numpy#9686).
5e1be78
to
e352160
Compare
Done. |
The failing checks look unrelated to this PR. |
Thanks, lets put this in! There might be some potential for more simplification now that this is nice, simple, and clean but this is a huge step :). |
This behavior has been deprecated since NumPy 1.15
(#9686).