Skip to content

Commit 0f1f838

Browse files
authored
Merge pull request #270 from rapidsai/branch-25.08
Forward-merge branch-25.08 into branch-25.10
2 parents c493375 + 554abc1 commit 0f1f838

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
# cugraph-gnn 25.08.00 (6 Aug 2025)
2+
3+
## 🚨 Breaking Changes
4+
5+
- Remove CUDA 11 from dependencies.yaml ([#224](https://github.com/rapidsai/cugraph-gnn/pull/224)) [@KyleFromNVIDIA](https://github.com/KyleFromNVIDIA)
6+
- Remove Non-Unified API and Remaining TensorDict Code ([#222](https://github.com/rapidsai/cugraph-gnn/pull/222)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
7+
- stop uploading packages to downloads.rapids.ai ([#215](https://github.com/rapidsai/cugraph-gnn/pull/215)) [@jameslamb](https://github.com/jameslamb)
8+
- Remove cuGraph-DGL ([#210](https://github.com/rapidsai/cugraph-gnn/pull/210)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
9+
10+
## 🐛 Bug Fixes
11+
12+
- [BUG] Correct De-Offset of Edge Label Index ([#258](https://github.com/rapidsai/cugraph-gnn/pull/258)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
13+
- [BUG] Pin CPU Memory Instead of Copying to Device ([#255](https://github.com/rapidsai/cugraph-gnn/pull/255)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
14+
- Fix update-version ([#250](https://github.com/rapidsai/cugraph-gnn/pull/250)) [@AyodeAwe](https://github.com/AyodeAwe)
15+
- Use PyTorch MemPool and Disable RMM Pool Allocator to Fix Broken Tests ([#237](https://github.com/rapidsai/cugraph-gnn/pull/237)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
16+
- [BUG] Specify Input Type and Assign Output to Correct Input Type ([#236](https://github.com/rapidsai/cugraph-gnn/pull/236)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
17+
- Temporarily Disable Bitcoin Example Tests ([#230](https://github.com/rapidsai/cugraph-gnn/pull/230)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
18+
- Branch 25.08 merge 25.06 ([#226](https://github.com/rapidsai/cugraph-gnn/pull/226)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
19+
20+
## 📖 Documentation
21+
22+
- Remove `nx-cugraph` reference that mentioned CUDA 11 ([#243](https://github.com/rapidsai/cugraph-gnn/pull/243)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
23+
- add docs on CI workflow inputs ([#235](https://github.com/rapidsai/cugraph-gnn/pull/235)) [@jameslamb](https://github.com/jameslamb)
24+
25+
## 🚀 New Features
26+
27+
- [FEA] Add Elliptic Bitcoin fraud example ([#221](https://github.com/rapidsai/cugraph-gnn/pull/221)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
28+
29+
## 🛠️ Improvements
30+
31+
- remove cugraph-dgl CODEOWNERS rule, skip most CI on CODEOWNERS-only PRs ([#264](https://github.com/rapidsai/cugraph-gnn/pull/264)) [@jameslamb](https://github.com/jameslamb)
32+
- Disable codecov comments ([#256](https://github.com/rapidsai/cugraph-gnn/pull/256)) [@bdice](https://github.com/bdice)
33+
- Expose cugraph_pyg.tensor Subpackage ([#253](https://github.com/rapidsai/cugraph-gnn/pull/253)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
34+
- fix(docker): use versioned `-latest` tag for all `rapidsai` images ([#246](https://github.com/rapidsai/cugraph-gnn/pull/246)) [@gforsyth](https://github.com/gforsyth)
35+
- Propagate Changes from cuGraph Distributed Sampler (metadata addition) ([#245](https://github.com/rapidsai/cugraph-gnn/pull/245)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
36+
- Migrate cugraph gnn packages to cugraph-pyg ([#241](https://github.com/rapidsai/cugraph-gnn/pull/241)) [@nv-rliu](https://github.com/nv-rliu)
37+
- Improving the `taobao_mnmg` example. ([#238](https://github.com/rapidsai/cugraph-gnn/pull/238)) [@drivanov](https://github.com/drivanov)
38+
- Use CUDA 12.9 in Conda, Devcontainers, Spark, GHA, etc. ([#232](https://github.com/rapidsai/cugraph-gnn/pull/232)) [@jakirkham](https://github.com/jakirkham)
39+
- Remove nvidia and dask channels ([#231](https://github.com/rapidsai/cugraph-gnn/pull/231)) [@vyasr](https://github.com/vyasr)
40+
- Updates movielens_mnmg.py to use DDP ([#229](https://github.com/rapidsai/cugraph-gnn/pull/229)) [@rlratzel](https://github.com/rlratzel)
41+
- Remove CUDA 11 from dependencies.yaml ([#224](https://github.com/rapidsai/cugraph-gnn/pull/224)) [@KyleFromNVIDIA](https://github.com/KyleFromNVIDIA)
42+
- Remove Non-Unified API and Remaining TensorDict Code ([#222](https://github.com/rapidsai/cugraph-gnn/pull/222)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
43+
- refactor(rattler): remove cuda11 options and general cleanup ([#219](https://github.com/rapidsai/cugraph-gnn/pull/219)) [@gforsyth](https://github.com/gforsyth)
44+
- Remove CUDA 11 devcontainers and update CI scripts ([#218](https://github.com/rapidsai/cugraph-gnn/pull/218)) [@bdice](https://github.com/bdice)
45+
- use branch-25.08 of shared-workflows ([#216](https://github.com/rapidsai/cugraph-gnn/pull/216)) [@jameslamb](https://github.com/jameslamb)
46+
- stop uploading packages to downloads.rapids.ai ([#215](https://github.com/rapidsai/cugraph-gnn/pull/215)) [@jameslamb](https://github.com/jameslamb)
47+
- Remove cuGraph-DGL ([#210](https://github.com/rapidsai/cugraph-gnn/pull/210)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
48+
149
# cugraph-gnn 25.06.00 (5 Jun 2025)
250

351
## 🚨 Breaking Changes

0 commit comments

Comments
 (0)