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

Enable explicit use of key tuples (instead of *Indexer objects) in indexing adapters and explicitly indexed arrays #8870

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    4465699 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    728d57f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    6b81669 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b68b32b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    0322733 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b8f810 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    c3c7cce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a3d42f View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    07a14b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52c0f4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c76fc5 View commit details
    Browse the repository at this point in the history
  4. Add support for CompatIndexedTuple in explicit indexing adapter

    This commit updates the `explicit_indexing_adapter` function to accept both
    `ExplicitIndexer` and the new `CompatIndexedTuple`. The `CompatIndexedTuple` is
    designed to facilitate the transition towards using raw tuples by carrying
    additional metadata about the indexing type (basic, vectorized, or outer).
    andersy005 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f062d0d View commit details
    Browse the repository at this point in the history
  5. remove unused code

    andersy005 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    fb17dc2 View commit details
    Browse the repository at this point in the history
  6. type hint fixes

    andersy005 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5fa48eb View commit details
    Browse the repository at this point in the history
  7. fix docstrings

    andersy005 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    cdd605f View commit details
    Browse the repository at this point in the history
  8. fix tests

    andersy005 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f35a72b View commit details
    Browse the repository at this point in the history
  9. fix docstrings

    andersy005 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    e646bbf View commit details
    Browse the repository at this point in the history
  10. Apply suggestions from code review

    Co-authored-by: Deepak Cherian <[email protected]>
    andersy005 and dcherian authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2b273ab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    237bbe2 View commit details
    Browse the repository at this point in the history
  12. Some test cleanup

    dcherian committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a917807 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. update docstring

    andersy005 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    bae5fbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acd7f6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    203849a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab0db23 View commit details
    Browse the repository at this point in the history
  5. fix mypy errors

    andersy005 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8f74b18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ee14aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    303b2e6 View commit details
    Browse the repository at this point in the history