Skip to content

Commit db2757d

Browse files
committed
Update Changelog [skip ci]
1 parent a11324e commit db2757d

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
# cugraph 26.06.00 (3 Jun 2026)
2+
3+
### 🚨 Breaking Changes
4+
* Replace legacy SCC with the new SCC implementation and SCC performance improvements by @seunghwak in https://github.com/rapidsai/cugraph/pull/5469
5+
* Migrate RMM usage to CCCL MR design by @bdice in https://github.com/rapidsai/cugraph/pull/5483
6+
* cuGraph common refactor by @bdice in https://github.com/rapidsai/cugraph/pull/5502
7+
### 🐛 Bug Fixes
8+
* Add missing CCCL headers for cuda:: symbols by @bdice in https://github.com/rapidsai/cugraph/pull/5466
9+
* Fix build errors in debug build by @seunghwak in https://github.com/rapidsai/cugraph/pull/5474
10+
* Fix k-truss test failure on Blackwell by @jnke2016 in https://github.com/rapidsai/cugraph/pull/5495
11+
* Typo in selecting hungarian implementation by @ChuckHastings in https://github.com/rapidsai/cugraph/pull/5506
12+
* Re-enable test_benchmarking_datasets test by @rlratzel in https://github.com/rapidsai/cugraph/pull/5504
13+
### 🚀 New Features
14+
* Strongly Connected Components Part 1/2 by @seunghwak in https://github.com/rapidsai/cugraph/pull/5442
15+
* Strongly Connected Components 2 (Find trivial SCCs in components & Intersect reachable sets) by @ngokulakrish in https://github.com/rapidsai/cugraph/pull/5468
16+
* Move cugraph C++ primitives from src/prims to include/cugraph/prims by @seunghwak in https://github.com/rapidsai/cugraph/pull/5477
17+
* Add topological sort algorithm by @ngokulakrish in https://github.com/rapidsai/cugraph/pull/5492
18+
### 🛠️ Improvements
19+
* Update C++ test build to use C++ 20 by @seunghwak in https://github.com/rapidsai/cugraph/pull/5459
20+
* Cut binary size in similarity coefficients. by @seunghwak in https://github.com/rapidsai/cugraph/pull/5455
21+
* Improve BFS performance for large-scale multi-node NVLink systems by @seunghwak in https://github.com/rapidsai/cugraph/pull/5322
22+
* Forward-merge release/26.04 into main by @jameslamb in https://github.com/rapidsai/cugraph/pull/5470
23+
* Forward-merge release/26.04 into main by @jameslamb in https://github.com/rapidsai/cugraph/pull/5472
24+
* depend on libnvjitlink-dev at build time unconditionally by @jameslamb in https://github.com/rapidsai/cugraph/pull/5479
25+
* Main merge release/26.04 by @ChuckHastings in https://github.com/rapidsai/cugraph/pull/5478
26+
* update pip devcontainers' base image tags by @trxcllnt in https://github.com/rapidsai/cugraph/pull/5481
27+
* Remove a couple of variant branches to shrink libcugraph_mg about 6% by @ChuckHastings in https://github.com/rapidsai/cugraph/pull/5482
28+
* wheels CI: update to torch 2.10 for 'oldest' configuration by @jameslamb in https://github.com/rapidsai/cugraph/pull/5485
29+
* Temporarily skip the k-truss tests by @jnke2016 in https://github.com/rapidsai/cugraph/pull/5487
30+
* Update to clang 20.1.8 by @bdice in https://github.com/rapidsai/cugraph/pull/5488
31+
* Revert "wheels CI: update to torch 2.10 for 'oldest' configuration (#5485) by @jameslamb in https://github.com/rapidsai/cugraph/pull/5493
32+
* Reduce binary size part2 by @ChuckHastings in https://github.com/rapidsai/cugraph/pull/5486
33+
* Addressing Issue 5397 5384 by @BradReesWork in https://github.com/rapidsai/cugraph/pull/5490
34+
* Deduplicate compute_number_of_edges CUB/Thrust kernels via explicit instantiation by @bdice in https://github.com/rapidsai/cugraph/pull/5489
35+
* Use `token.rapids.nvidia.com` when issuing S3 bucket creds in devcontainers by @trxcllnt in https://github.com/rapidsai/cugraph/pull/5505
36+
* Remove `NO_CUDART_DEP` property by @KyleFromNVIDIA in https://github.com/rapidsai/cugraph/pull/5508
37+
* Fix symbol export by @vyasr in https://github.com/rapidsai/cugraph/pull/5510
38+
* fix(ci): resolve all zizmor findings and add zizmor pre-commit checks by @gforsyth in https://github.com/rapidsai/cugraph/pull/5509
39+
* Link libcugraph dynamically against libcuvs by @bdice in https://github.com/rapidsai/cugraph/pull/5499
40+
* fix(ci): add explicit `actions: write` permission for `telemetry-summarize`
41+
by @gforsyth in https://github.com/rapidsai/cugraph/pull/5513
42+
* Build and test with CUDA 13.2.0 by @bdice in https://github.com/rapidsai/cugraph/pull/5511
43+
* split testing libraries from run libraries in dependencies.yaml by @jayavenkatesh19 in https://github.com/rapidsai/cugraph/pull/5447
44+
* add support for multigraph to disjoint sampling by @ChuckHastings in https://github.com/rapidsai/cugraph/pull/5520
45+
* skip CuPy 14.1.0 by @jameslamb in https://github.com/rapidsai/cugraph/pull/5531
46+
47+
## New Contributors
48+
* @ngokulakrish made their first contribution in https://github.com/rapidsai/cugraph/pull/5468
49+
50+
**Full Changelog**: https://github.com/rapidsai/cugraph/compare/v26.06.00a...release/26.06
51+
152
# cugraph 26.04.00 (8 Apr 2026)
253

354
### 🚨 Breaking Changes

0 commit comments

Comments
 (0)