-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand use of .oindex
and .vindex
#8790
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
dcherian
merged 30 commits into
pydata:main
from
andersy005:simplify-explicitly-indexed-array-getitem
Mar 15, 2024
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
39830bd
refactor __getitem__() by removing vectorized and orthogonal indexing…
andersy005 fd5b162
Merge branch 'main' into simplify-explicitly-indexed-array-getitem
andersy005 9f758ed
implement explicit routing of vectorized and outer indexers
andersy005 283e733
Add VectorizedIndexer and OuterIndexer to ScipyArrayWrapper's __getit…
andersy005 7b7451e
Refactor indexing in LazilyIndexedArray and LazilyVectorizedIndexedArray
andersy005 f84a3d6
Add vindex and oindex methods to StackedBytesArray
andersy005 d9dc5df
handle explicitlyindexed arrays
andersy005 9faa280
Refactor LazilyIndexedArray and LazilyVectorizedIndexedArray classes
andersy005 928296f
Remove TODO comments in indexing.py
andersy005 2bd21dc
use indexing.explicit_indexing_adapter() in scipy backend
andersy005 0becdeb
Merge branch 'main' into simplify-explicitly-indexed-array-getitem
andersy005 7af526d
update docstring
andersy005 96324a9
fix docstring
andersy005 ead0b90
Add _oindex_get and _vindex_get methods to NativeEndiannessArray and …
andersy005 30a3e9f
Merge branch 'main' into simplify-explicitly-indexed-array-getitem
andersy005 215036c
Merge branch 'main' into simplify-explicitly-indexed-array-getitem
andersy005 5a78ba5
Update indexing support in ScipyArrayWrapper
andersy005 bec65a7
Update xarray/tests/test_indexing.py
andersy005 a578fa6
Fix assert statement in test_decompose_indexers
andersy005 6b6163f
add comments to clarifying why the else branch is needed
andersy005 d806772
Add _oindex_get and _vindex_get methods to _ElementwiseFunctionArray
andersy005 14c62ac
Merge branch 'main' into simplify-explicitly-indexed-array-getitem
andersy005 30a1e9b
Merge branch 'main' into simplify-explicitly-indexed-array-getitem
andersy005 b9a3f0f
Merge branch 'main' into simplify-explicitly-indexed-array-getitem
andersy005 cc10b80
update whats-new
andersy005 f872083
Merge branch 'main' into simplify-explicitly-indexed-array-getitem
andersy005 97617af
Refactor apply_indexer function in indexing.py and variable.py for co…
andersy005 ebb1699
Merge branch 'main' into simplify-explicitly-indexed-array-getitem
andersy005 0ec56cd
cleanup
dcherian ba9f386
Merge branch 'main' into simplify-explicitly-indexed-array-getitem
dcherian 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
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
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.