IGraph/M 0.6.2 has just been released. This is a bugfix release with no new features. If you have 0.6.0, it is recommended that you update to this release.
For upgrade instructions, see:
- IGraph/M: a Mathematica interface for igraph
- GitHub - szhorvat/IGraphM: IGraph/M is the igraph interface for Mathematica
0.6.2
Changes:
- Re-enabled resizing for
IGGraphEditor[]
. -
IGGraphEditor[]
now shows a warning when invoked without a notebook interface.
Fixed:
-
IGCommunitiesSpinGlass
returned invalid results for the null and singleton graphs.
Other:
- Documentation improvements.
0.6.1
Fixed:
-
IGCompareCommunities
had a corrupted usage message. - Restored compatibility with older Linux distros that use GCC 4.8, such as RHEL / CentOS 7.
- The Fruchterman-Reingold, Kamada-Kawai and DrL layouts now verify that all weights are positive.
-
IGAsymmetrixPreferenceGame
misinterpreted the type weight matrix.
Other:
- Temporarily disabled resizing in graph editor, as it interferes with vertex creation.
- Documentation improvements.