From 00c13bf5af2039206e612950dada2e0bec972a46 Mon Sep 17 00:00:00 2001 From: Erik Welch Date: Fri, 22 Nov 2024 09:02:47 -0600 Subject: [PATCH] nx-cugraph: add `bipartite_betweenness_centrality` to suported algorithms --- docs/cugraph/source/nx_cugraph/supported-algorithms.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cugraph/source/nx_cugraph/supported-algorithms.rst b/docs/cugraph/source/nx_cugraph/supported-algorithms.rst index ae32bc330fe..2cf848bae94 100644 --- a/docs/cugraph/source/nx_cugraph/supported-algorithms.rst +++ b/docs/cugraph/source/nx_cugraph/supported-algorithms.rst @@ -52,6 +52,7 @@ Algorithms +--------------------------+ | **Bipartite** | +==========================+ +| betweenness_centrality | | complete_bipartite_graph | +--------------------------+