Skip to content

Commit 48976ef

Browse files
committed
update news and bump to v0.27
1 parent fa28435 commit 48976ef

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Listing news on any major breaking changes in DFG. For regular changes, see int
66
- Deprecate `updateFactor!` for `mergeFactor!`, note `merege` returns number of nodes updated/added.
77
- Rename BlobEntry to Blobentry, see #1123.
88
- Rename BlobStore to Blobstore, see #1124.
9+
- Refactor the Factor solver data structure, see #1127:
10+
- Deprecated GenericFunctionNodeData, PackedFunctionNodeData, FunctionNodeData, and all functions related factor.solverData.
11+
- Replaced by 3 seperete types: Observation, State, and Cache
12+
- This is used internally be the solver and should not affect the average user of DFG.
13+
- Rename FactorOperationalMemory -> FactorSolverCache
14+
- Rename AbstractFactor -> AbstractFactorObservation (keeping both around)
915

1016
# v0.26
1117
- Graph structure plotting now uses GraphMakie.jl instead of GraphPlot.jl. Update by replacing `using GraphPlot` with `using GraphMakie`.

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DistributedFactorGraphs"
22
uuid = "b5cc3c7e-6572-11e9-2517-99fb8daf2f04"
3-
version = "0.26.0"
3+
version = "0.27.0"
44

55
[deps]
66
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

0 commit comments

Comments
 (0)