C/igraph 0.9.8 is now released.
The source can be obtained from the GitHub releases page.
This release includes bug fixes and documentation updates only.
Fixed
- Assertion failure in
igraph_bfs()when an emptyrootsorrestrictedvector was provided. igraph_diversity()now returns 0 for degree-1 vertices. Previously it incorrectly returned NaN or ±Inf depending on roundoff errors.igraph_community_walktrap()does not crash any more when provided with
modularity=NULLandmembership=NULL.
Other
- Documentation improvements.