v0.20.0
DistributedFactorGraphs v0.20.0
Closed issues:
- Serialize smalldata to a blob-less entry in CGDFG (#509)
- Consolidate the packing functions between Serialization.jl and CGDFG (#525)
- Serialization and Marshaling (again) (#590)
- Overload Base.show for BlobEntry (#630)
- printVariable on show should show Entries (#764)
- Fix UserData error in testing with Neo4j driver (#876)
- Should DFG provide the function signature for
solveGraph!
? (#890) - get nodes call should support getnodekwargs (#904)
- deprecate Unmarshal.jl and use transcodeType instead? (#938)
- BlobStoreEntry needs both
id
, andblobId
(#954) - Just one BlobEntry definition (#955)
- tag v0.18.11 (#959)
- Update news with v0.20 changes (#976)
- Fix high level crud on Data - BlobEntry=>Blob (#982)
Merged pull requests:
- CompatHelper: bump compat for ManifoldsBase to 0.14, (keep existing compat) (#956) (@github-actions[bot])
- Towards standard BlobEntry (#957) (@dehann)
- Hotfix for PPE serialization - these are missing in the cloud v3 (#958) (@GearsAD)
- switching to Blob and BlobEntry (#960) (@dehann)
- Fix VariableNodeData constructor (#961) (@Affie)
- Working through serialization and blobs for DFG 0.20 (#962) (@GearsAD)
- show on var entries, (#963) (@dehann)
- drop AbstractBlobEntry (#965) (@dehann)
- Base.show for BlobEntry, (#966) (@dehann)
- CompatHelper: add new compat entry for StructTypes at version 1, (keep existing compat) (#967) (@github-actions[bot])
- easier debugging downstream on json strings (#968) (@dehann)
- Unordered MeanmaxPPE and SkeletonDFGs (#969) (@GearsAD)
- Restore IIF tests and some fixes (#972) (@Affie)
- fix unpackFactor on factorData, one use of JSON2 (#973) (@dehann)
- limit version string warnings (#974) (@dehann)
- better to import JSON2 not using (#975) (@dehann)
- Drop JSON2 dependancy (#977) (@Affie)
- Fixing naming and small serialization issues. (#978) (@GearsAD)
- Adding covar to PackedVND (#981) (@GearsAD)
- Sorting out blob and data naming (#983) (@Affie)