All Versions
6
Latest Version
Avg Release Cycle
135 days
Latest Release
1518 days ago

Changelog History

  • v0.8.0 Changes

    February 22, 2020
    • Ship 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. Change LGraph and MLGraph to Graph and MGraph. The new Graph and MGraph types are now dependently typed.
  • v0.5.0 Changes

    April 25, 2018
    • ๐Ÿ›  Fix memory leaks.
    • Interface change: mapNodes, mapEdges, filterNodes, filterEdges become nmap, 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).