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

[RELEASE] dask-cuda v24.06 #1341

Merged
merged 13 commits into from
Jun 5, 2024
Merged

[RELEASE] dask-cuda v24.06 #1341

merged 13 commits into from
Jun 5, 2024

Commits on Mar 15, 2024

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

Commits on Mar 18, 2024

  1. Relax type-check in test_proxy.py (#1321)

    There is a minor [missing feature in dask-expr](dask/dask-expr#985). I suggest we relax this test a bit to handle both "legacy" and "new" DataFrame collections.
    
    Authors:
      - Richard (Rick) Zamora (https://github.com/rjzamora)
    
    Approvers:
      - GALI PREM SAGAR (https://github.com/galipremsagar)
    
    URL: #1321
    rjzamora authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    62c27d5 View commit details
    Browse the repository at this point in the history
  2. Skip explicit-comms tests when dask-expr is active (#1322)

    We should skip explicit-comms tests when dask-expr is active (for now).
    
    Adding dask-expr support is part of #1311
    
    Authors:
      - Richard (Rick) Zamora (https://github.com/rjzamora)
    
    Approvers:
      - Peter Andreas Entschev (https://github.com/pentschev)
    
    URL: #1322
    rjzamora authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    dcdc481 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Merge pull request #1327 from rapidsai/branch-24.04

    Forward-merge branch-24.04 into branch-24.06 [skip ci]
    GPUtester authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4208768 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Fix broken links in docs (#1329)

    It was brought to our attention that some links in our docs are broken, this change should fix those issues.
    
    Closes #1328
    
    Authors:
      - Peter Andreas Entschev (https://github.com/pentschev)
      - Ray Douglass (https://github.com/raydouglass)
    
    Approvers:
      - Lawrence Mitchell (https://github.com/wence-)
      - Ray Douglass (https://github.com/raydouglass)
    
    URL: #1329
    pentschev authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    127de59 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Trap CI test errors with their original exit codes (#1330)

    Currently, each time an error occurs the CI test script will only trap the error code an switch it to a code `1` which is not representative of the underlying error that occurred. This makes it a bit difficult to identify the source of the error, particularly in cases where the test times out (exit code `124`) and there's no summary in the log.
    
    This change captures and prints the last error code upon exit, but also logs all errors that may have occurred throughout execution where they occurred, thus facilitating debugging.
    
    Authors:
      - Peter Andreas Entschev (https://github.com/pentschev)
    
    Approvers:
      - Ray Douglass (https://github.com/raydouglass)
    
    URL: #1330
    pentschev authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    21482c5 View commit details
    Browse the repository at this point in the history
  2. Update explicit-comms for dask-expr support (#1323)

    Makes a few ~small~ changes to explicit-comms to support dask-expr.
    
    EDIT: The changes are no longer "small".
    
    Authors:
      - Richard (Rick) Zamora (https://github.com/rjzamora)
      - Peter Andreas Entschev (https://github.com/pentschev)
    
    Approvers:
      - Peter Andreas Entschev (https://github.com/pentschev)
      - Jake Awe (https://github.com/AyodeAwe)
    
    URL: #1323
    rjzamora authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    58e4b95 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Skip TCP-only DGX tests with UCX 1.16 (#1331)

    Wireup may fail in UCX 1.16 in nodes with multiple NICs if TCP is used, thus skip those tests. UCX 1.17 will resolve the issue, and alternatively `UCX_PROTO_ENABLE=n` may be used in UCX 1.16 as well.
    
    Authors:
      - Peter Andreas Entschev (https://github.com/pentschev)
    
    Approvers:
      - Richard (Rick) Zamora (https://github.com/rjzamora)
    
    URL: #1331
    pentschev authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7e03a52 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Merge pull request #1335 from rapidsai/branch-24.04

    Forward-merge branch-24.04 into branch-24.06
    GPUtester authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    63198ea View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Prevent path conflict in builds (#1325)

    This will make builds fail when there are path conflicts
    
    Authors:
      - Jake Awe (https://github.com/AyodeAwe)
    
    Approvers:
      - Joseph (https://github.com/jolorunyomi)
    
    URL: #1325
    AyodeAwe authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    67bffb0 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Fix license name (#1337)

    Just a small fix to the license name for our scanning tool and to [be consistent with other repositories](https://github.com/rapidsai/cudf/blob/branch-24.06/python/cudf/pyproject.toml#L23).
    
    Authors:
      - Ray Douglass (https://github.com/raydouglass)
    
    Approvers:
      - Peter Andreas Entschev (https://github.com/pentschev)
    
    URL: #1337
    raydouglass authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    85cbd00 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. remove 'tomli' dependency (#1338)

    Proposes removing this project's build-time dependency on `tomli`.
    
    It appears to no longer be necessary.
    
    ```shell
    git grep tomli
    ```
    
    ## Notes for Reviewers
    
    I originally noticed something similar in `ucx-py` (rapidsai/ucx-py#1042), then went searching for similar cases across RAPIDS.
    
    I'm not sure why this project has a dependency on `tomli`, but I suspect it was related to the use of `versioneer` in this project's history. Reference: python-versioneer/python-versioneer#338 (comment)
    
    This project doesn't use `versioneer` any more (#1204). I strongly suspect that the dependency on `tomli` can be removed.
    
    Authors:
      - James Lamb (https://github.com/jameslamb)
    
    Approvers:
      - https://github.com/jakirkham
      - Ray Douglass (https://github.com/raydouglass)
    
    URL: #1338
    jameslamb authored May 7, 2024
    Configuration menu
    Copy the full SHA
    ef83eb4 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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