All Versions
6
Latest Version
Avg Release Cycle
135 days
Latest Release
1746 days ago
Changelog History
Changelog History
-
v0.8.0 Changes
February 22, 2020Ship igraph C sources v0.8.0
โ Add random number generator.
-
v0.7.1 Changes
November 26, 2018- โ Add a few more functions.
-
v0.7.0 Changes
May 23, 2018- โ Add more functions and tests.
- Internal interface redesign.
-
v0.6.0 Changes
May 10, 2018- ๐ฅ Breaking change: Drop
Graph
type class. ChangeLGraph
andMLGraph
toGraph
andMGraph
. The newGraph
andMGraph
types are now dependently typed.
- ๐ฅ Breaking change: Drop
-
v0.5.0 Changes
April 25, 2018- ๐ Fix memory leaks.
- Interface change:
mapNodes
,mapEdges
,filterNodes
,filterEdges
becomenmap
,emap
,nfilter
,efilter
.
-
v0.4.0 Changes
April 20, 2018- โ
A new attribute interface written in C. The graph attributes are now directly serialized into bytestring using "cereal" (before we used the
Show
instance).
- โ
A new attribute interface written in C. The graph attributes are now directly serialized into bytestring using "cereal" (before we used the