File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
name = " DistributedFactorGraphs"
2
2
uuid = " b5cc3c7e-6572-11e9-2517-99fb8daf2f04"
3
- version = " 0.18.3 "
3
+ version = " 0.18.4 "
4
4
5
5
[deps ]
6
6
Base64 = " 2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
@@ -28,13 +28,13 @@ Unmarshal = "cbff2730-442d-58d7-89d1-8e530c41eb02"
28
28
[compat ]
29
29
Colors = " 0.10, 0.11, 0.12"
30
30
Distributions = " 0.23, 0.24, 0.25"
31
- DocStringExtensions = " 0.8"
31
+ DocStringExtensions = " 0.8, 0.9 "
32
32
Graphs = " 1.4"
33
33
GraphPlot = " 0.5.0"
34
34
JSON = " 0.21"
35
35
JSON2 = " 0.3.1"
36
36
LightGraphs = " 1.2, 1.3"
37
- ManifoldsBase = " 0.11, 0.12"
37
+ ManifoldsBase = " 0.11, 0.12, 0.13 "
38
38
Neo4j = " 2"
39
39
Pkg = " 1.4, 1.5"
40
40
Reexport = " 1"
Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ Example
374
374
using IncrementalInference
375
375
376
376
# canonical example graph as example
377
- fg = generateCanonicalFG_Kaess ()
377
+ fg = generateGraph_Kaess ()
378
378
379
379
@show path = findShortestPathDijkstra(fg, :x1, :x3)
380
380
@show isVariable.(fg, path)
You can’t perform that action at this time.
0 commit comments