You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
0 commit comments