Skip to content

Commit 094f82c

Browse files
authored
Merge pull request #128 from rapidsai/branch-25.06
[RELEASE] cugraph-docs v25.06
2 parents a5c4c41 + 71e27a6 commit 094f82c

30 files changed

+120
-233
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
docs-build:
3030
if: github.ref_type == 'branch'
3131
secrets: inherit
32-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
32+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
3333
with:
3434
arch: "amd64"
3535
branch: ${{ inputs.branch }}
3636
build_type: ${{ inputs.build_type || 'branch' }}
3737
container_image: "rapidsai/ci-conda:latest"
3838
date: ${{ inputs.date }}
3939
node_type: "gpu-l4-latest-1"
40-
run_script: "ci/build_docs.sh"
40+
script: "ci/build_docs.sh"
4141
sha: ${{ inputs.sha }}

.github/workflows/pr.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- checks
1717
- docs-build
1818
secrets: inherit
19-
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.04
19+
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.06
2020
if: always()
2121
with:
2222
needs: ${{ toJSON(needs) }}
@@ -31,20 +31,20 @@ jobs:
3131
checks:
3232
secrets: inherit
3333
needs: telemetry-setup
34-
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.04
34+
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.06
3535
with:
3636
enable_check_generated_files: false
3737
ignored_pr_jobs: "telemetry-summarize"
3838
docs-build:
3939
needs: checks
4040
secrets: inherit
41-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
41+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
4242
with:
4343
build_type: pull-request
4444
node_type: "gpu-l4-latest-1"
4545
arch: "amd64"
4646
container_image: "rapidsai/ci-conda:latest"
47-
run_script: "ci/build_docs.sh"
47+
script: "ci/build_docs.sh"
4848
telemetry-summarize:
4949
runs-on: ubuntu-latest
5050
needs: pr-builder

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: verify-alpha-spec
88
- id: verify-copyright
99
- repo: https://github.com/rapidsai/dependency-file-generator
10-
rev: v1.17.0
10+
rev: v1.18.1
1111
hooks:
1212
- id: rapids-dependency-file-generator
1313
args: ["--clean"]

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# cugraph-docs 25.06.00 (5 Jun 2025)
2+
3+
## 🐛 Bug Fixes
4+
5+
- removed classes in rst that had been removed from cugraph-gnn ([#107](https://github.com/rapidsai/cugraph-docs/pull/107)) [@acostadon](https://github.com/acostadon)
6+
- Branch 25.06 merge 25.04 ([#106](https://github.com/rapidsai/cugraph-docs/pull/106)) [@acostadon](https://github.com/acostadon)
7+
8+
## 📖 Documentation
9+
10+
- Add `to_numpy_array` to list of Supported Algorithms ([#125](https://github.com/rapidsai/cugraph-docs/pull/125)) [@nv-rliu](https://github.com/nv-rliu)
11+
- fixed image location and link ([#118](https://github.com/rapidsai/cugraph-docs/pull/118)) [@acostadon](https://github.com/acostadon)
12+
- remove dgl from docs ([#116](https://github.com/rapidsai/cugraph-docs/pull/116)) [@acostadon](https://github.com/acostadon)
13+
- Add `to_scipy_sparse_array` (and others) to nx-cugraph docs ([#112](https://github.com/rapidsai/cugraph-docs/pull/112)) [@eriknw](https://github.com/eriknw)
14+
- Add FA2 to Table ([#109](https://github.com/rapidsai/cugraph-docs/pull/109)) [@nv-rliu](https://github.com/nv-rliu)
15+
16+
## 🛠️ Improvements
17+
18+
- switch from 'run_script' to 'script' in GitHub Actions workflows ([#121](https://github.com/rapidsai/cugraph-docs/pull/121)) [@jameslamb](https://github.com/jameslamb)
19+
- Finish CUDA 12.9 migration and use branch-25.06 workflows ([#117](https://github.com/rapidsai/cugraph-docs/pull/117)) [@bdice](https://github.com/bdice)
20+
- Build and test with CUDA 12.9.0 ([#114](https://github.com/rapidsai/cugraph-docs/pull/114)) [@bdice](https://github.com/bdice)
21+
- Add support for Python 3.13 ([#113](https://github.com/rapidsai/cugraph-docs/pull/113)) [@gforsyth](https://github.com/gforsyth)
22+
123
# cugraph-docs 25.04.00 (9 Apr 2025)
224

325
## 🐛 Bug Fixes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25.04.00
1+
25.06.00

conda/environments/all_cuda-128_arch-x86_64.yaml renamed to conda/environments/all_cuda-129_arch-x86_64.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@ channels:
99
- nvidia
1010
dependencies:
1111
- breathe>=4.35
12-
- cuda-version=12.8
13-
- cugraph-dgl==25.4.*,>=0.0.0a0
14-
- cugraph-pyg==25.4.*,>=0.0.0a0
15-
- cugraph==25.4.*,>=0.0.0a0
12+
- cuda-version=12.9
13+
- cugraph-dgl==25.6.*,>=0.0.0a0
14+
- cugraph-pyg==25.6.*,>=0.0.0a0
15+
- cugraph==25.6.*,>=0.0.0a0
1616
- dglteam/label/th24_cu124::dgl
1717
- doxygen
1818
- graphviz
1919
- ipython
20-
- libcugraph==25.4.*,>=0.0.0a0
21-
- libcugraph_etl==25.4.*,>=0.0.0a0
20+
- libcugraph==25.6.*,>=0.0.0a0
21+
- libcugraph_etl==25.6.*,>=0.0.0a0
2222
- nbsphinx
2323
- numpydoc
2424
- pre-commit
2525
- pydata-sphinx-theme
26-
- pylibcugraph==25.4.*,>=0.0.0a0
27-
- pylibwholegraph==25.4.*,>=0.0.0a0
26+
- pylibcugraph==25.6.*,>=0.0.0a0
27+
- pylibwholegraph==25.6.*,>=0.0.0a0
2828
- recommonmark
2929
- sphinx-copybutton
3030
- sphinx-markdown-tables
3131
- sphinx>=8,<8.2.0
3232
- sphinxcontrib-websupport
33-
name: all_cuda-128_arch-x86_64
33+
name: all_cuda-129_arch-x86_64

dependencies.yaml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ files:
44
output: [conda]
55
matrix:
66
# docs are only built on the latest CUDA version RAPIDS supports
7-
cuda: ["12.8"]
7+
cuda: ["12.9"]
88
arch: [x86_64]
99
includes:
1010
- checks
@@ -55,6 +55,10 @@ dependencies:
5555
cuda: "12.8"
5656
packages:
5757
- cuda-version=12.8
58+
- matrix:
59+
cuda: "12.9"
60+
packages:
61+
- cuda-version=12.9
5862

5963
docs:
6064
common:
@@ -80,11 +84,11 @@ dependencies:
8084
common:
8185
- output_types: [conda]
8286
packages:
83-
- cugraph==25.4.*,>=0.0.0a0
84-
- cugraph-dgl==25.4.*,>=0.0.0a0
85-
- cugraph-pyg==25.4.*,>=0.0.0a0
87+
- cugraph==25.6.*,>=0.0.0a0
88+
- cugraph-dgl==25.6.*,>=0.0.0a0
89+
- cugraph-pyg==25.6.*,>=0.0.0a0
8690
- 'dglteam/label/th24_cu124::dgl'
87-
- libcugraph==25.4.*,>=0.0.0a0
88-
- libcugraph_etl==25.4.*,>=0.0.0a0
89-
- pylibcugraph==25.4.*,>=0.0.0a0
90-
- pylibwholegraph==25.4.*,>=0.0.0a0
91+
- libcugraph==25.6.*,>=0.0.0a0
92+
- libcugraph_etl==25.6.*,>=0.0.0a0
93+
- pylibcugraph==25.6.*,>=0.0.0a0
94+
- pylibwholegraph==25.6.*,>=0.0.0a0
35.5 KB
Loading
138 KB
Loading

docs/cugraph-docs/source/api_docs/cugraph-dgl/cugraph_dgl.old

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)