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 testing cudf.pandas unit tests for all minor versions of pandas #16595

Merged
merged 43 commits into from
Aug 23, 2024

Commits on Aug 19, 2024

  1. initial commit

    galipremsagar committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    9da733f View commit details
    Browse the repository at this point in the history
  2. test

    galipremsagar committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    bb8bc13 View commit details
    Browse the repository at this point in the history
  3. test

    galipremsagar committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1d0dae3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3909c4d View commit details
    Browse the repository at this point in the history
  5. test

    galipremsagar committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f88780f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3461362 View commit details
    Browse the repository at this point in the history
  7. add py file

    galipremsagar committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c3e7ee1 View commit details
    Browse the repository at this point in the history
  8. disable

    galipremsagar committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    2b361e0 View commit details
    Browse the repository at this point in the history
  9. pass pandas version

    galipremsagar committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e5ef72a View commit details
    Browse the repository at this point in the history
  10. add pandas version

    galipremsagar committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    9773185 View commit details
    Browse the repository at this point in the history
  11. update

    galipremsagar committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6f2b962 View commit details
    Browse the repository at this point in the history
  12. test

    galipremsagar committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    84342cb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    704f75d View commit details
    Browse the repository at this point in the history
  14. style

    galipremsagar committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    4e9706f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2aff0b4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    77b546a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ba26ab2 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Fix tests

    galipremsagar committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    74528f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c8c0c3 View commit details
    Browse the repository at this point in the history
  3. use filter

    galipremsagar committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    95fde99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d515f62 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Address reviews

    galipremsagar committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b6cbc5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5585f9 View commit details
    Browse the repository at this point in the history
  3. fix yaml

    galipremsagar committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    191b7a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2d953f View commit details
    Browse the repository at this point in the history
  5. install packaging'

    galipremsagar committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    16c5a8b View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: Bradley Dice <[email protected]>
    galipremsagar and bdice authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    efce401 View commit details
    Browse the repository at this point in the history
  7. Update pr.yaml

    galipremsagar authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b69c105 View commit details
    Browse the repository at this point in the history
  8. Update python/cudf/cudf_pandas_tests/test_profiler.py

    Co-authored-by: Bradley Dice <[email protected]>
    galipremsagar and bdice authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    877392b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    723e484 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c3a985b View commit details
    Browse the repository at this point in the history
  11. improve

    galipremsagar committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    98a97f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. update

    galipremsagar committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    782c938 View commit details
    Browse the repository at this point in the history
  2. update

    galipremsagar committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    f400708 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b172637 View commit details
    Browse the repository at this point in the history
  4. update path

    galipremsagar committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    6165bf9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0161f7 View commit details
    Browse the repository at this point in the history
  6. fix path

    galipremsagar committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    810fcca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    062494b View commit details
    Browse the repository at this point in the history
  8. Apply suggestions from code review

    Co-authored-by: Bradley Dice <[email protected]>
    galipremsagar and bdice authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5fcf7c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Update ci/cudf_pandas_scripts/fetch_pandas_versions.py

    Co-authored-by: Bradley Dice <[email protected]>
    galipremsagar and bdice authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f1b6840 View commit details
    Browse the repository at this point in the history
  2. simplify

    galipremsagar committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    8c58b3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47de3f2 View commit details
    Browse the repository at this point in the history