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