Skip to content

v0.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Apr 00:05
· 7 commits to master since this release
25fdc10

SimpleValueGraphs v0.3.2

Diff since v0.3.1

Changes:

  • Make add_vertex! and add_edge! easier for single value graphs
  • Make graph constructors more type stable
  • Make vertex and edge value getters more type stable
  • Add reverse operator
  • Implement mul! for AdjacencyMatrix
  • Throw error if weights called without key for multiple edge values
  • Rewrite abstract edge iterator in terms of outneighbors
  • Add tests for converting matrices to SparseMatrixCSC
  • Add documentation for creating custom graph types
  • Fix doctests for Julia 1.6