Skip to content

v0.3.112

Pre-release
Pre-release
Compare
Choose a tag to compare
@szhorvat szhorvat released this 07 May 12:12
· 536 commits to master since this release

This 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. 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.