igraph 1.4.1
Bug fixes
-
console()
now works again and provides a Tcl/Tk based UI where igraph can post status messages and progress info (#664). -
Fix errors when printing long vertex names (#677, @ahmohamed).
-
Fix regression that broke builds on some systems (e.g., GCC version 5 or earlier), introduced in igraph 1.4.0 (#670, #671).
-
fit_hrg()
does not crash any more when called with a graph that has less than three vertices.
Documentation
Internal
-
Fix warning about
yyget_leng()
returning wrong type when using LTO (#676). -
Don't mention C++11 or C++17 for best compatibility with both newest R and older compilers, while still requesting a C++ compiler for linking.
-
Don't ignore
build/
when building the package because the vignette index is built there. -
Skip plot test entirely on R-devel.
-
Avoid submodules for building igraph (#674).
-
Makevars cleanup (#671).
-
Add Zenodo configuration file.