Releases: SebastianM-C/StorageGraphs.jl
Releases · SebastianM-C/StorageGraphs.jl
v0.3.2
StorageGraphs v0.3.2
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
Fix bug in add_nodes! when continuing a path
v0.3.0
Prepare new version
v0.2.1
Prepare new version
Switch to Sets for storing paths
- 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
Graph traversal speed should improve.
Initial Release
This is the initial release for the StorageGraphs.jl package.