-
Notifications
You must be signed in to change notification settings - Fork 1
Add __setitem__ slicing
#387
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
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
68e6e31
WIP: Add failing test.
bgrant ac301b9
Add a comment.
bgrant 992fad5
Already works for a setitem that doesn't span procs.
bgrant c03b560
Add a new failing test.
bgrant b38afa3
Add `__setitem__` slicing.
bgrant d59e31e
Make work for 2d slices.
bgrant 23afae0
Add more setitem slice tests.
bgrant ec659ad
Add more tests.
bgrant 5ddd354
Make setUp and tearDown classmethods.
bgrant 858ac21
Remove completed TODO comment.
bgrant 342f19f
Convert a non-array rvalue to array.
bgrant 6c7e84a
Add failing ValueError test.
bgrant df4f699
Remove an obsolete comment.
bgrant 29a33a7
Raise an IndexError instead of a TypeError...
bgrant c78e8d2
Raise a ValueError if rvalue shape is incorrect...
bgrant 572b1a4
Merge branch 'feature/add-ellipsis-support-to-slicing' into feature/s…
bgrant 8e2c109
Merge branch 'feature/add-ellipsis-support-to-slicing' into feature/s…
bgrant 0d6cb59
Merge branch 'feature/add-ellipsis-support-to-slicing' into feature/s…
bgrant 2d75aa4
Add test for @kwmsmith's "strange behavior".
bgrant 581ae6f
Fix typo in comment.
bgrant fef6142
Add failing test from @kwmsmith.
bgrant 085cc31
Improve failing test.
bgrant bd01d1f
Fix DistArrays as rvalues in slicing setitem.
bgrant File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This block could use some refactoring -- what about adding relevant polymorphic stuff to the client-side map classes and to the client-side
Distributionto help with this?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.
Agreed.