igraph 0.8.1
This is the first bugfix release of the 0.8 series.
Changed
- Improved interruptability:
igraph_degree_sequence_game() - Improved argument checking:
igraph_forest_fire_game() - Updated the plfit library to version 0.8.1
Fixed
igraph_community_edge_betweenness(): fix for graphs with no edges (PR #1312)igraph_bridges()now handles multigraphs correctly (PR #1335)igraph_avg_nearest_neighbor_degree(): fix for memory leak in weighted case (PR #1339)igraph_community_leiden(): fix crash bug (PR #1357)
Other
- Included
ACKOWLEDGEMENTS.md - Documentation improvements