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

Introduce basic "cudf" backend for Dask Expressions #14805

Merged
merged 136 commits into from
Mar 11, 2024

Commits on Jan 9, 2024

  1. fix groupby get-group

    rjzamora committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    0da06d0 View commit details
    Browse the repository at this point in the history
  2. update copyright

    rjzamora committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    3a4a5a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. add new backend dispatching

    rjzamora committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    675964c View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

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

Commits on Jan 18, 2024

  1. re-org

    rjzamora committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    a6ee37a View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. rename

    rjzamora committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    40687bd View commit details
    Browse the repository at this point in the history
  2. comment

    rjzamora committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    04a1b24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b582d16 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

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

Commits on Jan 22, 2024

  1. update __dask_tokenize__

    rjzamora committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    eb9fc88 View commit details
    Browse the repository at this point in the history
  2. update __dask_tokenize__

    rjzamora committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    61fae84 View commit details
    Browse the repository at this point in the history
  3. add test coverage

    rjzamora committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    92a36d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    4fd7db4 View commit details
    Browse the repository at this point in the history
  2. fix date

    rjzamora committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    c3d69f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed11879 View commit details
    Browse the repository at this point in the history
  4. Avoid unnecessary caching

    rjzamora committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    7b984b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef1f82a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

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

Commits on Jan 29, 2024

  1. Merge remote-tracking branch 'upstream/pandas_2.0_feature_branch' int…

    …o new-dask-expr-backend
    rjzamora committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    befc090 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    8850093 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcdd924 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78975a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    399f618 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c01002b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32d75fe View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. revert change

    rjzamora committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    90defeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b43e7a2 View commit details
    Browse the repository at this point in the history
  3. add initial testing

    rjzamora committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    4df89a0 View commit details
    Browse the repository at this point in the history
  4. remove comment

    rjzamora committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    08e5761 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3f61e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    58a3350 View commit details
    Browse the repository at this point in the history
  7. Use advice from Charles

    rjzamora committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b385950 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    880e999 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fdc59a0 View commit details
    Browse the repository at this point in the history
  10. cw fix

    rjzamora committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    793b56e View commit details
    Browse the repository at this point in the history
  11. skip IO tests for now

    rjzamora committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    838a897 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    59e9b8b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0aacea6 View commit details
    Browse the repository at this point in the history
  14. remove extra cw change

    rjzamora committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    916a0e4 View commit details
    Browse the repository at this point in the history
  15. fix cw dates

    rjzamora committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    6a4bbae View commit details
    Browse the repository at this point in the history
  16. fix cw dates

    rjzamora committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    9e296ff View commit details
    Browse the repository at this point in the history
  17. add csv test coverage

    rjzamora committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    3a2beb4 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. add parquet test coverage

    rjzamora committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    b28b816 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9f522d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68be23c View commit details
    Browse the repository at this point in the history
  4. improve/simplify UX

    rjzamora committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    542f696 View commit details
    Browse the repository at this point in the history
  5. align with import changes

    rjzamora committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a271851 View commit details
    Browse the repository at this point in the history
  6. fix from_dict

    rjzamora committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    20d6f31 View commit details
    Browse the repository at this point in the history
  7. remove extra utility

    rjzamora committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e922d46 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

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

Commits on Feb 5, 2024

  1. debugging groupby failures

    rjzamora committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    c75e3b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f417619 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cd5b5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    976144e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13a7d5a View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

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

Commits on Feb 7, 2024

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

Commits on Feb 8, 2024

  1. opt groupby

    rjzamora committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    2046aa8 View commit details
    Browse the repository at this point in the history
  2. cleanup

    rjzamora committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    dd9faf7 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    146fd7d View commit details
    Browse the repository at this point in the history
  2. expand test coverage

    rjzamora committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    6de8946 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65dd6ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0118ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a8eabe View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. fix normalization

    rjzamora committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e68d107 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faa54fc View commit details
    Browse the repository at this point in the history
  3. allow test_struct.py tests

    rjzamora committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    569d01f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccf14fd View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

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

Commits on Feb 16, 2024

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

Commits on Feb 20, 2024

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

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    0334951 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    286f60e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6844647 View commit details
    Browse the repository at this point in the history
  4. remove extra variable

    rjzamora committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    18c6dbf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8f77e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

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

Commits on Feb 26, 2024

  1. Merge branch 'new-dask-expr-backend' of github.com:rjzamora/cudf into…

    … new-dask-expr-backend
    rjzamora committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    0d5f6e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae44004 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a6b1c2 View commit details
    Browse the repository at this point in the history
  4. change conda test

    rjzamora committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ed9d2aa View commit details
    Browse the repository at this point in the history
  5. fix cw date

    rjzamora committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    bdf6fdc View commit details
    Browse the repository at this point in the history
  6. Fix GroupBy.get_group and GroupBy.indices

    These are supposed to index based on row indices, not row labels.
    
    - Closes rapidsai#14955
    wence- committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    4f2fa9f View commit details
    Browse the repository at this point in the history
  7. Add test

    wence- committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    d9d077f View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    e51ebcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a584c2 View commit details
    Browse the repository at this point in the history
  3. small code-review changes

    rjzamora committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    15c6b23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3475276 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    da4422a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2ad915 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f536837 View commit details
    Browse the repository at this point in the history
  4. simplify tokenization fix

    rjzamora committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    7614926 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3a97c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    daafd09 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02547e9 View commit details
    Browse the repository at this point in the history
  8. remove space

    rjzamora committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    e2ed6ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f4baec8 View commit details
    Browse the repository at this point in the history
  10. update dependencies

    rjzamora committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    ef2fefc View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    c9087ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25f8d2b View commit details
    Browse the repository at this point in the history
  3. reduce diff

    rjzamora committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    47392c3 View commit details
    Browse the repository at this point in the history
  4. adjust tokenization change

    rjzamora committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    481c655 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    576a601 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    026b98b View commit details
    Browse the repository at this point in the history
  7. remove explicit dask-expr dependency as it should now be covered by r…

    …apids-dask-dependency
    rjzamora committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    67f8be9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9db0b5f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f6aa070 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4a0763f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    be88773 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    32bfff3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79a32d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

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

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    a681fa8 View commit details
    Browse the repository at this point in the history
  2. update cw date

    rjzamora committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    ff4e438 View commit details
    Browse the repository at this point in the history
  3. improve check

    rjzamora committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    363d203 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78be3f9 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Lawrence Mitchell <wence@gmx.li>
    rjzamora and wence- committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    a330d06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a3dd01 View commit details
    Browse the repository at this point in the history
  7. make ci happy

    rjzamora committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6d8e7ac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e57099 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cfb67cb View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

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

Commits on Mar 7, 2024

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

Commits on Mar 8, 2024

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

Commits on Mar 10, 2024

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

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    acaf920 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29977b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcd4f06 View commit details
    Browse the repository at this point in the history