Releases: JuliaRobotics/DistributedFactorGraphs.jl
Releases · JuliaRobotics/DistributedFactorGraphs.jl
v0.7.7
v0.7.6
DistributedFactorGraphs v0.7.6
Closed issues:
- Provide clear error when LoadDFG() is called but graph is not initialized properly (#110)
- Graph level small data for robot/user/session (#133)
- FileDFG should just use tar files (deprecate folders) (#306)
- Refactor hasOrphans isFullyConnected (#325)
- CloudGraphsDFG does not solve (#378)
- corresponding
getDataEntry
function call (#392) - CGDFG updatePPE should warn on not exist and then add (#397)
FileDataStore
vsInMemDataStore
(#406)- tag v0.7.5 (#409)
- neo4j bug on travis arm64 (#414)
- Sentinel node behavior in CGDFG and matching InMemory (#415)
- Regex todot test or just test all options to fix test sometimes failing (#419)
Merged pull requests:
- add datastore (oops) (#410) (@dehann)
- travis neo4j download and setup (#411) (@Affie)
- Standardize and test cloud graph variable and factor crud (#412) (@Affie)
- Update cgdfg test and fixing bugs (#413) (@Affie)
- Update cgdfg tests and small bugfixes (#416) (@Affie)
- CG Structure updates and creating sentinel nodes in the constructor (#417) (@GearsAD)
- Update .travis.yml to only build on certain pushed branches (#418) (@Affie)
- force remove (#420) (@dehann)
- step to rename FactorOperationalMemory (#422) (@Affie)
- Test more todot orders (#423) (@Affie)
- Merge master into ppeindependent (#424) (@Affie)
- Rename hasOrphans and isFullyConnected to isConnected (#427) (@Affie)
- SKIP_CGDFG_TESTS env var (#428) (@Affie)
- put back CGDFG solve test (#429) (@Affie)
- fetchData and docs (#430) (@dehann)
v0.7.5
DistributedFactorGraphs v0.7.5
Closed issues:
- Wrong error behavior in GraphsDFG with
getVariable
called on a factor (#375) - tag v0.7.4 (#383)
- CGDFG addFactor! errors but adds factor (#389)
- simplify
addDataEntry!
(#391) - add API
hasDataEntry
(#401)
Merged pull requests:
- Restore arm tests (#381) (@Affie)
- Update readme with correct neo4j version (#384) (@Affie)
- Change GraphsDFG to module (#385) (@Affie)
- Fixing cloud solving functions (#386) (@GearsAD)
- CloudGraphsDFG User Robot Session data consolidate (#387) (@Affie)
- CompatHelper: bump compat for "Unmarshal" to "0.4" (#388) (@github-actions[bot])
- CGDFG and GraphsDFG fix for #375 and
factor.data
usage (#390) (@Affie) - FIX CGDFG addFactor! errors but adds factor (#393) (@Affie)
- Cloud Tags SET Functions and tests (#396) (@Affie)
- add verbose option (#399) (@dehann)
- add hasDataEntry, rm ReturnTypes (#402) (@dehann)
- addDataEntry!, (#405) (@dehann)
- typo (#408) (@dehann)
v0.7.4
v0.7.3
v0.7.2
v0.7.1
DistributedFactorGraphs v0.7.1
Closed issues:
- SaveDFG needs a folder (can't just save local) (#344)
- tag v0.7.0 (#353)
- CloudGraphsDFG, FileDFG, etc test not kept up to date in 0.7 (#355)
- [feature] easier mergeVariableSolverData! call (#357)
- [bug] mergeVariableSolverData! maybe not doing PPE? (#358)
- [api] add mergeVariableData! for variable variable (#359)
- IIF tests are exceeding CloudDFG implementation at this time (#360)
Merged pull requests:
v0.7.0
DistributedFactorGraphs v0.7.0
Closed issues:
- [FEAT] add Threads.Condition field to VND (#273)
- [BUG] findVariablesNearTimestamp (#279)
- Remove deprecated code (#290)
- Fix docs for v0.6 (#302)
- 20Q1 api consolidation log (#320)
- tag v0.6.2 (#341)
- getSolverData does not work without DFG.getSolverData (#342)
- SaveDFG needs a folder (can't just save local) (#344)
- saveDFG does not store/recover ccw.hypotheses (#345)
Merged pull requests:
- Add event::Threads.Condition to VND (#310) (@dehann)
- remove fncargID (#333) (@Affie)
- v0.6.2-rc2 (#340) (@dehann)
- Minifix for copy stores, needs to be tested (#343) (@GearsAD)
- save multihypo, (#346) (@dehann)
- better inner constructor (#347) (@dehann)
- attempt fix for 279 (#348) (@dehann)
- better printing api, (#349) (@dehann)
- remove some deprecations (#350) (@dehann)
- fix save load DFG issues 344 (#352) (@dehann)