Skip to content

Releases: rapidsai/cugraph

v26.06.00

Choose a tag to compare

@jolorunyomi jolorunyomi released this 04 Jun 00:30
b029431

What's Changed

🚨 Breaking Changes

  • Replace legacy SCC with the new SCC implementation and SCC performance improvements by @seunghwak in #5469
  • Migrate RMM usage to CCCL MR design by @bdice in #5483
  • cuGraph common refactor by @bdice in #5502

🐛 Bug Fixes

🚀 New Features

  • Strongly Connected Components Part 1/2 by @seunghwak in #5442
  • Strongly Connected Components 2 (Find trivial SCCs in components & Intersect reachable sets) by @ngokulakrish in #5468
  • Move cugraph C++ primitives from src/prims to include/cugraph/prims by @seunghwak in #5477
  • Add topological sort algorithm by @ngokulakrish in #5492

🛠️ Improvements

New Contributors

Full Changelog: v26.06.00a...v26.06.00

v26.04.00

Choose a tag to compare

@AyodeAwe AyodeAwe released this 08 Apr 19:24
03ba9c2

What's Changed

🚨 Breaking Changes

🐛 Bug Fixes

  • We updated RAPIDS to use C++ 20, but missed updating cugraph etl by @ChuckHastings in #5408
  • Add our own is_discard_iterator as thrust removed it in 3.2 by @robertmaynard in #5416
  • Fix memory allocation failure in SG betweenness centrality for small-diameter graphs by @seunghwak in #5432
  • Fix null optional dereference in temporal_partition_vertices by @ChuckHastings in #5446

🚀 New Features

🛠️ Improvements

  • Drop Python 3.10 support by @gforsyth in #5412
  • Use verify-hardcoded-version pre-commit hook by @KyleFromNVIDIA in #5411
  • tighten wheel size limits, expand CI-skipping logic, other small build changes by @jameslamb in #5413
  • remove pip.conf migration code in CI scripts, update CI-skipping rules by @jameslamb in #5415
  • Replace .values_host with .to_numpy() by @bdice in #5420
  • refactor: build wheels and conda packages using Python limited API by @gforsyth in #5419
  • Use GHA id-token for sccache-dist auth token by @trxcllnt in #5425
  • Temporarily disable RTX PRO 6000 PR CI by @bdice in #5422
  • refactor C++ examples for new RAPIDS branching strategy by @jameslamb in #5423
  • check-nightly-ci: update to new version by @jameslamb in #5433
  • Temporarily disables tests on RTX Pro 6000 for nightly runs by @rlratzel in #5434
  • remove references to 'nvidia' and 'pytorch' conda channels by @jameslamb in #5426
  • check-nightly-ci: remove testing config by @jameslamb in #5436
  • Update raft headers by @aamijar in #5429
  • Drop thrust::constant_iterator in favor of cuda::constant_iterator by @miscco in #5430
  • Drop usage of thrust function objects in favor of cuda::std ones by @miscco in #5431
  • Fix ucx link errors in pip devcontainers by @trxcllnt in #5435
  • Drop thrust::transform_iterator in favor of cuda::transform_iterator by @miscco in #5428
  • refactor(limited api): add explicit wheel.py-api to pyproject.toml
    by @gforsyth in #5440
  • Add make_initialized_edge_(src|dst_)property utility functions. by @seunghwak in #5441
  • Update Cython lower bound pin to 3.2.2 by @vyasr in #5449
  • Remove pytest upper bound pin by @vyasr in #5450
  • Add support for Python 3.14 by @gforsyth in #5439
  • wheels: use cuda-toolkit runtime wheels by @jameslamb in #5444
  • Avoid deprecated jit_unspill in dask tests by @TomAugspurger in #5456
  • add no_pytorch matrix option in dependencies.yaml by @trxcllnt in #5454
  • fix verify-hardcoded-versions issues by @jameslamb in #5462
  • ensure 'torch' CUDA wheels are installed in CI, remove unused dependencies by @jameslamb in #5453
  • Re-enables tests on RTX Pro 6000 by @rlratzel in #5445
  • enforce a floor on libnvjitlink, build wheels with CUDA 13.0.x, test wheels against mix of CTK versions by @jameslamb in #5457
  • C++ Disjoint sampling implementation by @ChuckHastings in #5414

New Contributors

Full Changelog: v26.04.00a...v26.04.00

v26.02.00

Choose a tag to compare

@AyodeAwe AyodeAwe released this 04 Feb 21:49
v26.02.00
c1ea267

What's Changed

🚨 Breaking Changes

🐛 Bug Fixes

🚀 New Features

🛠️ Improvements

Full Changelog: v26.02.00a...v26.02.00

v25.12.02

Choose a tag to compare

@AyodeAwe AyodeAwe released this 11 Dec 04:47
v25.12.02
9765e20

What's Changed

🛠️ Improvements

Full Changelog: v25.12.01...v25.12.02

v25.12.01

Choose a tag to compare

@AyodeAwe AyodeAwe released this 11 Dec 04:10
v25.12.01
ac9bc29

What's Changed

🛠️ Improvements

  • Don't use the build cluster for releases due to runner disk constraints by @trxcllnt in #5370

Full Changelog: v25.12.00...v25.12.01

v25.12.00

Choose a tag to compare

@AyodeAwe AyodeAwe released this 11 Dec 00:55
v25.12.00
ae5543e

What's Changed

🚨 Breaking Changes

🐛 Bug Fixes

  • Skip failing dataset test for now by @ChuckHastings in #5301
  • Fix force_atlas2 on empty graphs by @eriknw in #5303
  • Fix G.nodes() returning internal vertex IDs by @eriknw in #5304
  • Use pinned_host_memory_resource for device-accessible memory in renumbering.cu by @bdice in #5317
  • Fix warning in unreachable device code by @bdice in #5316
  • Pin Cython pre-3.2.0 and PyTest pre-9 by @jakirkham in #5340
  • refactored update-version.sh to handle new branching strategy by @rockhowse in #5341

📖 Documentation

  • Use Docker CUDA major-version tags by @bdice in #5291

🚀 New Features

  • [FEA] Update pylibcugraph to support different temporal comparisons by @alexbarghi-nv in #5345

🛠️ Improvements

New Contributors

Full Changelog: v25.12.00a...v25.12.00

v25.10.01

Choose a tag to compare

@AyodeAwe AyodeAwe released this 13 Oct 16:28

🚨 Breaking Changes

🐛 Bug Fixes

📖 Documentation

🛠️ Improvements

v25.10.00

Choose a tag to compare

@AyodeAwe AyodeAwe released this 08 Oct 19:41

🚨 Breaking Changes

🐛 Bug Fixes

📖 Documentation

🛠️ Improvements

[NIGHTLY] v25.12.00

[NIGHTLY] v25.12.00 Pre-release
Pre-release

Choose a tag to compare

@rapids-bot rapids-bot released this 03 Oct 16:57

🔗 Links

🚨 Breaking Changes

🐛 Bug Fixes

📖 Documentation

🛠️ Improvements

v25.08.00

Choose a tag to compare

@AyodeAwe AyodeAwe released this 06 Aug 19:34
e0f09e5

🚨 Breaking Changes

🐛 Bug Fixes

📖 Documentation

🚀 New Features

🛠️ Improvements