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

Releases: sbromberger/LightGraphs.jl

LightGraphs v0.10.2

25 Aug 16:45
Compare
Choose a tag to compare

In this release:

  • additional centrality measures
  • misc bug fixes

LightGraphs v0.10.1

23 Aug 16:24
Compare
Choose a tag to compare

In this release:

  • non-breaking (backwards-compatible) change to LG persistence
  • performance improvements to common algorithms
  • DFS no longer supports visitor-based functions

LightGraphs v0.10.0

15 Aug 16:44
Compare
Choose a tag to compare

In this release:
BREAKING:

  • dir is now a keyword (as opposed to a positional) argument in all applicable user-facing functions.
  • BFS traversals no longer support visitor-based functions.

ADDITIONS:

  • has_path function

ENHANCEMENTS:

  • performance improvements
  • parallel versions of distance measurements

LightGraphs v0.9.5

27 Jul 04:57
Compare
Choose a tag to compare

Changes:

GZip.jl now removed in favor of CodecZlib.jl (adds one indirect dependency)
new documentation process
diffusion as a traversal mechanism (credit to @nickeubank)

LightGraphs v0.9.4

20 Jul 01:05
Compare
Choose a tag to compare

Contains documentation fixes to eliminate build errors on 0.7.

LightGraphs v0.9.3

18 Jul 03:28
Compare
Choose a tag to compare

LightGraphs v0.9.2

15 Jul 00:02
Compare
Choose a tag to compare

This release:

  • fixes a bug in short-circuit logic
  • reformats LightGraphs to eliminate whitespace linter errors
  • prepares for new GraphIO functionality
  • streamlines some tests

LightGraphs v0.9.1

28 Jun 15:50
Compare
Choose a tag to compare

New functionality

  • parallel versions of some centrality measures
  • improvements in Dijkstra shortest paths
  • degeneracy
  • bug fixes
  • doc enhancements

LightGraphs v0.7.7

17 May 12:51
Compare
Choose a tag to compare

I had hoped to be able to keep AbstractGraphs unexported, but it looks like other packages will need to use it directly.

LightGraphs v0.7.6

17 May 05:18
Compare
Choose a tag to compare

Added AbstractGraph for forward compatibility.