v0.6.0
DistributedFactorGraphs v0.6.0
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 forgetVariableOrder
(#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)