igraph 0.8.2
This is the second bugfix release of the 0.8 series.
Changed
- Improved argument checking:
igraph_all_st_mincuts()
andigraph_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.