haskell-igraph

Bindings to the igraph C library (v0.8.0).

LTS Haskell 16.31:0.8.0
Stackage Nightly 2020-06-16:0.8.0
Latest on Hackage:0.8.0

See all snapshots haskell-igraph appears in

MIT licensed by Kai Zhang
Maintained by [email protected]
This version can be pinned in stack with:haskell-igraph-0.8.0@sha256:ebcd0dfcba0647c6d31d8558a8588a1c9195e3d575d0a9605b8b4276a379a324,16497

Haskell bindings to igraph C library

Changes

Revision history for haskell-igraph

v0.8.0 – XXXX-XX-XX

  • Ship igraph C sources v0.8.0

  • Add random number generator.

v0.7.1 – 2018-11-26

  • Add a few more functions.

v0.7.0 – 2018-05-23

  • Add more functions and tests.
  • Internal interface redesign.

v0.6.0 – 2018-05-10

  • Breaking change: Drop Graph type class. Change LGraph and MLGraph to Graph and MGraph. The new Graph and MGraph types are now dependently typed.

v0.5.0 – 2018-04-25

  • Fix memory leaks.
  • Interface change: mapNodes, mapEdges, filterNodes, filterEdges become nmap, emap, nfilter, efilter.

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).