Skip to content

Commit

Permalink
Merge pull request #117 from JuliaRobotics/master
Browse files Browse the repository at this point in the history
v0.4.8-rc1
  • Loading branch information
dehann committed Jul 20, 2021
2 parents b47a693 + 3bd7b83 commit 85015c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 47 deletions.
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name = "ApproxManifoldProducts"
uuid = "9bbbb610-88a1-53cd-9763-118ce10c1f89"
keywords = ["MM-iSAMv2", "SLAM", "inference", "sum-product", "belief-propagation", "nonparametric", "manifolds", "functional"]
version = "0.4.7"
version = "0.4.8"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
JSON2 = "2535ab7d-5cd8-5a07-80ac-9b1792aadce3"
KernelDensityEstimate = "2472808a-b354-52ea-a80e-1658a3c6056d"
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Expand Down Expand Up @@ -37,7 +36,6 @@ Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
[compat]
CoordinateTransformations = "0.5, 0.6, 0.8, 0.9"
DocStringExtensions = "0.7, 0.8, 0.9"
JSON2 = "0.3, 0.4, 0.5, 0.6, 0.7, 1"
KernelDensityEstimate = "0.5.6"
Manifolds = "0.5"
ManifoldsBase = "0.11, 0.12"
Expand Down
4 changes: 2 additions & 2 deletions src/ApproxManifoldProducts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ using CoordinateTransformations
using Requires
using SLEEFPirates
using LinearAlgebra
using JSON2
# using JSON2
using TensorCast
using StaticArrays
using Logging
Expand Down Expand Up @@ -79,7 +79,7 @@ include("KernelHilbertEmbeddings.jl")

include("TrackingLabels.jl")

include("Serialization.jl")
# include("Serialization.jl") # moved downstream to IIF to use InferenceVariable serialized types instead
include("API.jl")

include("Deprecated.jl")
Expand Down
2 changes: 1 addition & 1 deletion src/Interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ManifoldsBase: identity
export makeCoordsFromPoint, makePointFromCoords, getNumberCoords
export identity


# Deprecate in favor of TranslationGroup instead
ManifoldsBase.identity(::Euclidean{Tuple{N}}, val::AbstractVector{T}) where {N, T <: Number} = zeros(T, N)
ManifoldsBase.identity(::Circle, val::AbstractVector{T}) where {T <: Real} = zeros(T, 1)

Expand Down
41 changes: 0 additions & 41 deletions src/Serialization.jl

This file was deleted.

0 comments on commit 85015c0

Please sign in to comment.