Skip to content

v0.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Feb 18:27
· 20 commits to master since this release

SimpleValueGraphs v0.3.1

Changes

  • Add per graph metadata
  • Add constructors for Simple[Di]Graphs from value graphs
  • Add constructors to create value graphs from different graphs
  • Add squash for value graphs
  • Add colon key for inedgevals and outedgevals
  • Make it easier to construct/set values from different tuple types than specified for the graph, as long as the individual values can be converted.
  • Add an experimental faster version of dijkstra_shortest_paths
  • Add benchmarks
  • Fix a bug in inedgevals
  • Fix a bug in set_edgeval!
  • Make show work correctly in Julia 1.6
  • Increase tests coverage