Skip to content

v0.3.111

Pre-release
Pre-release
Compare
Choose a tag to compare
@szhorvat szhorvat released this 05 May 10:34
· 547 commits to master since this release

Changes in this release:

  • Most IGraph/M functions now use Mathematica's own random number generator and react to SeedRandom/BlockRandom. Use IGSeedRandom 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 a PermutationGroup expression.

  • Serious bugs fixed: IGDualGraph and IGEdgeTransitiveQ would return incorrect results for some inputs. This is now fixed.

  • Bug fixes, polish and documentation improvements.