Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
# cugraph-gnn 25.10.00 (8 Oct 2025)

## 🚨 Breaking Changes

- build with RAPIDS CUDA architectures ([#295](https://github.com/rapidsai/cugraph-gnn/pull/295)) [@jameslamb](https://github.com/jameslamb)
- Update rapids_config to handle user defined branch name ([#272](https://github.com/rapidsai/cugraph-gnn/pull/272)) [@robertmaynard](https://github.com/robertmaynard)

## 🐛 Bug Fixes

- [BUG] Update 25.08 Dependencies to 25.10 ([#329](https://github.com/rapidsai/cugraph-gnn/pull/329)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
- [BUG] Fix input ID creation to use shape[-1] instead of len ([#316](https://github.com/rapidsai/cugraph-gnn/pull/316)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
- [BUG] Mask out unwanted vertices during negative sampling ([#303](https://github.com/rapidsai/cugraph-gnn/pull/303)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
- [BUG] Fix input type in Taobao example ([#301](https://github.com/rapidsai/cugraph-gnn/pull/301)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
- [BUG] Fix shuffle on single GPU in Taobao Example ([#300](https://github.com/rapidsai/cugraph-gnn/pull/300)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
- [BUG] Fix Calculation of # Sampled Nodes/Edges with Zero Input Size ([#283](https://github.com/rapidsai/cugraph-gnn/pull/283)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
- [CI] Disable Example Tests ([#279](https://github.com/rapidsai/cugraph-gnn/pull/279)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
- [BUG] Fix optional dependencies ([#278](https://github.com/rapidsai/cugraph-gnn/pull/278)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
- Reduce Seeds Per Call when running in CI Environment ([#275](https://github.com/rapidsai/cugraph-gnn/pull/275)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)

## 🚀 New Features

- [FEA] Enable Temporal Sampling in cuGraph-PyG ([#310](https://github.com/rapidsai/cugraph-gnn/pull/310)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)
- [FEA] Set random state using PyTorch generator ([#265](https://github.com/rapidsai/cugraph-gnn/pull/265)) [@alexbarghi-nv](https://github.com/alexbarghi-nv)

## 🛠️ Improvements

- Empty commit to trigger a build ([#319](https://github.com/rapidsai/cugraph-gnn/pull/319)) [@msarahan](https://github.com/msarahan)
- fix condition to skip CUDA 13 conda-python-tests jobs ([#312](https://github.com/rapidsai/cugraph-gnn/pull/312)) [@jameslamb](https://github.com/jameslamb)
- Configure repo for automatic release notes generation ([#308](https://github.com/rapidsai/cugraph-gnn/pull/308)) [@AyodeAwe](https://github.com/AyodeAwe)
- Allow CMake 4 ([#307](https://github.com/rapidsai/cugraph-gnn/pull/307)) [@bdice](https://github.com/bdice)
- Add Graph Property prediction model to cugraph-pyg example ([#302](https://github.com/rapidsai/cugraph-gnn/pull/302)) [@wangxiaoyunNV](https://github.com/wangxiaoyunNV)
- Use branch-25.10 again ([#297](https://github.com/rapidsai/cugraph-gnn/pull/297)) [@jameslamb](https://github.com/jameslamb)
- build with RAPIDS CUDA architectures ([#295](https://github.com/rapidsai/cugraph-gnn/pull/295)) [@jameslamb](https://github.com/jameslamb)
- cugraph-pyg: remove unnecessary dependency on 'numba' ([#287](https://github.com/rapidsai/cugraph-gnn/pull/287)) [@jameslamb](https://github.com/jameslamb)
- Build and test with CUDA 13.0.0 ([#286](https://github.com/rapidsai/cugraph-gnn/pull/286)) [@jameslamb](https://github.com/jameslamb)
- Update rapids-dependency-file-generator ([#285](https://github.com/rapidsai/cugraph-gnn/pull/285)) [@KyleFromNVIDIA](https://github.com/KyleFromNVIDIA)
- libwholegraph wheels: use nvidia-nccl wheels instead of vendoring libnccl.so ([#284](https://github.com/rapidsai/cugraph-gnn/pull/284)) [@jameslamb](https://github.com/jameslamb)
- cugraph-pyg: add missed runtime dependencies, remove runtime dependencies from 'test' extra ([#277](https://github.com/rapidsai/cugraph-gnn/pull/277)) [@jameslamb](https://github.com/jameslamb)
- Use build cluster in devcontainers ([#274](https://github.com/rapidsai/cugraph-gnn/pull/274)) [@trxcllnt](https://github.com/trxcllnt)
- Use rapids_cuda_enable_fatbin_compression ([#273](https://github.com/rapidsai/cugraph-gnn/pull/273)) [@robertmaynard](https://github.com/robertmaynard)
- Update rapids_config to handle user defined branch name ([#272](https://github.com/rapidsai/cugraph-gnn/pull/272)) [@robertmaynard](https://github.com/robertmaynard)
- Remove cugraph Python library as a dependency ([#271](https://github.com/rapidsai/cugraph-gnn/pull/271)) [@rlratzel](https://github.com/rlratzel)
- Update rapids-build-backend to 0.4.0 ([#269](https://github.com/rapidsai/cugraph-gnn/pull/269)) [@KyleFromNVIDIA](https://github.com/KyleFromNVIDIA)
- cugraph_gnn RAPIDS dependency now use the new rapids-cmake branch info ([#263](https://github.com/rapidsai/cugraph-gnn/pull/263)) [@robertmaynard](https://github.com/robertmaynard)
- Allow latest OS in devcontainers ([#257](https://github.com/rapidsai/cugraph-gnn/pull/257)) [@bdice](https://github.com/bdice)
- Update build infra to support new branching strategy ([#252](https://github.com/rapidsai/cugraph-gnn/pull/252)) [@robertmaynard](https://github.com/robertmaynard)
- Use GCC 14 in conda builds. ([#228](https://github.com/rapidsai/cugraph-gnn/pull/228)) [@vyasr](https://github.com/vyasr)

# cugraph-gnn 25.08.00 (6 Aug 2025)

## 🚨 Breaking Changes
Expand Down