v0.3.111
Pre-release
Pre-release
Changes in this release:
-
Most IGraph/M functions now use Mathematica's own random number generator and react to
SeedRandom
/BlockRandom
. UseIGSeedRandom
to switch back to the igraph default for better performance. -
New functions:
IGBiconnectedEdgeComponents
,IGColoredSimpleGraph
,IGCactusQ
,IGCompleteQ
,IGRegularQ
,IGStronglyRegularQ
,IGDistanceRegularQ
,IGDistanceTransitiveQ
. -
Incompatible change:
IGBlissAutomorphismGroup
now returns aPermutationGroup
expression. -
Serious bugs fixed:
IGDualGraph
andIGEdgeTransitiveQ
would return incorrect results for some inputs. This is now fixed. -
Bug fixes, polish and documentation improvements.