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: Support arithmetic between Series with dtype list #17823

Merged
merged 34 commits into from
Sep 23, 2024

Commits on Jul 23, 2024

  1. A more functional sketch.

    pythonspeed committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    31c0e44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    559d9d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f205d4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53dd233 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b58f7f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e888ee View commit details
    Browse the repository at this point in the history
  7. Support division in lists

    pythonspeed committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0ef2846 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bffb77f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    856a884 View commit details
    Browse the repository at this point in the history
  10. Fix lints

    pythonspeed committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c830d33 View commit details
    Browse the repository at this point in the history
  11. Fix lint

    pythonspeed committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5692b62 View commit details
    Browse the repository at this point in the history
  12. Clean up

    pythonspeed committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e194f97 View commit details
    Browse the repository at this point in the history
  13. Specify dtype explicitly

    pythonspeed committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0601f5e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

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

Commits on Aug 8, 2024

  1. Handle nulls correctly

    pythonspeed committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f0eea11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ba7fd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef8b39d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00ba975 View commit details
    Browse the repository at this point in the history
  5. All tests pass.

    pythonspeed committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    254b37e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

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

Commits on Sep 11, 2024

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

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    03cdddd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19650ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4972d06 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    677f8d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee74063 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b27b7ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b356683 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

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

Commits on Sep 20, 2024

  1. There's an API for that.

    pythonspeed committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    920fed2 View commit details
    Browse the repository at this point in the history
  2. Additional testing.

    pythonspeed committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0002d9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e2e346 View commit details
    Browse the repository at this point in the history
  4. Fix formatting

    pythonspeed committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ead35ac View commit details
    Browse the repository at this point in the history