Skip to content

Releases: ITensor/NamedGraphs.jl

v0.1.5

12 Dec 20:48
0f3b94d
Compare
Choose a tag to compare

NamedGraphs v0.1.5

Diff since v0.1.4

Closed issues:

  • Orientation of edges in incident_edges (#11)
  • Replace calls to vertices(graph)[parent_vertex] with parent_vertex_to_vertex(graph, parent_vertex) (#15)

Merged pull requests:

  • Add connected_components, merge_vertices. Fix incident_edges. (#19) (@mtfishman)

v0.1.4

09 Dec 17:18
a95cbe3
Compare
Choose a tag to compare

NamedGraphs v0.1.4

Diff since v0.1.3

Closed issues:

  • add_vertex! Appears to add multiple copies of a vertex (#10)

Merged pull requests:

v0.1.3

01 Dec 23:14
04a3442
Compare
Choose a tag to compare

NamedGraphs v0.1.3

Diff since v0.1.2

v0.1.2

01 Dec 21:37
fb62699
Compare
Choose a tag to compare

NamedGraphs v0.1.2

Diff since v0.1.1

v0.1.1

29 Nov 22:51
d90c8e1
Compare
Choose a tag to compare

NamedGraphs v0.1.1

Diff since v0.1.0

Merged pull requests:

  • Add convert_vertextype support for NamedGraphs, clean up constructors (#16) (@mtfishman)

v0.1.0

29 Nov 00:35
fa74ea8
Compare
Choose a tag to compare

NamedGraphs v0.1.0

Diff since v0.0.1

Merged pull requests:

v0.0.1

10 Nov 02:40
8563e86
Compare
Choose a tag to compare

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)