NetworkX
PRs integrated into core Python library for network analysis.
Overview
NetworkX is a core Python library for graph algorithms and network analysis.
Contributions
- #5305 Extends distance measures module to handle weighted graphs and user-specified weight functions.
- #5730 Added a characteristic polynomial example.
- #5675 Implements the chromatic polynomial.
- #5397 Modifies the fast bridge-finding algorithm to accommodate multigraphs.
- #5265 Stack-based implementation of the Tutte polynomial; beginning of graph polynomials module.