Skip to content

Commit d197854

Browse files
authored
Bump NamedGraphs to v0.1.11, Graphs to v1.8, put is_tree under Graphs.jl export (#65)
1 parent 7a52b25 commit d197854

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ DataGraphs = "0.1.7"
3737
DataStructures = "0.18"
3838
Dictionaries = "0.3.15"
3939
DocStringExtensions = "0.8, 0.9"
40-
Graphs = "1.6"
40+
Graphs = "1.8"
4141
GraphsFlows = "0.1.1"
4242
ITensors = "0.3.23"
4343
IsApprox = "0.1.7"
4444
IterTools = "1.4.0"
4545
KrylovKit = "0.6.0"
46-
NamedGraphs = "0.1.8"
46+
NamedGraphs = "0.1.11"
4747
Observers = "0.0.8"
4848
Requires = "1.3"
4949
SimpleTraits = "0.9"

src/exports.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export grid,
1616
dfs_tree,
1717
edgetype,
1818
is_directed,
19+
is_tree,
1920
rem_vertex!,
2021
vertices,
2122
post_order_dfs_vertices,
@@ -26,7 +27,6 @@ export grid,
2627
export Key,
2728
named_binary_tree,
2829
named_grid,
29-
is_tree,
3030
parent_vertex,
3131
child_vertices,
3232
post_order_dfs_edges,

0 commit comments

Comments
 (0)