Releases
v24.02.00
π¨ Breaking Changes
π Bug Fixes
π Documentation
π New Features
π οΈ Improvements
Adds option to rapids_cpm_find for raft to disable hnswlib feature, adds updates for pytest 8 compat, temporarily skips IO intensive test in CI (#4121 ) @rlratzel
Adds benchmarks for additional nx-cugraph 24.02 algos (#4112 ) @rlratzel
nx-cugraph: use coverage to ensure all algorithms were run (#4108 ) @eriknw
nx-cugraph: rename plc=
to _plc=
(#4106 ) @eriknw
nx-cugraph: add complement
and reverse
(#4103 ) @eriknw
nx-cugraph: add core_number
(undirected graphs only) (#4100 ) @eriknw
nx-cugraph: add is_tree
, etc. (#4097 ) @eriknw
Optimize the drop-duplicate functionality (#4095 ) @jnke2016
nx-cugraph: add triangles and clustering algorithms (#4093 ) @eriknw
nx-cugraph: PLC now handles isolated nodes; clean up our workarounds (#4092 ) @eriknw
Remove usages of rapids-env-update (#4090 ) @KyleFromNVIDIA
Provide explicit pool sizes and avoid RMM detail APIs (#4086 ) @harrism
refactor CUDA versions in dependencies.yaml (#4084 ) @jameslamb
build wheels for cugraph-dgl
and cugraph-pyg
(#4075 ) @tingyu66
Match weight-sharing option of GATConv in DGL (#4074 ) @tingyu66
nx-cugraph: add weakly connected components (#4071 ) @eriknw
nx-cugraph: indicate which plc algorithms are used and version_added (#4069 ) @eriknw
Adds nx-cugraph
benchmarks for 23.12 algos (SSSP, pagerank, hits, katz_centrality, degree_centrality, eigenvector_centrality) (#4065 ) @rlratzel
nx-cugraph
: add to_undirected
method; add reciprocity algorithms (#4063 ) @eriknw
Switch to scikit-build-core (#4053 ) @vyasr
Update to CCCL 2.2.0. (#4052 ) @bdice
Prevent actions/labeler
from adding Label Checker
labels (#4048 ) @ajschmidt8
Update dependencies.yaml to new pip index (#4045 ) @vyasr
Remove checks for Pascal, no longer supported (#4044 ) @ChuckHastings
Fix HITS convergence error. (#4043 ) @seunghwak
Test select_random_vertices for all possible values of flags (#4042 ) @naimnv
Remove CUGRAPH_BUILD_WHEELS and standardize Python builds (#4041 ) @vyasr
Create cugraph-equivariant
package (#4036 ) @tingyu66
[FEA]: Add DASK edgelist and graph support to the Dataset API (#4035 ) @huiyuxie
Add support for Louvain to MTMG (#4033 ) @ChuckHastings
Clean up self-loop and multi-edge removal logic (#4032 ) @ChuckHastings
Mtmg updates for rmm (#4031 ) @ChuckHastings
nx-cugraph: adds ancestors
, descendants
, and BFS algos (#4029 ) @eriknw
nx-cugraph: update usage of nodes_or_number
for nx compat (#4028 ) @eriknw
Removes unsupported setup.py
calls, cleans up text (#4024 ) @rlratzel
Resolves conflicts from forward-merging branch-23.12 into branch-24.02 (#4020 ) @rlratzel
Add HeteroGATConv
to cugraph-pyg
(#3914 ) @tingyu66
Update for CCCL 2.x (#3862 ) @seunghwak
You canβt perform that action at this time.