Skip to content

Commit 8e6eb04

Browse files
committed
Update Changelog [skip ci]
1 parent 1b6d67b commit 8e6eb04

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
# cugraph-gnn 25.12.00 (10 Dec 2025)
2+
3+
### 🚨 Breaking Changes
4+
* Require CUDA 12.2+ by @jakirkham in https://github.com/rapidsai/cugraph-gnn/pull/340
5+
* [FEA] Support Standard Temporal Sampling Behavior by @alexbarghi-nv in https://github.com/rapidsai/cugraph-gnn/pull/347
6+
### 🐛 Bug Fixes
7+
* fix: fixes memory context leak by @paulhendricks in https://github.com/rapidsai/cugraph-gnn/pull/332
8+
* Fix Forward Merger 25.10 -> Main by @alexbarghi-nv in https://github.com/rapidsai/cugraph-gnn/pull/337
9+
* [BUG] Use memory pool in movielens example by @alexbarghi-nv in https://github.com/rapidsai/cugraph-gnn/pull/328
10+
* refactored update-version.sh to handle new branching strategy by @rockhowse in https://github.com/rapidsai/cugraph-gnn/pull/344
11+
* Switch to release channel for PyTorch + CUDA 13 by @alexbarghi-nv in https://github.com/rapidsai/cugraph-gnn/pull/355
12+
* Pin Cython pre-3.2.0 and PyTest pre-9 by @jakirkham in https://github.com/rapidsai/cugraph-gnn/pull/345
13+
* fix some potential buffer overflow problems as suggested by sonarqube by @linhu-nv in https://github.com/rapidsai/cugraph-gnn/pull/367
14+
### 📖 Documentation
15+
* Remove Old Content and Fix Broken Links in README by @alexbarghi-nv in https://github.com/rapidsai/cugraph-gnn/pull/326
16+
### 🚀 New Features
17+
### 🛠️ Improvements
18+
* Update `RAPIDS_BRANCH`, codify changes in `update-version.sh` by @KyleFromNVIDIA in https://github.com/rapidsai/cugraph-gnn/pull/322
19+
* Enable `sccache-dist` connection pool by @trxcllnt in https://github.com/rapidsai/cugraph-gnn/pull/333
20+
* Use main in RAPIDS_BRANCH by @bdice in https://github.com/rapidsai/cugraph-gnn/pull/334
21+
* Use main shared-workflows branch by @bdice in https://github.com/rapidsai/cugraph-gnn/pull/335
22+
* Use `RAPIDS_BRANCH` in cmake-format invocations that need rapids-cmake configs by @bdice in https://github.com/rapidsai/cugraph-gnn/pull/339
23+
* Use SPDX for all copyright headers by @KyleFromNVIDIA in https://github.com/rapidsai/cugraph-gnn/pull/338
24+
* Use ruff-check, ruff-format instead of flake8, black by @KyleFromNVIDIA in https://github.com/rapidsai/cugraph-gnn/pull/342
25+
* Remove inheritance from deprecated unary_function by @bdice in https://github.com/rapidsai/cugraph-gnn/pull/343
26+
* Use `sccache-dist` build cluster for conda and wheel builds by @trxcllnt in https://github.com/rapidsai/cugraph-gnn/pull/341
27+
* [IMP] Support more dtypes in the cuGraph-PyG FeatureStore by @alexbarghi-nv in https://github.com/rapidsai/cugraph-gnn/pull/346
28+
29+
## New Contributors
30+
* @paulhendricks made their first contribution in https://github.com/rapidsai/cugraph-gnn/pull/332
31+
* @rockhowse made their first contribution in https://github.com/rapidsai/cugraph-gnn/pull/344
32+
33+
**Full Changelog**: https://github.com/rapidsai/cugraph-gnn/compare/v25.12.00a...release/25.12
34+
135
# cugraph-gnn 25.10.00 (8 Oct 2025)
236

337
## 🚨 Breaking Changes

0 commit comments

Comments
 (0)