C/igraph 0.8.2, the second bugfix release of the 0.8 series, has arrived.
The sources can be obtained from the GitHub releases page.
This release includes no new features, only bug fixes and reliability improvements. The changelog is below.
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.