All Versions
25
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 2

  • v0.7.0.0 Changes

    • ๐Ÿ—„ Deprecate directlyReachableVertices in favor of reachableAdjacentVertices
    • โž• Add edge-triples functions in Graph type class
  • v0.6.0.0 Changes

    • โœ‚ Remove redundant functions available in Graph type class
  • v0.5.0.2 Changes

    • Efficient size computing for DGraph
  • v0.5.0.1 Changes

    • Efficient size computing for UGraph
  • v0.5.0.0 Changes

    • Flip arguments for insertion and removal
    • Efficient graph size function
  • v0.4.3.0 Changes

    • โœ‚ Remove Probability datatype. erdosRenyi takes a Float
  • v0.4.2.0 Changes

    • Xlib visualization functions
  • v0.4.1.0 Changes

    • Morphisms module
    • DegreeSequence module
    • Read module
  • v0.4.0.0 Changes

    • Flip arguments for Edges and Arcs insertion
    • ๐Ÿ†• New connectivity functions
    • Define the transpose of a directed graph
  • v0.3.0.0 Changes

    • Arguments of functions in Graph type class flipped
    • Basic connectivity functions
    • ๐Ÿ‘ Allow for directed graphs plotting