[RELEASE] cugraph-docs v25.08#148
Merged
Merged
Conversation
Forward-merge branch-25.06 into branch-25.08
Forward-merge branch-25.06 into branch-25.08
Forward-merge branch-25.06 into branch-25.08
Forward-merge branch-25.06 into branch-25.08
Forward-merge branch-25.06 into branch-25.08
Forward-merge branch-25.06 into branch-25.08
Forward-merge branch-25.06 into branch-25.08
Finishes up the shellcheck work tracked in rapidsai/build-planning#135 Authors: - Gil Forsyth (https://github.com/gforsyth) Approvers: - James Lamb (https://github.com/jameslamb) URL: #131
Authors: - Don Acosta (https://github.com/acostadon) Approvers: - Brad Rees (https://github.com/BradReesWork) URL: #133
Removed the explicit md and rst mention and let myst-parser handle it. This was also done to properly render formulas. Authors: - Don Acosta (https://github.com/acostadon) Approvers: - James Lamb (https://github.com/jameslamb) - Brad Rees (https://github.com/BradReesWork) URL: #132
Use CUDA 12.9 throughout different build and test environments. Authors: - https://github.com/jakirkham Approvers: - Don Acosta (https://github.com/acostadon) URL: #135
Contributes to rapidsai/shared-workflows#376 * adds descriptions for all inputs to workflows triggered by `workflow_dispatch` ## Notes for Reviewers ### Motivation The input descriptions show up in the UI when you go to trigger these workflows. Like this:  I'm hoping that will make it easier for developers to manually trigger workflows. Inspired by being asked multiple times "what format is `date` supposed to be in?". Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) URL: #137
Updates to avoid error shown in https://github.com/rapidsai/cugraph-docs/actions/runs/15982539516/job/45080689623?pr=135 This is just old code that needed to be updated. @jakirkham Authors: - Mike Sarahan (https://github.com/msarahan) Approvers: - Don Acosta (https://github.com/acostadon) - James Lamb (https://github.com/jameslamb) URL: #136
Contributes to rapidsai/build-planning#166 and rapidsai/build-planning#184 Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - https://github.com/jakirkham URL: #138
Authors: - Don Acosta (https://github.com/acostadon) Approvers: - Brad Rees (https://github.com/BradReesWork) - Vyas Ramasubramani (https://github.com/vyasr) URL: #134
Authors: - Don Acosta (https://github.com/acostadon) Approvers: - Brad Rees (https://github.com/BradReesWork) - Gil Forsyth (https://github.com/gforsyth) URL: #139
Removing the CUDA 11 options. The migration to cugraph-gnn was not changed in the wholegraph docs. This is a first attempt at changing that. Resolves #140 Authors: - Don Acosta (https://github.com/acostadon) Approvers: - Brad Rees (https://github.com/BradReesWork) URL: #141
Authors: - Don Acosta (https://github.com/acostadon) Approvers: - Brad Rees (https://github.com/BradReesWork) URL: #143
Contributes to rapidsai/build-planning#203 `cugraph-dgl` was removed in 25.08, here: rapidsai/cugraph-gnn#210 See also: https://docs.rapids.ai/notices/rsn0046/ But this repository still references it. That'll break the 25.08 release of this repository, and it's breaking the nightly builds of the 25.10 release: ```text error libmamba Could not solve for environment specs The following package could not be installed └─ cugraph-dgl =25.10,>=0.0.0a0 * does not exist (perhaps a typo or a missing channel). critical libmamba Could not solve for environment specs ``` ([build link](https://github.com/rapidsai/cugraph-docs/actions/runs/16594793920/job/46938721265#step:11:56)) This removes lingering `cugraph-dgl` and DGL stuff from this project. ## Notes for Reviewers Found these like this: ```shell git grep -i dgl ``` Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Don Acosta (https://github.com/acostadon) - Alex Barghi (https://github.com/alexbarghi-nv) - Gil Forsyth (https://github.com/gforsyth) URL: #146
acostadon
approved these changes
Jul 31, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
❄️ Code freeze for
branch-25.08and v25.08 releaseWhat does this mean?
Only critical/hotfix level issues should be merged into
branch-25.08until release (merging of this PR).What is the purpose of this PR?
branch-25.08intomainfor the release