Skip to content

Commit 60ef9bc

Browse files
committed
Spike on refactoring Factors
1 parent 5306532 commit 60ef9bc

File tree

6 files changed

+236
-103
lines changed

6 files changed

+236
-103
lines changed

Project.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ ManifoldsBase = "3362f125-f0bb-47a3-aa74-596ffd7ef2fb"
1919
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
2020
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
2121
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
22+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2223
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
2324
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
2425
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
@@ -32,12 +33,12 @@ TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
3233
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
3334

3435
[weakdeps]
35-
GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231"
3636
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"
37+
GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231"
3738

3839
[extensions]
39-
DFGPlots = "GraphPlot"
4040
BlobArrow = "Arrow"
41+
DFGPlots = "GraphPlot"
4142

4243
[compat]
4344
Aqua = "0.8"
@@ -57,10 +58,11 @@ InteractiveUtils = "1.10"
5758
JSON3 = "1"
5859
LinearAlgebra = "1.10"
5960
Manifolds = "0.9, 0.10"
60-
ManifoldsBase = "0.14, 0.15"
61+
ManifoldsBase = "0.14, 0.15, 1"
6162
OrderedCollections = "1.4"
6263
Pkg = "1.4, 1.5"
6364
ProgressMeter = "1"
65+
Random = "1.10"
6466
RecursiveArrayTools = "2, 3"
6567
Reexport = "1"
6668
SHA = "0.7, 1"

src/DistributedFactorGraphs.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ using Base
1818
using Base64
1919
using DocStringExtensions
2020
using Dates
21+
using Random
2122
using TimeZones
2223
using Distributions
2324
using Reexport

0 commit comments

Comments
 (0)