-
-
Notifications
You must be signed in to change notification settings - Fork 348
Fix indexing with bools #1968
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
normanrz
merged 23 commits into
zarr-developers:v3
from
scalableminds:fix-indexing-with-bools
Jun 28, 2024
Merged
Fix indexing with bools #1968
Changes from 13 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
38578dd
test z[selection] for orthogonal selection
brokkoli71 7b6470f
include boolean indexing in is_pure_orthogonal_indexing
brokkoli71 badf818
Revert "test z[selection] for orthogonal selection"
brokkoli71 dd764e2
add test_indexing_equals_numpy
brokkoli71 26b920c
extend _test_get_mask_selection for square bracket notation
brokkoli71 782a712
fix is_pure_fancy_indexing for mask selection
brokkoli71 a94b995
add test_orthogonal_bool_indexing_like_numpy_ix
brokkoli71 97a06f0
fix for mypy
brokkoli71 85ca73f
ruff format
brokkoli71 46a2d4b
fix is_pure_orthogonal_indexing
brokkoli71 9e7b53c
fix is_pure_orthogonal_indexing
brokkoli71 b1a2ccf
replace deprecated ~ by not
brokkoli71 7849f41
restrict is_integer to not bool
brokkoli71 d52b9d0
correct typing
brokkoli71 b18697f
Merge branch 'zarr-developers:v3' into fix-indexing-with-bools
brokkoli71 1b27e65
correct typing
brokkoli71 ea6eddb
check if bool list has only bools
brokkoli71 31c1e7a
check if bool list has only bools
brokkoli71 d525d7f
fix list unpacking in test for python3.10
brokkoli71 ef7492b
Apply spelling suggestions from code review
brokkoli71 3355a02
Merge branch 'v3' into fix-indexing-with-bools
brokkoli71 4f0321f
fix mypy
brokkoli71 6812f73
Merge branch 'refs/heads/master' into fix-indexing-with-bools
brokkoli71 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.