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

Refactor Frame reductions #8944

Merged
merged 25 commits into from
Aug 7, 2021

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    0b373d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a0e11e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6a1e2a View commit details
    Browse the repository at this point in the history
  4. Revert "Simplify _apply_support_method for improved performance."

    This reverts commit 61f09eb36445beabc7a01dc065cb9c2666e8ee3c.
    vyasr committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    a70eebd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d19fec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b437f50 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad025b6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    823f558 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5442189 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    30781d8 View commit details
    Browse the repository at this point in the history
  11. Fix behavior of bool_only to not fail for bool_only=False for DataFra…

    …me any/all and clean up Series any/all implementations.
    vyasr committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    e2e37c1 View commit details
    Browse the repository at this point in the history
  12. Move any and all into Frame.

    vyasr committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    f9d68f4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8b51959 View commit details
    Browse the repository at this point in the history
  14. Move sum_of_squares to Frame.

    vyasr committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    25f1233 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    57b4d0c View commit details
    Browse the repository at this point in the history
  16. Revert "Optimize DataFrame-Series binop."

    This reverts commit 034036fdc371576d8be1d7e49b753525fe1fc943.
    vyasr committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    7ed91c7 View commit details
    Browse the repository at this point in the history
  17. Fix axis lookup logic.

    vyasr committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    933f578 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

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

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    8336fb5 View commit details
    Browse the repository at this point in the history
  2. Use f-string for exception.

    vyasr committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    76cdc13 View commit details
    Browse the repository at this point in the history
  3. Fix assertion.

    vyasr committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    dd756a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ab25b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a52830 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

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