Releases: szhorvat/IGraphM
v0.3.115
- New functions:
IGGlobalEfficiency
,IGLocalEfficiency
,IGAverageLocalEfficiency
,IGAdjacenctVerticesQ
,IGAverageNeighborDegree
,IGAverageDegreeConnectivity
,IGVertexAssociate
- Big fixes
- Documentation improvements
- Improved compatibility with Mathematica 12.1
v0.3.114
v0.3.113
- New functions:
IGSIRProcess
IGMinimumEdgeCuts
,IGMinimalEdgeCuts
IGCommunitiesLeiden
- Importing Graph6, Digraph6, Sparse6 with
IGFromNauty
,IGImport
,IGImportString
IGCompleteGraph
andIGCompleteAcyclicGraph
: create graph from list of vertex names- Re-enable
IGGraphlet*
functions - Loading the package no longer
Print
s a message, it merely returns it. UseNeeds["IGraphM`];
to suppress the message. - Documentation improvements.
- Many bug fixes.
v0.3.112
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
. 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.
v0.3.111
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.