All Versions
4
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
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