Releases: ITensor/NamedGraphs.jl
Releases · ITensor/NamedGraphs.jl
v0.6.7
NamedGraphs v0.6.7
Merged pull requests:
- Update .github/workflows/FormatPullRequest.yml (#93) (@mtfishman)
- Update .pre-commit-config.yaml (#94) (@mtfishman)
- Automatic JuliaFormatter.jl run (#95) (@github-actions[bot])
Closed issues:
- [BUG] checking for existence of vertex can error in convert() (#90)
v0.6.6
v0.6.5
v0.6.4
v0.6.3
v0.6.2
NamedGraphs v0.6.2
Merged pull requests:
- README improvements (#79) (@emstoudenmire)
- Remove degree-zero vertices from steiner_tree output (#82) (@emstoudenmire)
Closed issues:
- [BUG] Possible bug in
steiner_tree
(#80)
v0.6.1
NamedGraphs v0.6.1
Merged pull requests:
- Add vertices_at_distance and next_nearest_neighbors (#77) (@JoeyT1994)
v0.6.0
NamedGraphs v0.6.0
Merged pull requests:
- Redesign
GenericNamedGraph
type (#73) (@mtfishman) - Fix
convert_vertextype
(#74) (@mtfishman) - Define
rand
forOrderedIndices
(#75) (@mtfishman) NamedGraph
conversion (#76) (@mtfishman)
Closed issues:
- Change the design of
GenericNamedGraph
type (#70)
v0.5.1
NamedGraphs v0.5.1
Merged pull requests:
- Define
convert_vertextype
forSimple[Di]Graph
(#72) (@mtfishman)
v0.5.0
NamedGraphs v0.5.0
Merged pull requests:
- Expand functionality and tests (#69) (@mtfishman)
Closed issues:
- Rename
vertextype
tovertex_type
(#68)