Skip to content

igraph 0.11.5

Latest
Compare
Choose a tag to compare
@ntamas ntamas released this 07 May 17:45
· 12 commits to main since this release
8e7179c

Added

  • Added a prefixattr=... keyword argument to Graph.write_graphml() that allows the user to strip the g_, v_ and e_ prefixes from GraphML files written by igraph.

Changed

  • Graph.are_connected() has now been renamed to Graph.are_adjacent(), following up a similar change in the C core. The old name of the function is deprecated but will be kept around until at least 0.12.0.

  • The C core of igraph was updated to version 0.10.12.

  • Deprecated PyCObject API calls in the C code were replaced by calls to PyCapsule, thanks to @DavidRConnell in #763

  • get_shortest_path() documentation was clarified by @JDPowell648 in #764

  • It is now possible to link to an existing igraph C core on MSYS2, thanks to @Kreijstal in #770

Fixed

  • Bugfix in the NetworkX graph conversion code by @rmmaf in #767

New Contributors

Full Changelog: 0.11.4...0.11.5