Skip to content

Releases: szhorvat/IGraphM

v0.3.115

28 Mar 14:49
Compare
Choose a tag to compare
v0.3.115 Pre-release
Pre-release
  • New functions: IGGlobalEfficiency, IGLocalEfficiency, IGAverageLocalEfficiency, IGAdjacenctVerticesQ, IGAverageNeighborDegree, IGAverageDegreeConnectivity, IGVertexAssociate
  • Big fixes
  • Documentation improvements
  • Improved compatibility with Mathematica 12.1

v0.3.114

14 Feb 07:49
Compare
Choose a tag to compare
v0.3.114 Pre-release
Pre-release
  • Add IGTryUntil
  • Bug fixes and documentation improvements

v0.3.113

09 Feb 10:48
Compare
Choose a tag to compare
v0.3.113 Pre-release
Pre-release
  • New functions:
    • IGSIRProcess
    • IGMinimumEdgeCuts, IGMinimalEdgeCuts
    • IGCommunitiesLeiden
    • Importing Graph6, Digraph6, Sparse6 with IGFromNauty, IGImport, IGImportString
  • IGCompleteGraph and IGCompleteAcyclicGraph: create graph from list of vertex names
  • Re-enable IGGraphlet* functions
  • Loading the package no longer Prints a message, it merely returns it. Use Needs["IGraphM`]; to suppress the message.
  • Documentation improvements.
  • Many bug fixes.

v0.3.112

07 May 12:12
Compare
Choose a tag to compare
v0.3.112 Pre-release
Pre-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.

v0.3.111

05 May 10:34
Compare
Choose a tag to compare
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. 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.

v0.3.110

22 Apr 18:48
Compare
Choose a tag to compare
v0.3.110 Pre-release
Pre-release

Changes in this release:

  • Added IGGetIsomorphism, IGGetSubisomorphism. The support multigraphs.
  • Important bug fixes to multigraph isomorphism
  • Faster minimum edge colouring
  • Bug fixes and documentation improvements

v0.3.109

16 Apr 21:27
Compare
Choose a tag to compare
v0.3.109 Pre-release
Pre-release

Changes in this release:

  • Full compatibility with Mathematica 12.0
  • New functions: IGToPrufer, IGDistanceWeighted
  • Many fixes and documentation improvements

v0.3.108

17 Dec 09:28
Compare
Choose a tag to compare
v0.3.108 Pre-release
Pre-release
  • New functions: IGMaximumFlowValue, IGMaximumFlowMatrix, IGDominatorTree, IGImmediateDominators, IGGomoryHuTree
  • Bug fixes and documentation improvements

v0.3.107

11 Dec 11:07
Compare
Choose a tag to compare
v0.3.107 Pre-release
Pre-release

This release includes bug fixes.

v0.3.106

09 Dec 10:46
Compare
Choose a tag to compare
v0.3.106 Pre-release
Pre-release

Change in this release:

  • New functions: IGForestQ, IGExpressionTree
  • Removed DirectedEdges option of IGReingoldTilford(Circular)
  • Bug fixes and documentation updates