Releases: ITensor/NamedGraphs.jl
Releases · ITensor/NamedGraphs.jl
v0.1.10
NamedGraphs v0.1.10
Merged pull requests:
- Adding and Removing Edge Lists (#29) (@JoeyT1994)
- Add
pre_order_dfs_vertices(#30) (@LinjianMa)
v0.1.9
v0.1.8
NamedGraphs v0.1.8
Merged pull requests:
- Fix
GraphsFlows.mincutfor weights that are passed as Dictionary (#27) (@mtfishman)
v0.1.7
NamedGraphs v0.1.7
Merged pull requests:
- Fix ambiguity error with
dijkstra_shortest_paths(#26) (@mtfishman)
v0.1.6
v0.1.5
NamedGraphs v0.1.5
Closed issues:
- Orientation of edges in
incident_edges(#11) - Replace calls to
vertices(graph)[parent_vertex]withparent_vertex_to_vertex(graph, parent_vertex)(#15)
Merged pull requests:
- Add
connected_components,merge_vertices. Fixincident_edges. (#19) (@mtfishman)
v0.1.4
NamedGraphs v0.1.4
Closed issues:
- add_vertex! Appears to add multiple copies of a vertex (#10)
Merged pull requests:
- Add more wrappers for
Graphs.jlfunctions (#17) (@mtfishman)
v0.1.3
NamedGraphs v0.1.3
v0.1.2
NamedGraphs v0.1.2
v0.1.1
NamedGraphs v0.1.1
Merged pull requests:
- Add
convert_vertextypesupport forNamedGraphs, clean up constructors (#16) (@mtfishman)