v0.8.0
DistributedFactorGraphs v0.8.0
Closed issues:
- what to do with
_evalType
and several other encodings currently in IIF (#36) - unpackFactor/unpackVariable needs refinement (#156)
- CloudGraphsDFG connectivity bug (#372)
- Update DFG module structure (#426)
- Updtate Custom pretty-printing (#448)
- update docs for v0.8.0 (#460)
- ERROR: SystemError: opening file "..." Too many open files (#472)
- add nanoseconds to DFGVariable and DFGFactor (#474)
- solverParams as keyword (#475)
- oops, params keyword still an error (#482)
- Remove GraphPlot dependency (Optional only) (#485)
- Possible loadDFG API issue (#494)
- error: expected whitespace or a label (#135)
- Standardize graph CRUD API for update/merge/union (#182)
- GenericFunctionNodeData{T, S} T and S types (#274)
- Check Cloud updateFactor! and validate neighbors (#281)
- Remove variable neighbors (factors) by default on deleteVariable (#296)
- Finally deprecate GraphsDFG (#398)
- Abstract packing functions interface in DFG (#425)
- Removing fncargvID field after deprecation was missed in v0.7. (#438)
- REMOVE factorOperationalMemoryType from solverParams (#441)
- add params in @deprecate buildSubgraphFromLabels! (#446)
- DFGNodeParams vs RefValue (#453)
- Fix typeof(LightDFG(params=getSolverParams(dfg))) (#458)
- do we need this warning (retrieving serialization)? (#462)
Merged pull requests:
- Clean up testing and maintenance (#471) (@Affie)
- add broadcasting (#476) (@dehann)
- Feature add nanosecond time to DFGVariable and DFGFactor (#478) (@Affie)
- standardise to solverParams (#479) (@Affie)
- Mainly testing and maintenance (#481) (@Affie)
- Update Deprecated.jl * Symbol (#483) (@dehann)
- move cgdfg to a module in dfg (#484) (@Affie)
- getVariableLabelNumber, findFactorsBetweenNaive (#486) (@dehann)
- Update .travis.yml (#489) (@dehann)
- Don't make use of attic Deprecation of GraphsDFG but rather error (#490) (@Affie)
- Refactor docs structure for maintainability and v0.8 (#491) (@Affie)
- help with #494 cases (#495) (@dehann)
- check file exists on loadDFG (#496) (@dehann)
- improve DFGFactor show (#497) (@dehann)
- assert loadDFG, listSupersolve (#498) (@dehann)
- simplify jl 1.4 (#499) (@dehann)
- consolidate printFactor, bugfix (#501) (@dehann)
- Cleaned up tests a bit and printVariable bugfix (#502) (@Affie)
- deepcopySupersolve! (#503) (@dehann)
- enhance printFactor (#504) (@dehann)
- Update CGDFG (#505) (@dehann)
- Remove orphaned factors on deleteVariable! (#371) (@Affie)
- Validation during creation of DFG drivers (#421) (@GearsAD)
- decodePackedType with solverParams type, part of #425 (#433) (@Affie)
- Maintenance on GenericFunctionNodeData types (#436) (@Affie)
- Remove deprecated for v0.8.0 (#437) (@Affie)
- Remove deprecated fncargvID and remove unused frommodule. (#440) (@Affie)
- convenience buildSubgraph, fix #441 (#442) (@dehann)
- fix #439 (#443) (@dehann)
- Run full test with IIF_TEST (#444) (@Affie)
- change to params instead (similar to before) (#445) (@dehann)
- Move GraphsDFG to attic and remove tests (#447) (@Affie)
- Also dispach on solverData type for rebuildFactorMetadata! (#449) (@Affie)
- Remove _internalId (#450) (@Affie)
- leave full buildSubgraphFromLabels! in deprecated, as its not compatable (#452) (@Affie)
- Custom pretty-printing #448 (#454) (@Affie)
- buildSubgraphFromLabels!: rather error with notes of replacement functions (#455) (@Affie)
- missing export (#457) (@dehann)
- buildSubgraph fix and testing (#459) (@Affie)
- html DFG plotting on display (#461) (@Affie)
- validate variable order on updateFactor! (#463) (@Affie)
- Remove DFGNodeParams and make DFGFactor immutable (#466) (@Affie)
- Remove get/setSerializationModule and always use Main (#467) (@Affie)
- Remove excessive warnings for #462 (#469) (@Affie)