igraph 0.8.4
This is the fourth bugfix release of the 0.8 series.
Fixed
igraph_i_cattribute_combine_vertices()
: fixed invalid cleanup code that eventually filled up the "finally" stack when combining vertices with attributes extensively.igraph_hrg_sample()
: fixed incorrect function prototypeigraph_is_posinf()
andigraph_is_neginf()
: fixed incorrect result on platforms where the sign of the result ofisinf()
is not indicative of the sign of the input.- Fixed building with vendored LAPACK and external BLAS
- Fixed building with XCode 12.2 on macOS
Other
- Documentation improvements
- General code cleanup to reduce the number of compiler warnings