Skip to content

Commit 79c9319

Browse files
authored
Merge pull request #219 from rapidsai/release/25.12
Forward-merge release/25.12 into main
2 parents ed9d127 + 958658d commit 79c9319

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# nx-cugraph 25.12.00 (10 Dec 2025)
2+
3+
### 🚨 Breaking Changes
4+
* Require CUDA 12.2+ by @jakirkham in https://github.com/rapidsai/nx-cugraph/pull/203
5+
### 🐛 Bug Fixes
6+
* refactored update-version.sh to handle new branching strategy by @rockhowse in https://github.com/rapidsai/nx-cugraph/pull/206
7+
* fix(wheels): override wheel artifact name in input to publish job by @gforsyth in https://github.com/rapidsai/nx-cugraph/pull/207
8+
### 📖 Documentation
9+
* Use current system architecture in conda environment creation command by @bdice in https://github.com/rapidsai/nx-cugraph/pull/205
10+
### 🛠️ Improvements
11+
* `forceatlas2_layout`: support `node_mass=` argument by @eriknw in https://github.com/rapidsai/nx-cugraph/pull/194
12+
* Enable `sccache-dist` connection pool by @trxcllnt in https://github.com/rapidsai/nx-cugraph/pull/197
13+
* Use main branch by @bdice in https://github.com/rapidsai/nx-cugraph/pull/199
14+
* Use main shared-workflows branch by @bdice in https://github.com/rapidsai/nx-cugraph/pull/200
15+
* Use SPDX for all copyright headers by @KyleFromNVIDIA in https://github.com/rapidsai/nx-cugraph/pull/202
16+
* ci(build): switch to pure wheel and noarch: python builds by @gforsyth in https://github.com/rapidsai/nx-cugraph/pull/198
17+
* remove unused pytest markers in benchmarks, update docs for networkx 3.6 by @jameslamb in https://github.com/rapidsai/nx-cugraph/pull/212
18+
19+
## New Contributors
20+
* @rockhowse made their first contribution in https://github.com/rapidsai/nx-cugraph/pull/206
21+
22+
**Full Changelog**: https://github.com/rapidsai/nx-cugraph/compare/v25.12.00a...release/25.12
23+
124
# nx-cugraph 25.10.00 (8 Oct 2025)
225

326
## 🛠️ Improvements

0 commit comments

Comments
 (0)