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

Changelog History

  • v0.1.3.0 Changes

    โœ‚ Removed self loops from WattsStrogatz graph model Credits to @shrutihiray

  • v0.1.2.0 Changes

    • ๐Ÿ›  Fix wrong haddock syntax leading to unused function docs
  • v0.1.1.0 Changes

    • โœ… More unit tests for completeGraph variants
    • โœ… More unit tests for regular graphs
    • ๐Ÿ†• New regular graphs: starGraph, wheelGraph, nullGraph
    • ๐Ÿ“‡ Rename lineGraph to pathGraph (incorrect naming)
    • โž• Add notes about preconditions
    • โž• Add correct copyright declarations
    • ๐Ÿ›  Fix several doc formatting issues
  • v0.1.0.0 Changes

    • ๐Ÿ“‡ Rename Data.Graph.Generators.Simple to Data.Graph.Generators.Regular
    • โž• Add lineGraph