Skip to content

Commit 33a93f4

Browse files
authored
Merge pull request #104 from rapidsai/branch-25.04
[RELEASE] cugraph-docs v25.04
2 parents a8ad6c5 + c833553 commit 33a93f4

File tree

8 files changed

+44
-27
lines changed

8 files changed

+44
-27
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@ docs/ @rapidsai/cugraph-doc-codeowners
1111
# CI code owners
1212
/.github/ @rapidsai/ci-codeowners
1313
/ci/ @rapidsai/ci-codeowners
14-
/.pre-commit-config.yaml @rapidsai/ci-codeowners
14+
15+
# packaging code owners
16+
/.pre-commit-config.yaml @rapidsai/packaging-codeowners
17+
/conda/ @rapidsai/packaging-codeowners
18+
dependencies.yaml @rapidsai/packaging-codeowners
19+
/build.sh @rapidsai/packaging-codeowners

.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.02
32+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
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 }}
39-
node_type: "gpu-v100-latest-1"
39+
node_type: "gpu-l4-latest-1"
4040
run_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.02
19+
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.04
2020
if: always()
2121
with:
2222
needs: ${{ toJSON(needs) }}
@@ -31,17 +31,17 @@ jobs:
3131
checks:
3232
secrets: inherit
3333
needs: telemetry-setup
34-
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.02
34+
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.04
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.02
41+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
4242
with:
4343
build_type: pull-request
44-
node_type: "gpu-v100-latest-1"
44+
node_type: "gpu-l4-latest-1"
4545
arch: "amd64"
4646
container_image: "rapidsai/ci-conda:latest"
4747
run_script: "ci/build_docs.sh"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
repos:
44
- repo: https://github.com/rapidsai/pre-commit-hooks
5-
rev: v0.4.0
5+
rev: v0.6.0
66
hooks:
77
- id: verify-alpha-spec
88
- id: verify-copyright

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# cugraph-docs 25.04.00 (9 Apr 2025)
2+
3+
## 🐛 Bug Fixes
4+
5+
- changed the version of dgl dependency ([#103](https://github.com/rapidsai/cugraph-docs/pull/103)) [@acostadon](https://github.com/acostadon)
6+
7+
## 🛠️ Improvements
8+
9+
- require sphinx<8.2.0, update CODEOWNERS ([#100](https://github.com/rapidsai/cugraph-docs/pull/100)) [@jameslamb](https://github.com/jameslamb)
10+
- merge branch-25.02 into branch-25.04 ([#99](https://github.com/rapidsai/cugraph-docs/pull/99)) [@jameslamb](https://github.com/jameslamb)
11+
112
# cugraph-docs 25.02.00 (13 Feb 2025)
213

314
## 📖 Documentation

VERSION

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

conda/environments/all_cuda-128_arch-x86_64.yaml

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

dependencies.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ dependencies:
7070
- recommonmark
7171
- sphinx-copybutton
7272
- sphinx-markdown-tables
73-
- sphinx>=8
73+
# the ceiling on sphinx can be removed when https://github.com/spatialaudio/nbsphinx/issues/825 is resolved
74+
- sphinx>=8,<8.2.0
7475
- sphinxcontrib-websupport
7576

7677
# this repo only uses conda and 1 major version of CUDA, so
@@ -79,11 +80,11 @@ dependencies:
7980
common:
8081
- output_types: [conda]
8182
packages:
82-
- cugraph==25.2.*,>=0.0.0a0
83-
- cugraph-dgl==25.2.*,>=0.0.0a0
84-
- cugraph-pyg==25.2.*,>=0.0.0a0
85-
- 'dglteam/label/th23_cu121::dgl'
86-
- libcugraph==25.2.*,>=0.0.0a0
87-
- libcugraph_etl==25.2.*,>=0.0.0a0
88-
- pylibcugraph==25.2.*,>=0.0.0a0
89-
- pylibwholegraph==25.2.*,>=0.0.0a0
83+
- cugraph==25.4.*,>=0.0.0a0
84+
- cugraph-dgl==25.4.*,>=0.0.0a0
85+
- cugraph-pyg==25.4.*,>=0.0.0a0
86+
- '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

0 commit comments

Comments
 (0)