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

feat(frontend-python): dynamic assignment #867

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

umut-sahin
Copy link
Contributor

No description provided.

@umut-sahin umut-sahin self-assigned this Jun 4, 2024
@cla-bot cla-bot bot added the cla-signed label Jun 4, 2024
Copy link
Member

@BourgerieQuentin BourgerieQuentin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 👍, so that's mean since this PR we support all classic tensor indexing/asignement right? Maybe it could be good to have a short chapter somewhere in the documentation for that, wdyt?

@umut-sahin
Copy link
Contributor Author

so that's mean since this PR we support all classic tensor indexing/asignement right?

Not exactly all. We still don't support ellipsis and boolean array indexing. But it's pretty close.

Maybe it could be good to have a short chapter somewhere in the documentation for that, wdyt?

I don't think it's necessary, it's such a common numpy operation, I think the users already know how to use it. All we can/should do is to support it as much as possible and emit good error messages when we don't support an operation.

I'll make the CI green and merge 👍

@umut-sahin umut-sahin merged commit 14334f5 into main Jun 5, 2024
27 of 29 checks passed
@umut-sahin umut-sahin deleted the feat/dynamic-assignment branch June 5, 2024 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants