Skip to content

Commit 6aeab80

Browse files
committed
release note
1 parent cc14f42 commit 6aeab80

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
features:
3+
- |
4+
Added new functions for computing group centrality measures:
5+
:func:`.group_degree_centrality`, :func:`.group_closeness_centrality`,
6+
and :func:`.group_betweenness_centrality`. These compute the centrality
7+
of a group of nodes as defined by Everett & Borgatti (1999). Each function
8+
works with both :class:`.PyGraph` and :class:`.PyDiGraph` objects.
9+
The corresponding generic Rust implementations are also available in
10+
``rustworkx_core::centrality``.

0 commit comments

Comments
 (0)