DistributedFactorGraphs v0.29.0
See the changelog in NEWS.md
Closed issues:
- Add getVariableSummaries() and getFactorSummaries() (#54)
- Drivers: Build CosmosDB driver PoC (#65)
- Provide function to pull down latest
solverDataDict(#90) - Which setTimestamp[!] to use on DFGVariable? (#315)
- Avoid the Gaussian-only road (#535)
- Implement Mongo blob store (#552)
- [Optional] Persist InMemoryStore blob using FolderStore (#586)
- should AbstractDataEntry.blobstore be a ::Dict{Symbol,Symbol}? (#595)
- Support both Timestamp formats "-00:00" and "Z"? (#868)
- Need testing on serialization of PPEs (#970)
- Change to
VariableDFG.missionnanosecalongside.timestamp(#1087) - All node metadata re-design (#1105)
- Replace Data noun with save! and load verbs (#1110)
- Fix/improve Factor Observation JSON serialization (#1137)
- Restore for variables and factors the module prefix (#1140)
- Make blobId=>Blob immutable (#1157)
- Should Blobentry.metadata dict have CRUD? (#1172)
- [Feature] Bloblet phantom Noun, a convenience high level API (wrap blobless blobentry for CRUD/ACID small data) (#1174)
- Standardize Blobentry (#1178)
- Standardize Factor* (#1179)
- Standardize [Packed]State (#1181)
- Standardize Agent (#1182)
- Standardize Graphroot (#1183)
- Standardize PackedGraphsDFG (#1184)
- Standardize
RecipehyperandRecipestate(wasFactorState) (#1185) - Should we deprecate
[verb]Blobentry[!]in favour of explicit[verb]VariableBlobentry[!]? (#1194) merge!should be cascading (#1208)- Design motive notes: GraphDB over RDB (#1210)
delete!should not error (LabelNotFoundError) if node already deleted (#1211)- Add State filtering to getVariable[s] (#1219)