v0.3.2
SimpleValueGraphs v0.3.2
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