Skip to content

Commit 2dbbbbc

Browse files
committed
clean older depr
1 parent 787f016 commit 2dbbbbc

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Listing news on any major breaking changes in DFG. For regular changes, see int
66
- Switch to GraphsDFG, deprecating archived LightGraphs.jl (#826).
77
- Workaround: packed factor data `.fnc` encoded as base64 to avoid escape character problems (#834).
88
- Towards distributions serialized via JSON, getting away from custom strings.
9+
- `LocalDFG` replaces `DefaultDFG` (#844).
10+
- Optimized creation of CGDFG / `createDfgSessionIfNotExist` (#839, #815).
911

1012
# v0.16.0
1113

src/Deprecated.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ end
8585
## Deprecate before v0.19
8686
##=================================================================================
8787

88+
@deprecate dfgplot(w...;kw...) plotDFG(w...;kw...)
89+
90+
export FunctorInferenceType, PackedInferenceType
91+
8892
const FunctorInferenceType = AbstractFactor # will eventually deprecate
8993
const PackedInferenceType = AbstractPackedFactor # will eventually deprecate
9094

src/DistributedFactorGraphs.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ export addData!
205205
# Factor Data
206206
export GenericFunctionNodeData, PackedFunctionNodeData, FunctionNodeData
207207
export AbstractFactor, AbstractPackedFactor
208-
export FunctorInferenceType, PackedInferenceType # NOTE might be deprecated in the future (const aliases)
209208
export AbstractPrior, AbstractRelative, AbstractRelativeRoots, AbstractRelativeMinimize, AbstractManifoldMinimize
210209
export FactorOperationalMemory
211210

0 commit comments

Comments
 (0)