-
Notifications
You must be signed in to change notification settings - Fork 93
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
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c21736 - Browse repository at this point
Copy the full SHA 6c21736View commit details
Commits on Mar 18, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 62c27d5 - Browse repository at this point
Copy the full SHA 62c27d5View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for dcdc481 - Browse repository at this point
Copy the full SHA dcdc481View commit details
Commits on Mar 27, 2024
-
Merge pull request #1327 from rapidsai/branch-24.04
Forward-merge branch-24.04 into branch-24.06 [skip ci]
Configuration menu - View commit details
-
Copy full SHA for 4208768 - Browse repository at this point
Copy the full SHA 4208768View commit details
Commits on Apr 2, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 127de59 - Browse repository at this point
Copy the full SHA 127de59View commit details
Commits on Apr 3, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 21482c5 - Browse repository at this point
Copy the full SHA 21482c5View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 58e4b95 - Browse repository at this point
Copy the full SHA 58e4b95View commit details
Commits on Apr 8, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 7e03a52 - Browse repository at this point
Copy the full SHA 7e03a52View commit details
Commits on Apr 10, 2024
-
Merge pull request #1335 from rapidsai/branch-24.04
Forward-merge branch-24.04 into branch-24.06
Configuration menu - View commit details
-
Copy full SHA for 63198ea - Browse repository at this point
Copy the full SHA 63198eaView commit details
Commits on Apr 18, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 67bffb0 - Browse repository at this point
Copy the full SHA 67bffb0View commit details
Commits on Apr 25, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 85cbd00 - Browse repository at this point
Copy the full SHA 85cbd00View commit details
Commits on May 7, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for ef83eb4 - Browse repository at this point
Copy the full SHA ef83eb4View commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f5ce3b4 - Browse repository at this point
Copy the full SHA f5ce3b4View commit details