IndexedFactorGraphs v0.2.0
Breaking changes
New syntax for variable and factors
The syntax is changed in order to free the factor
(s) and variable
(s) keywords to be used as Julia variable names.
variable
-> v_vertex
factor
-> f_vertex
variables
-> eachvariable
factors
-> eachfactor
Merged pull requests:
- Bump codecov/codecov-action from 4 to 5 (#18) (@dependabot[bot])