Skip to content

Commit 86ccab9

Browse files
authored
Update NEWS.md
1 parent aff396e commit 86ccab9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NEWS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ Listing news on any major breaking changes in DFG. For regular changes, see int
22

33
# v0.18.0
44

5-
- Unpack of GenericFactorNodeData now get `dfg::AbstractDFG` and `varOrder::Vector{Symbol}`, deprecating previous use of `convert` without the graph context (#832).
5+
- Unpack of GenericFactorNodeData with `reconstrFactorData` now gets `dfg::AbstractDFG` and `varOrder::Vector{Symbol}`, deprecating previous use of `convert` without the graph context (#832).
66
- Switch to GraphsDFG, deprecating archived LightGraphs.jl (#826).
77
- Workaround: packed factor data `.fnc` encoded as base64 to avoid escape character problems (#834).
8-
- Towards distributions serialized via JSON, getting away from custom strings.
8+
- Towards distributions serialized via JSON, getting away from custom strings (#848).
99
- `LocalDFG` replaces `DefaultDFG` (#844).
1010
- Optimized creation of CGDFG / `createDfgSessionIfNotExist` (#839, #815).
1111
- `plotDFG` replaces `dfgplot` (#841, #844).
1212
- `Neo4jDFG` replaces `CloudGraphsDFG` (#836).
1313

1414
# v0.16.0
1515

16-
- `{Packed}VariableNodeData.infoPerCoord::Vector{Float64}` replaces previous `.inferdim::Float64`. The change should have legacy support to help facilitate the transition. This datastore is likely to only become part of critical computations downstream in IncrementalInference.jl v0.26, even though the previous `.inferdim` data values are being populated there. (#804)
16+
- `{Packed}VariableNodeData.infoPerCoord::Vector{Float64}` replaces previous `.inferdim::Float64`. The change should have legacy support to help facilitate the transition. This datastore is likely to only become part of critical computations downstream in IncrementalInference.jl v0.26, even though the previous `.inferdim` data values are being populated there. (#804)

0 commit comments

Comments
 (0)