v21.06.00
π Bug Fixes
- Delete CUDA_ARCHITECTURES=OFF (#1638) @seunghwak
- transform_reduce_e bug fixes (#1633) @ChuckHastings
- Correct install path for include folder to avoid double nesting (#1630) @dantegd
- Remove thread local thrust::sort (thrust::sort with the execution policy thrust::seq) from copy_v_transform_reduce_key_aggregated_out_nbr (#1627) @seunghwak
π New Features
- SG & MG Weakly Connected Components (#1604) @seunghwak
π οΈ Improvements
- Remove Pascal guard and test cuGraph use of cuco::static_map on Pascal (#1640) @seunghwak
- Upgraded recipe and dev envs to NCCL 2.9.9 (#1636) @rlratzel
- Use UCX-Py 0.20 (#1634) @jakirkham
- Updated dependencies for CalVer (#1629) @rlratzel
- MG WCC improvements (#1628) @seunghwak
- Initialize force_atlas2
old_forces
device_uvector, use newrmm::exec_policy
(#1625) @trxcllnt - Fix developer guide examples for device_buffer (#1619) @harrism
- Pass rmm memory allocator to cuco::static_map (#1617) @seunghwak
- Undo disabling MG C++ testing outputs for non-root processes (#1615) @seunghwak
- WCC bindings (#1612) @Iroy30
- address 'ValueError: Series contains NULL values' from from_cudf_edge⦠(#1610) @mattf
- Fea rmm device buffer change (#1609) @ChuckHastings
- Update
CHANGELOG.md
links for calver (#1608) @ajschmidt8 - Handle int64 in force atlas wrapper and update to uvector (#1607) @hlinsen
- Update docs build script (#1606) @ajschmidt8
- WCC performance/memory footprint optimization (#1605) @seunghwak
- adding test graphs - part 2 (#1603) @ChuckHastings
- Update the Random Walk binding (#1599) @Iroy30
- Add mnmg out degree (#1592) @Iroy30
- Update
cugraph
to with newest CMake features, including CPM for dependencies (#1585) @robertmaynard - Implement Graph Batching functionality (#1580) @aschaffer
- add multi-column support in algorithms - part 2 (#1571) @Iroy30