Releases: ITensor/NamedGraphs.jl
Releases · ITensor/NamedGraphs.jl
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.jl
functions (#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_vertextype
support forNamedGraphs
, clean up constructors (#16) (@mtfishman)
v0.1.0
NamedGraphs v0.1.0
Merged pull requests:
- Remove
NamedDimGraph
, refactor and simplify (#13) (@mtfishman)
v0.0.1
NamedGraphs v0.0.1
Merged pull requests:
- Rewrite in terms of
AbstractNamedGraph
(#1) (@mtfishman) - CompatHelper: add new compat entry for Graphs at version 1, (keep existing compat) (#2) (@github-actions[bot])
- CompatHelper: add new compat entry for Dictionaries at version 0.3, (keep existing compat) (#3) (@github-actions[bot])
- CompatHelper: add new compat entry for AbstractTrees at version 0.3, (keep existing compat) (#4) (@github-actions[bot])
- CompatHelper: bump compat for AbstractTrees to 0.4, (keep existing compat) (#5) (@github-actions[bot])
- Add paths for tree graphs (#6) (@leburgel)
- Extend comb tree constructors (#7) (@leburgel)
- Add some AbstractNamedGraph functionalities (#8) (@leburgel)