Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

LightGraphs v0.13.1

Compare
Choose a tag to compare
@sbromberger sbromberger released this 08 Jun 15:50
· 303 commits to master since this release
463e432

In this update:

  • more 0.7 deprecation fixes (#865, #867, #891, #894, #895)

  • optional sorting algorithm for gdistances (#868)

  • speed /efficiency improvements to

    • transitiveclosure! (#870)
    • Floyd-Warshall (#873)
    • Kruskal (#896)
  • minor bug fix for fruchtgraph (#878)

  • added

    • transitivereduction (#877)
    • constructors to create graphs from edge vectors or iterators (#880)
  • fixes bug in savegraph method overloading (#901)