Skip to content

Commit 9229c7e

Browse files
authored
Merge pull request #826 from JuliaRobotics/21Q4/feat/graphsdfg
New GraphsDFG, functional equivalent to LightDFG
2 parents e651723 + b8214ad commit 9229c7e

File tree

12 files changed

+787
-365
lines changed

12 files changed

+787
-365
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name = "DistributedFactorGraphs"
22
uuid = "b5cc3c7e-6572-11e9-2517-99fb8daf2f04"
3-
version = "0.17.1"
3+
version = "0.18.0"
44

55
[deps]
66
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
77
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
88
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
99
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
1010
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
11+
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
1112
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
1213
JSON2 = "2535ab7d-5cd8-5a07-80ac-9b1792aadce3"
1314
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
@@ -28,6 +29,7 @@ Unmarshal = "cbff2730-442d-58d7-89d1-8e530c41eb02"
2829
Colors = "0.8, 0.9, 0.10, 0.11, 0.12"
2930
Distributions = "0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25, 1"
3031
DocStringExtensions = "0.8, 0.9, 0.10, 1"
32+
Graphs = "1.4"
3133
JSON = "0.21"
3234
JSON2 = "0.3.1"
3335
LightGraphs = "1.2, 1.3"

attic/GraphsDFG/entities/GraphsDFG.jl

Lines changed: 0 additions & 76 deletions
This file was deleted.

attic/GraphsDFG/services/GraphsDFG.jl

Lines changed: 0 additions & 282 deletions
This file was deleted.

attic/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ GraphsDFG is dependent on the archived Graphs.jl and no longer maintained from D
44
See https://github.com/JuliaRobotics/DistributedFactorGraphs.jl/issues/398 for more detail.
55

66
MetaGraphsDFG and SymbolDFG are unlikely to be revived again.
7+
8+
The old Graphs (git tags v0.2.5 through v0.10.3) is now replaced by LightGraphs v1.3.5 and is functionally equivalent.
9+
The new GraphsDFG is therefore an exact replacement of LightDFG to follow the transition of LightGraphs to Graphs

0 commit comments

Comments
 (0)