Skip to content

Commit a69ed65

Browse files
committed
Support for AttributeGraphs v0.2
1 parent 433dfb8 commit a69ed65

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NestedGraphs"
22
uuid = "03c36417-ddab-428a-818d-5359aee292ef"
33
authors = ["fchrstou <[email protected]> and contributors"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
@@ -16,7 +16,7 @@ AbstractTrees = "0.4"
1616
DocStringExtensions = "0.9"
1717
Graphs = "1"
1818
MetaGraphs = "0.7"
19-
AttributeGraphs = "0.1.0"
19+
AttributeGraphs = "0.2"
2020
SimpleTraits = "0.9"
2121

2222
julia = "1.7"

test/attributegraphs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@testset "attributegraphs" begin
2-
nag = NestedGraph([AttributeGraph(;vvertex_type=String, edge_type=String, graph_type=Dict{Symbol, String}),
3-
AttributeGraph(;vvertex_type=String, edge_type=String, graph_type=Dict{Symbol, String})])
2+
nag = NestedGraph([OAttributeGraph(;vertex_type=String, edge_type=String, graph_type=Dict{Symbol, String}),
3+
OAttributeGraph(;vertex_type=String, edge_type=String, graph_type=Dict{Symbol, String})])
44

55
@test all([addvertex!(nag; subgraphs=1) for _ in 1:3])
66
@test all([addvertex!(nag; subgraphs=2) for _ in 1:5])

0 commit comments

Comments
 (0)