* Breaking change: Drop `Graph` type class. Change `LGraph` and `MLGraph` to
* Breaking change: Drop `Graph` type class. Change `LGraph` and `MLGraph` to
`Graph` and `MGraph`. The new `Graph` and `MGraph` types are now dependently typed.
`Graph` and `MGraph`. The new `Graph` and `MGraph` types are now dependently typed.
v0.5.0 -- 2018-04-25
v0.5.0 -- 2018-04-25
-------------------
--------------------
* Fix memory leaks.
* Fix memory leaks.
* Interface change: `mapNodes`, `mapEdges`, `filterNodes`, `filterEdges` become
* Interface change: `mapNodes`, `mapEdges`, `filterNodes`, `filterEdges` become
...
@@ -16,6 +16,6 @@ v0.5.0 -- 2018-04-25
...
@@ -16,6 +16,6 @@ v0.5.0 -- 2018-04-25
v0.4.0 -- 2018-04-20
v0.4.0 -- 2018-04-20
-------------------
--------------------
* 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 `Show` instance).