-
Notifications
You must be signed in to change notification settings - Fork 328
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
Add partial support for setitem with fancy indexing #2453
Conversation
0eb7b8a
to
8c88c9e
Compare
8c88c9e
to
d510f14
Compare
eb4d6ac
to
909d884
Compare
65320eb
to
4532829
Compare
6822fd7
to
80ef5cd
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.
I left some comments
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.
LGTM
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.
LGTM
What do these changes do?
This PR implements setitem with fancy indexes, as mentioned in title, it's not a complete implementation, works only when index on each axis is a tensor, mixed indexing is not supported now.