v0.8.4
v0.8.4 (2020-01-17)
Closed issues:
- tag v0.8.4 (#554)
- [REGRESSION] PPE not updated by solveTree (#548)
- [BUG] redundant code on tree indexing (#530)
- [TESTING] Remove pip requirement from Travis ARM64 tests (#527)
- buildCliqSubgraph only works with GraphsDFG (#523)
- Can you solve multiple orphaned graphs? (#518)
- [REFACTOR] cliq::Graphs.ExVertex -> cliq::TreeClique (#500)
- [BUG] spyCliqMat not showing all factors in clique (#489)
- Make CCOLAMD usable (#327)
Merged pull requests:
- Bugfix for orphaned trees to start from all roots (#533) (Affie)
- fix typo in compat section (#531) (KristofferC)
- Towards breaking tree dependence on Graphs.jl (#525) (Affie)
- fix PPE set during solve (#550) (dehann)
- CompatHelper: add new compat entry for "Combinatorics" at version "1.0" (#549) (github-actions[bot])
- v0.8.4-rc1 (#547) (dehann)
- fix #489 spyCliqMat (#546) (dehann)
- loadCanonicalFG_ -> generateCanonicalFG_ (#545) (dehann)
- make ccolamd usable, (#544) (dehann)
- updates and compat DocStringExt min 0.8 (#543) (dehann)
- attempt to fix #527 (#538) (dehann)
- bug fix for #530 (#537) (dehann)
- drop Julia 1.1 testing to reduce load (#536) (dehann)
- general maintenance and improvements (#535) (dehann)
- WIP MetaBayesTree (#528) (Affie)
- adjust test tolernance (#526) (dehann)
- fixes #523 GraphsDFG -> InMemDFGTyp (#524) (Affie)
- add tree build time (#520) (dehann)
- [TESTING] for orphaned FGs (#519) (dehann)
- ex2 test from #458 (#516) (dehann)
- dispatch build subgraph (#513) (dehann)
- fast forward with new stuff from master (#505) (dehann)
- Initial extraction of analysis tools and fuctions for Bayes tree. (#494) (tonioteran)