Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 4 additions & 13 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name = "NamedGraphs"
uuid = "678767b0-92e7-4007-89e4-4527a8725b19"
version = "0.10.14"
version = "0.10.15"
authors = ["Matthew Fishman <mfishman@flatironinstitute.org>, Joseph Tindall <jtindall@flatironinstitute.org> and contributors"]

[workspace]
projects = ["benchmark", "dev", "docs", "examples", "test"]

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand Down Expand Up @@ -49,15 +52,3 @@ SplitApplyCombine = "1.2.2"
Suppressor = "0.2"
SymRCM = "0.2.1"
julia = "1.7"

[extras]
GraphsFlows = "06909019-6f44-4949-96fc-b9d9aaa02889"
KaHyPar = "2a6221f6-aa48-11e9-3542-2d9e0ef01880"
Metis = "2679e427-3c69-5b7f-982b-ece356f1e94b"
SimpleGraphAlgorithms = "41400c72-0c58-5c16-8579-4ecbce768449"
SimpleGraphConverter = "205b04f2-f585-4877-a239-566270b3f673"
SymRCM = "286e6d88-80af-4590-acc9-0001b223b9bd"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
3 changes: 3 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ NamedGraphs = "678767b0-92e7-4007-89e4-4527a8725b19"
Documenter = "1.10"
Literate = "2.20.1"
NamedGraphs = "0.10"

[sources.NamedGraphs]
path = ".."
4 changes: 3 additions & 1 deletion examples/Project.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@

[deps]
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
NamedGraphs = "678767b0-92e7-4007-89e4-4527a8725b19"

[compat]
Graphs = "1.12"
NamedGraphs = "0.10"

[sources.NamedGraphs]
path = ".."
48 changes: 25 additions & 23 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,36 +1,38 @@

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
SimpleGraphConverter = "205b04f2-f585-4877-a239-566270b3f673"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
GraphsFlows = "06909019-6f44-4949-96fc-b9d9aaa02889"
KaHyPar = "2a6221f6-aa48-11e9-3542-2d9e0ef01880"
Metis = "2679e427-3c69-5b7f-982b-ece356f1e94b"
GraphsFlows = "06909019-6f44-4949-96fc-b9d9aaa02889"
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
NamedGraphs = "678767b0-92e7-4007-89e4-4527a8725b19"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
SimpleGraphAlgorithms = "41400c72-0c58-5c16-8579-4ecbce768449"
SimpleGraphConverter = "205b04f2-f585-4877-a239-566270b3f673"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
SymRCM = "286e6d88-80af-4590-acc9-0001b223b9bd"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Metis = "2679e427-3c69-5b7f-982b-ece356f1e94b"

[compat]
AbstractTrees = "0.4.5"
Aqua = "0.8.11"
Dictionaries = "0.4.4"
Pkg = "1.10"
Test = "1.10"
Random = "1.10"
Suppressor = "0.2.8"
SimpleGraphConverter = "0.1"
Graphs = "1.12"
GraphsFlows = "0.1.1"
KaHyPar = "0.3.1"
Metis = "1.5"
GraphsFlows = "0.1.1"
Aqua = "0.8.11"
NamedGraphs = "0.10"
Pkg = "1.10"
Random = "1.10"
SafeTestsets = "0.1"
SimpleGraphAlgorithms = "0.6"
SimpleGraphConverter = "0.1"
Suppressor = "0.2.8"
AbstractTrees = "0.4.5"
Dictionaries = "0.4.4"
SymRCM = "0.2.2"
Test = "1.10"
SafeTestsets = "0.1"
Metis = "1.5"

[sources.NamedGraphs]
path = ".."
Loading