Skip to content

v25.04.01

Compare
Choose a tag to compare
@raydouglass raydouglass released this 15 Apr 13:55
· 67 commits to main since this release
v25.04.01
fb26185

🚨 Breaking Changes

  • Take vertex_partition_range_offsets(_lasts) using a raft::host_span instead of std::vector constant reference. (#4959) @seunghwak
  • Use raft::host_span instead of const reference to std::vector (#4931) @seunghwak
  • Remove Obsolete GNN Benchmarks (#4929) @alexbarghi-nv
  • Update heterogeneous sampling algorithm code to use the newly developed heterogeneous sampling primitve. (#4922) @seunghwak
  • Use new rapids-logger library (#4911) @vyasr
  • Forward-merge branch-25.02 into branch-25.04 (#4907) @nv-rliu

🐛 Bug Fixes

📖 Documentation

🚀 New Features

  • Add local edge source/destination shuffle functions and clean up shuffle utility functions. (#4936) @seunghwak

🛠️ Improvements