About igraph releases and other things
C/igraph 0.9.2, the second bugfix release of the 0.9 series, has arrived.
The source can be obtained from the GitHub releases page.
This release includes bug fixes only. We have also added support for CMake package files, making it easier to use igraph in CMake-based projects.
find_package(igraph)
to find igraph and detect the appropriate compilation options for projects that link to it.CMAKE_INSTALL_<dir>
variables were absolute paths.libigraph.so.0.0.0
, as it used to be for igraph 0.8 and earlier.igraph_get_shortest_paths_dijkstra()
and igraph_get_shortest_paths_bellman_ford()
that returned incorrect results for unreachable vertices.