v0.27.0
DistributedFactorGraphs v0.27.0
see the changelog in NEWS.md
Merged pull requests:
- defFactorType macro (#1077) (@Affie)
- Refactoring Factors: data -> state, observation and cache (#1127) (@Affie)
- change delete return type (#1134) (@Affie)
- Deprecate and change verb update to merge (#1135) (@Affie)
- Rename BlobEntry->Blobentry and BlobStore->Blobstore (#1136) (@Affie)
- Deprecate Variable[NodeData/SolverData] to VariableState (#1139) (@Affie)
- Updates for serialization needed for IIFTypes (#1142) (@Affie)
- Cleanup old deprecation of VariableState.variableType (#1143) (@Affie)
- deprecate getBlobentryFirst -> getfirstBlobentry, fix blobId bugs, update folderstore, and remove some exports (#1144) (@Affie)
- Custom DFG errors (#1147) (@Affie)
- new function stringVariableType (#1149) (@Affie)
Closed issues:
- Investigate splitting factor operational part from 'constant' part of factor (#992)
- Standardise to
pack
/unpack
for variable/factor serialization (fromconvert
) (#1082) - Standardize solver data noun for variables and factors (#1121)
- Naming convention for "compound" nouns such as
Blobentry
(#1122) - Update
BlobEntry
->Blobentry
(#1123) - Update BlobStore -> Blobstore (#1124)
- Refactor VariableNodeData/SolverData to use the new noun State (#1125)
- tag v0.26.0 (#1131)