About igraph releases and other things
C/igraph 0.10.9, the eighth bugfix release of the 0.10 series, has arrived.
The source can be obtained from the GitHub releases page.
This is primarily a maintenance release with bug fixes, but it also adds functions to check whether a graph is biconnected and to construct a bipartite graph from a bidegree sequence.
Read on for more details about the changes in version 0.10.9.
igraph_is_biconnected() checks if a graph is biconnected.igraph_igraph_realize_bipartite_degree_sequence() constructs a bipartite graph that has the given bidegree sequence, optionally ensuring that it is connected.igraph_hrg_sample_many().igraph_community_fastgreedy() no longer crashes when providing a modularity vector only, but not a merges matrix of membership vector.bool was not 1 byte (#2477).STR() is deprecated; use the function igraph_strvector_get() instead.igraph_strvector_t.igraph_is_bipartite().