Skip to content

Commit 2bb10c7

Browse files
committed
Bump to v0.25 and update Manifolds compat
1 parent b9a0ead commit 2bb10c7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

RoME/Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "RoME"
22
uuid = "91fb55c2-4c03-5a59-ba21-f4ea956187b8"
33
keywords = ["SLAM", "state-estimation", "MM-iSAM", "MM-iSAMv2", "inference", "robotics"]
44
desc = "Non-Gaussian simultaneous localization and mapping"
5-
version = "0.24.7"
5+
version = "0.25.0"
66

77
[deps]
88
ApproxManifoldProducts = "9bbbb610-88a1-53cd-9763-118ce10c1f89"
@@ -51,14 +51,14 @@ RoMEFluxExt = "Flux"
5151
RoMEImageIOExt = "ImageIO"
5252

5353
[compat]
54-
ApproxManifoldProducts = "0.9"
54+
ApproxManifoldProducts = "0.9, 0.10"
5555
CameraModels = "0.2"
5656
CoordinateTransformations = "0.5, 0.6"
5757
Dates = "1.10"
5858
DelimitedFiles = "1"
5959
DifferentialEquations = "7"
6060
Distributed = "1.10"
61-
DistributedFactorGraphs = "0.27"
61+
DistributedFactorGraphs = "0.28"
6262
Distributions = "0.24, 0.25"
6363
DocStringExtensions = "0.8, 0.9"
6464
FileIO = "1"
@@ -71,8 +71,8 @@ Interpolations = "0.14, 0.15"
7171
KernelDensityEstimate = "0.5.1, 0.6"
7272
LieGroups = "0.1.1"
7373
LinearAlgebra = "1.10"
74-
Manifolds = "0.10.1"
75-
ManifoldsBase = "0.15, 1"
74+
Manifolds = "0.10.1, 0.11"
75+
ManifoldsBase = "1, 2"
7676
Optim = "0.22, 1"
7777
OrderedCollections = "1"
7878
PrecompileTools = "1"

RoMETypes/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
1414
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1515

1616
[compat]
17-
DistributedFactorGraphs = "0.27.0"
17+
DistributedFactorGraphs = "0.27, 0.28.0"
1818
DocStringExtensions = "0.9.3"
1919
LieGroups = "0.1.3"
2020
LinearAlgebra = "1.11.0"
21-
Manifolds = "0.10"
22-
ManifoldsBase = "1.2.0"
21+
Manifolds = "0.10, 0.11"
22+
ManifoldsBase = "1.2.0, 2"
2323
RecursiveArrayTools = "3.27.0"
2424
StaticArrays = "1.9.7"

0 commit comments

Comments
 (0)