Skip to content

igraph 0.8.2

Compare
Choose a tag to compare
@ntamas ntamas released this 28 Apr 18:13
· 5869 commits to master since this release
4986fba

This is the second bugfix release of the 0.8 series.

Changed

  • Improved argument checking: igraph_all_st_mincuts() and igraph_sir()
  • Improved interruptibility: igraph_sir()

Fixed

  • igraph_community_leiden(): fixed crash when interrupting
  • The tests are now more robust. Some incorrect test failures were fixed when
    running on i386 architecture, or when using different versions of external
    dependencies.

Others

  • Improved error messages from igraph_sir().
  • Improved compatibility with more recent versions of Microsoft Visual C.