Skip to content

Releases: SebastianM-C/StorageGraphs.jl

v0.3.2

30 Mar 22:05
d03decb
Compare
Choose a tag to compare

StorageGraphs v0.3.2

Diff since v0.3.1

Merged pull requests:

  • Install TagBot as a GitHub Action (#10) (@JuliaTagBot)
  • CompatHelper: add new compat entry for "JLD" at version "0.9" (#11) (@github-actions[bot])
  • CompatHelper: add new compat entry for "LightGraphs" at version "1.3" (#12) (@github-actions[bot])
  • CompatHelper: add new compat entry for "GraphPlot" at version "0.4" (#13) (@github-actions[bot])
  • CompatHelper: add new compat entry for "BSON" at version "0.2" (#14) (@github-actions[bot])

v0.3.1

07 May 11:24
Compare
Choose a tag to compare
Fix bug in add_nodes! when continuing a path

v0.3.0

05 May 23:09
fa49b40
Compare
Choose a tag to compare
Prepare new version

v0.2.1

25 Apr 14:39
Compare
Choose a tag to compare
Prepare new version

Switch to Sets for storing paths

09 Apr 11:55
b408a99
Compare
Choose a tag to compare
  • This is a breaking release. Graphs created with previous versions cannot be read with this version and must be recreated.
  • This release has also several performance improvements over the previous version.
  • See #5 for more details

StorageGraphs 0.1.1

31 Mar 13:52
Compare
Choose a tag to compare

Graph traversal speed should improve.

Initial Release

05 Mar 23:52
a00c886
Compare
Choose a tag to compare

This is the initial release for the StorageGraphs.jl package.