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

feat(rust, python): allow arithmetic operations between numeric Series and list Series #18901

Closed
wants to merge 14 commits into from

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    c1872cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    944d4ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3141fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    835f9fa View commit details
    Browse the repository at this point in the history
  5. Handle addition and multipliction cases where the rhs Series is numer…

    …ic and the ls is a list.
    pythonspeed committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ef43739 View commit details
    Browse the repository at this point in the history
  6. Pacify pyright.

    pythonspeed committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3ddfbc6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9f984ee View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    11a0d06 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    4000b0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d25c9b8 View commit details
    Browse the repository at this point in the history
  3. make Op generic?

    nameexhaustion committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    cbc2de1 View commit details
    Browse the repository at this point in the history
  4. remove unused

    nameexhaustion committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3d14608 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e916b56 View commit details
    Browse the repository at this point in the history