Releases: ITensor/NamedGraphs.jl
Releases · ITensor/NamedGraphs.jl
v0.1.16
NamedGraphs v0.1.16
Merged pull requests:
- Partitioned graphs (#44) (@JoeyT1994)
- Better functionality for PartitionedGraph (#45) (@JoeyT1994)
v0.1.15
NamedGraphs v0.1.15
Merged pull requests:
- Swapped Row and Column Naming in Triangular and Hexagonal Lattice Fun… (#38) (@JoeyT1994)
- Added forest cover function (#39) (@JoeyT1994)
v0.1.14
NamedGraphs v0.1.14
Merged pull requests:
- Hexagonal_Lattice_Graph() and Triangular_Lattice_Graph() (#35) (@JoeyT1994)
- Decorated graphs (#37) (@JoeyT1994)
v0.1.13
NamedGraphs v0.1.13
Merged pull requests:
- Fix
dijkstra_shortest_paths
for mixed vertex types (#34) (@mtfishman)
v0.1.12
v0.1.11
NamedGraphs v0.1.11
Merged pull requests:
- [Easy] Remove
is_tree
function to be consistent with Graphs.jl 1.8 (#31) (@LinjianMa)
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.mincut
for 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)