From 535f42cb63e86bc9b093f5d79948b0c1258018df Mon Sep 17 00:00:00 2001 From: dehann Date: Mon, 10 Dec 2018 00:07:31 -0500 Subject: [PATCH 1/3] new docs function ref --- REQUIRE | 2 +- docs/src/func_ref.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/REQUIRE b/REQUIRE index d93168727..33b27849b 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,6 +1,6 @@ julia 0.7 1.1 RoME 0.2.2 -IncrementalInference 0.4.4 +IncrementalInference 0.4.5 Graphs 0.10.1 KernelDensityEstimate 0.4.1 Distributions 0.16.0 diff --git a/docs/src/func_ref.md b/docs/src/func_ref.md index ac90066bc..f95f54b97 100644 --- a/docs/src/func_ref.md +++ b/docs/src/func_ref.md @@ -54,9 +54,13 @@ addFactor! allnums approxConv batchSolve! +childCliqs +cliqGibbs convert2packedfunctionnode decodefg doautoinit! +downMsgPassingRecursive +dwnMsg emptyFactorGraph encodefg fifoFreeze! @@ -64,6 +68,8 @@ findRelatedFromPotential fmcmc! getCurrentWorkspaceFactors getCurrentWorkspaceVariables +getKDE +getVertKDE initializeNode! landmarks loadjld @@ -71,11 +77,21 @@ localProduct ls lsf lsRear +manualinit! +packFromLocalPotentials! printgraphmax productpartials! prodmultiplefullpartials prodmultipleonefullpartials savejld +setDwnMsg! setfreeze! +setUpMsg! subgraphFromVerts +treeProductDwn +treeProductUp +updateFGBT! +upGibbsCliqueDensity +upMsg +writeGraphPdf ``` From d0e7d4bf88aa749a430b09ccfdc89a69553bdc2d Mon Sep 17 00:00:00 2001 From: dehann Date: Mon, 10 Dec 2018 00:21:48 -0500 Subject: [PATCH 2/3] missing imports for new IIF doc strings --- docs/make.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/make.jl b/docs/make.jl index f439270f3..f70e4429b 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,5 +1,6 @@ using Documenter, Caesar import IncrementalInference: fmcmc!, localProduct, productpartials!, prodmultiplefullpartials, prodmultipleonefullpartials, setfreeze! +import IncrementalInference: cliqGibbs, downMsgPassingRecursive, packFromLocalPotentials!, treeProductDwn, updateFGBT!, upGibbsCliqueDensity using KernelDensityEstimatePlotting using RoMEPlotting From 939ff0f8da834db902848fd15dff88db7390dbea Mon Sep 17 00:00:00 2001 From: dehann Date: Tue, 11 Dec 2018 15:19:47 -0500 Subject: [PATCH 3/3] udpate require --- REQUIRE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/REQUIRE b/REQUIRE index 33b27849b..b60e2d40d 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,6 +1,6 @@ julia 0.7 1.1 RoME 0.2.2 -IncrementalInference 0.4.5 +IncrementalInference 0.4.6 Graphs 0.10.1 KernelDensityEstimate 0.4.1 Distributions 0.16.0 @@ -10,7 +10,7 @@ CoordinateTransformations 0.5.0 JLD2 JSON 0.18.0 FileIO 1.0.0 -NLsolve 2.1.0 3.0.0 +NLsolve 3.0.0 LCMCore 0.4.0 DataStructures 0.9.0 ProgressMeter 0.6.0