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 Series.__array_ufunc__ #10217

Merged
merged 17 commits into from
Feb 8, 2022

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    ce75ba5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a74ec8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c50d17 View commit details
    Browse the repository at this point in the history
  4. Fix remaining tests.

    vyasr committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    41fb8b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e0a899 View commit details
    Browse the repository at this point in the history
  6. Add tests of nulls.

    vyasr committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    2ce49a4 View commit details
    Browse the repository at this point in the history
  7. Add tests for Series with indexes and fix some mappings that were lea…

    …ding to unnecessary cupy dispatches.
    vyasr committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    a2dd506 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4101936 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6cc7eb6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b414174 View commit details
    Browse the repository at this point in the history
  11. Remove now unnecessary tests.

    vyasr committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    79bdd82 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6ed36be View commit details
    Browse the repository at this point in the history
  13. xfail greater than with nulls.

    vyasr committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    358f387 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    12783a2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b964219 View commit details
    Browse the repository at this point in the history
  16. Deprecate now unnecessary Series methods and add a note about the pot…

    …ential for optimizing dispatch.
    vyasr committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    311c278 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    089caf3 View commit details
    Browse the repository at this point in the history