v0.10.0
DistributedFactorGraphs v0.10.0
Closed issues:
- Add SESSION sentinel nodes when creating/copying/deleting sessions using CloudGraphsDFG (#43)
- Use module in DFGVariable softtype serialize/deserialize (#157)
- Searching estimates: PPE Database design dicussion (#185)
- was
softypename::Symbol
a bad idea? (#237) - CRC SHA checksum big data blobs to ensure immutability (#304)
- add test to show serialization breaking changes (#473)
- Use the pose type to write formatted estimates to the DB (#513)
- Offload solverdata to separate nodes with fields as properties (#515)
- Offload BigData as separate nodes with fields as properties (#516)
- DataEntry should be refactored (#520)
- Use UUIDs in FileDataStore (#524)
- Save DFG version into serialized data (#542)
- Remove deprecated factor types and logic (#544)
- Remove params deprecation warn (#551)
- Evaluation into the closed module CGDFG breaks (don't do this) (#554)
- Reintroduce if DFG_USE_CGDFG Environment Variable (#555)
- AbstractDataEntry serialization bug (#557)
- 'Method definition overwritten at' warnings (#558)
- CloudDFG timestamp bug (#560)
- DOCS: Fix warnings for missing docstrings and @ref (#561)
- Should we revert softtype changes to deprecate cleanly? (#568)
smallData
as aDict{Symbol, Any}
(#573)- Request proper deprecation message of FileDataStore (#574)
- Tricky Data API failures (#578)
- Compulsory MIMEType or description in addData!????? (#579)
- Add constructor to
FolderStore
to create the folder if it doesn't exist (#580) - support both saveDFG argument orders (#581)
- loadDFG! error, "type does not have a definite number of fields", BlobStoreEntry (#582)
- Always implement minimum standard Interface <: AbstractBlobEntry (#594)
- solveKey or solverKey (#599)
- What happened to listSolvekeys????? (#608)
- Compatibility of loadDFG! with new module naming? (#618)
- Add comprehensive FileDFG test (#621)
Merged pull requests:
- CloudGraphs DFG Updates (#517) (@GearsAD)
- Update .travis.yml (#548) (@Affie)
- print nullhypo (#549) (@dehann)
- DataEntry and BlobStore Options (#550) (@Affie)
- update info printout cgdfg (#556) (@dehann)
- Fix add- update- VariableSolverData and PPE deprecation (#562) (@Affie)
- Remove params deprecation (#564) (@Affie)
- bandaid on updateVariableSolverData! (#566) (@Affie)
- Precompile CGDFG based on ENV variable (#567) (@Affie)
- Revert getSofttype to return in full (#569) (@Affie)
- Deprecate softtype fields, add getManifolds and getDimension interface (#571) (@Affie)
- softtype warn once (#572) (@Affie)
- Small Data Types and in-memory CRUD (#576) (@Affie)
- Macro to create a new <:InferenceVariable (#583) (@Affie)
- Make directory if it doesn't exist with @info (#584) (@Affie)
- CGDFG blobs as nodes (#585) (@GearsAD)
- Fix for non-millisecond timestamps (#588) (@GearsAD)
- Test fix for BlobStoreEntry (#589) (@GearsAD)
- Robust ZonedTimestamp fixer (#591) (@GearsAD)
- Deleting v0.10 deprecations (#592) (@GearsAD)
- add InMemoryBlobStore, more tests, and small bugfixes (#593) (@Affie)
- Split DistributedFactorGraphs.BlobStoreEntry (#597) (@Affie)
- DFG version in serialized data (#601) (@GearsAD)
- solverKey -> solveKey, fix #599 (#602) (@dehann)
- allow both saveDFG argument orders, (#604) (@dehann)
- Save/load softtype with module (#605) (@Affie)
- shorter loadDFG temp folder name (#606) (@dehann)
- export addVariable (#607) (@dehann)
- proper deprecation listSolvekeys, (#609) (@dehann)
- add filters for listSolveKeys (#610) (@dehann)
- Update Project.toml - Bump DFG version to v0.10.0 (#611) (@Affie)
- Fix docs and cleanup deprecated (#613) (@Affie)
- change updateVariableSolverData message (#614) (@Affie)
- option to skip CGDFG on IIF_TEST (#615) (@dehann)
- Put back some deprecated for a bit longer and backward compat for loadDFG (#620) (@Affie)
- Additional FileDFG test; fixed CGDFG flag in runtests.jl (#625) (@GearsAD)
- .dims deprecation message
getDimension
(#627) (@Affie) - addVariable! labels->tags (#629) (@Affie)
- Bringing in latest. (#631) (@GearsAD)