home / github / commits

Menu
  • GraphQL API
  • Search all tables

commits: c9d3084e98d38a7a9488380789a8d0acfde3256f

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
c9d3084e98d38a7a9488380789a8d0acfde3256f Expand use of `.oindex` and `.vindex` (#8790) * refactor __getitem__() by removing vectorized and orthogonal indexing logic from it * implement explicit routing of vectorized and outer indexers * Add VectorizedIndexer and OuterIndexer to ScipyArrayWrapper's __getitem__ method * Refactor indexing in LazilyIndexedArray and LazilyVectorizedIndexedArray * Add vindex and oindex methods to StackedBytesArray * handle explicitlyindexed arrays * Refactor LazilyIndexedArray and LazilyVectorizedIndexedArray classes * Remove TODO comments in indexing.py * use indexing.explicit_indexing_adapter() in scipy backend * update docstring * fix docstring * Add _oindex_get and _vindex_get methods to NativeEndiannessArray and BoolTypeArray * Update indexing support in ScipyArrayWrapper * Update xarray/tests/test_indexing.py Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> * Fix assert statement in test_decompose_indexers * add comments to clarifying why the else branch is needed * Add _oindex_get and _vindex_get methods to _ElementwiseFunctionArray * update whats-new * Refactor apply_indexer function in indexing.py and variable.py for code reuse * cleanup --------- Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> Co-authored-by: Deepak Cherian <deepak@cherian.net> 2024-03-15T05:00:03Z 2024-03-15T05:00:03Z 650ccabbd2cac4bf2902ea2f31b41c9a1374032b cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 13301940 19864447
Powered by Datasette · Queries took 0.84ms · About: xarray-datasette