From 5956d4d46a5e7c4b38d553fc0f2d7308e90cd440 Mon Sep 17 00:00:00 2001 From: Erik Welch Date: Thu, 5 Dec 2024 14:42:06 -0600 Subject: [PATCH] nx-cugraph: add `bipartite_betweenness_centrality` to supported algorithms (#4778) Update docs once https://github.com/rapidsai/nx-cugraph/pull/32 is merged. --- 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 ed31ec73ae..8dc3c5ba2a 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 | +--------------------------+