v0.3.112
Pre-releaseThis release corrects problems with the documentation and restores documentation compatibility with Mathematica 11.2. There are no functional changes.
Changes in the last 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.