Skip to content

Releases: JuliaRobotics/DistributedFactorGraphs.jl

v0.6.2

29 Feb 22:01
Compare
Choose a tag to compare

DistributedFactorGraphs v0.6.2

Diff since v0.6.1

Closed issues:

Merged pull requests:

v0.6.1

28 Feb 09:02
e2b993b
Compare
Choose a tag to compare

DistributedFactorGraphs v0.6.1

Diff since v0.6.0

Closed issues:

Merged pull requests:

  • set IIF test branch back to "upstream/dfg_integration_test" (#327) (@Affie)
  • optional GraphPlot in deps, (#334) (@dehann)

v0.6.0

21 Feb 17:02
d8aa898
Compare
Choose a tag to compare

DistributedFactorGraphs v0.6.0

Diff since v0.5.4

Closed issues:

  • DeleteVariable should clean up _variableOrderSymbols in neighbor factors (#20)
  • Add documentation for plotting (#126)
  • Standardize CRUD try catch logic (#145)
  • Docs failing due issues in Light/Symbol/etc DFG (#172)
  • [FEATURE] sort variables/factors by time-added (#186)
  • Variables and factors performance and parametric types (#211)
  • [FEATURE] addTags! function for post-hoc addition (#229)
  • Feature request: Add field methods in type docstrings. (#233)
  • [FEATURE] filter on tags (#234)
  • [BUG] TYPEDFIELDS did not work right (#239)
  • SortDFG doesn't work with [:a, :b, :c] (#241)
  • Incorrectly named function for adjacency matrix. (#249)
  • Precompile warning on DFGVariable (#252)
  • [REFACTOR] move InMemDFGType here from IIF (#266)
  • tag v0.5.4 (#271)
  • Deprecate fncargvID field for getVariableOrder (#288)
  • Add doc string for setTimestamp (#292)
  • Travis exceeds the maximum log length (#293)
  • FileDFG.saveDFG adds the extension even if the tar.gz extension is already there (#305)
  • Which setTimestamp[!] to use on DFGVariable? (#315)
  • compat, Unmarshal, JSON not in dependencies (#316)
  • Missing deprecation cycle on saveDFG? (#318)
  • added canary master tests to RoME and Caesar (#319)
  • Remove v0.6 deprecated code (#323)

Merged pull requests:

  • add printVariable (wip) (#251) (@dehann)
  • Interface tests pass except for a few compares and renamed to BiadjacencyMatrix (#272) (@Affie)
  • delete temp folder from tar (#275) (@dehann)
  • API Standardization through testing (#276) (@Affie)
  • Improved Tests (#277) (@Affie)
  • Refactor comparison funcitons (#278) (@Affie)
  • Fix FactorGraph import test bug (#280) (@Affie)
  • Update cloud biadjacency (#282) (@Affie)
  • Install TagBot as a GitHub Action (#283) (@JuliaTagBot)
  • Cleanup on packing and unpacking (#284) (@GearsAD)
  • Efficient calls for PPEs (and general transaction pattern) for CGDFG (#285) (@GearsAD)
  • Consolidate test and some cleanup (#287) (@Affie)
  • getSofttype fix and no keyword arg on solverkey as standard (#289) (@Affie)
  • Development updates for DFG v0.6 (#291) (@Affie)
  • Fix for travis maximum log exceeded in iif (#294) (@Affie)
  • sortDFG wrapper close #186 and close #241 (#295) (@Affie)
  • Start deprecate on field fncargvID #288 (#297) (@Affie)
  • Don't create :default => empty VND with constructor close #202 (#298) (@Affie)
  • Refactor code structure, move without change (#299) (@Affie)
  • Maintenance Cleanup for v0.6 (#301) (@Affie)
  • update broken and missing docstrings (#303) (@Affie)
  • Fixing tar file saving, comparator for Graphs.jl, and the FileDFG tests (#307) (@GearsAD)
  • CompatHelper: add new compat entry for "Unmarshal" at version "0.3" (#312) (@github-actions[bot])
  • CompatHelper: add new compat entry for "JSON" at version "0.21" (#313) (@github-actions[bot])
  • fix docstring and index.md install instructions (#314) (@Affie)
  • try add julia 1.4 testing (#317) (@dehann)
  • update and add api image (#321) (@Affie)
  • [feature] setTimestamp!(dfg, lbl, ts) (#322) (@Affie)
  • remove v0.6 deprecations (#324) (@Affie)
  • re-add keyword in saveDFG with deprecation (#326) (@dehann)
  • set IIF test branch back to "upstream/dfg_integration_test" (#327) (@Affie)

v0.5.4

27 Jan 18:09
v0.5.4
20d0f7d
Compare
Choose a tag to compare

v0.5.4 (2020-01-27)

Diff since v0.5.3

Closed issues:

  • [BUG] subgraph functions not working for LightDFG (#261)
  • Mini cleanup on solvable for GetSubgraphAroundNode on LightGraphs (#214 )

Merged pull requests:

v0.5.3

17 Jan 17:57
v0.5.3
e16224f
Compare
Choose a tag to compare

v0.5.3 (2020-01-17)

Diff since v0.5.2

Closed issues:

  • [STANDARDIZE] use of name Estimate for Belief only, not PPE (#257)

Merged pull requests:

v0.5.2

19 Dec 18:08
v0.5.2
07d3035
Compare
Choose a tag to compare

v0.5.2 (2019-12-19)

Diff since v0.5.1

Closed issues:

  • [API] request name changes timestamp / tags -> getTimestamp/getTags (#232)
  • [FEATURE] maybe add timestamps to FactorDFG too (#226)
  • isFactor true on variable (#221)
  • document save / load DFG (#169)

Merged pull requests:

v0.5.1

25 Nov 17:49
v0.5.1
a2c5f83
Compare
Choose a tag to compare

v0.5.1 (2019-11-25)

Diff since v0.5.0

Closed issues:

  • Update FileDFG to use DFGVariable constructors (vs. deprecated) (#206)

Merged pull requests:

v0.5.0

18 Nov 06:19
v0.5.0
44c403b
Compare
Choose a tag to compare

v0.5.0 (2019-11-18)

Diff since v0.4.2

Closed issues:

  • Include session/robot/user information in all graph types (#93)
  • User, Robot, Session sentinel nodes for CGDFG (#177)
  • DFGVariable softtype field has abstract type (#149)
  • Designing PPE VariableEstimate (#147)
  • Setup Neo4j on travis (#146)
  • Upvote this if this @warn is driving you crazy (#141)
  • Deprecate getInnerGraph\(\) (#139)
  • getSubgraphAroundNode error in CloudGraphsDFG (#130)
  • isFullyConnected on CloudGraphsDFG does not work (#128)
  • IIF as a test dependency (#96)

Merged pull requests:

v0.4.2

25 Oct 22:02
v0.4.2
afa0634
Compare
Choose a tag to compare

v0.4.2 (2019-10-23)

Diff since v0.4.1

Closed issues:

  • updateVariableSolverData! behavior (#166)
  • Setup Neo4j on travis (#146)
  • Upvote this if this @warn is driving you crazy (#141)
  • Deprecate getInnerGraph\(\) (#139)
  • getSubgraphAroundNode error in CloudGraphsDFG (#130)
  • variable order not preserved in CloudGraphsDFG (#129)
  • isFullyConnected on CloudGraphsDFG does not work (#128)
  • Add function to get summary of graph (all first class citizens) (#107)
  • IIF as a test dependency (#96)

Merged pull requests:

  • Fixed versions for release (#179) (GearsAD)
  • Include softtype and VariableEstimate changes and bugfixes (#174) (Affie)
  • Backport of the CGDFG code and unit tests (#173) (GearsAD)

v0.4.1

16 Oct 21:54
v0.4.1
b352b1c
Compare
Choose a tag to compare

v0.4.1 (2019-10-14)

Diff since v0.4.0

Closed issues:

  • Is the local implementaion GraphsDFG _copyIntoGraphs not more efficient than the generic one (#123)
  • Why did test change to only GraphsDFG (#121)
  • Implement getAdjacencyMatrixSparse for cloudDFG (#119)
  • Lightgraphs error? (#111)
  • Add function updateVariableSolverData\(\) to Lightgraphs driver (#108)
  • Provide function to push updated estimateDict and solverDataDict to cloud (#89)

Merged pull requests:

  • Update variable_factor_serialization.md (#155) (dehann)
  • bugfix cloud sparse adj matrix (#127) (Affie)
  • Clearer depreciation error in Symbol and Light DFG (#122) (Affie)
  • Summary functions (#120) (GearsAD)
  • Adding module back in for SymbolDFG (#160) (GearsAD)
  • Release 0.4.1 (#159) (GearsAD)
  • General variable+factor packing and unpacking functions for DFG (#154) (GearsAD)
  • Towards #149 - Slightly improved without breaking changes. (#150) (Affie)
  • no need to remove the module, just external exports wil do. (#142) (Affie)
  • Removing MetaGraphsDFG and SymbolDFG exports, adding test (#138) (GearsAD)
  • draw graph circles squares (#125) (dehann)
  • Sparse cloud adj matrix (#124) (Affie)