Skip to content

v0.3.113

Pre-release
Pre-release
Compare
Choose a tag to compare
@szhorvat szhorvat released this 09 Feb 10:48
· 461 commits to master since this 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.