Skip to content

Releases: JuliaGraphs/StaticGraphs.jl

v1.0.0

11 Nov 21:37
77b8784

Choose a tag to compare

StaticGraphs v1.0.0

Diff since v0.3.1

Breaking changes

  • JLD2.jl needs to be loaded by the user in order to use the loadgraph and savegraph functions and is no longer automatically loaded together with StaticGraphs.jl

Merged pull requests:

Closed issues:

  • Documentation on Building a StaticGraph (#20)
  • neighbors segfaults on large out of bounds indices (#33)
  • StaticGraphs with edge properties (#34)
  • add dependabot to .github folder in order to track outdated workflows (#42)

v0.3.1

27 Aug 13:43
81680b5

Choose a tag to compare

StaticGraphs v0.3.1

Diff since v0.3.0

Merged pull requests:

Closed issues:

  • Finished or abandoned (#36)

v0.3.0

20 Oct 14:35
e15ade5

Choose a tag to compare

StaticGraphs v0.3.0

Diff since v0.2.1

Closed issues:

  • Register v0.2.0 (#24)
  • New version for compatibility changes (#28)

Merged pull requests:

StaticGraphs v0.2.1

01 Apr 09:25
0d2625e

Choose a tag to compare

StaticGraphs v0.2.1

Changes:

  • Add upper bounds to Project.toml

StaticGraphs v0.1.0

19 Aug 20:32
f10be3e

Choose a tag to compare

Initial release of StaticGraphs - immutable LightGraphs with efficient memory footprints.