Releases: stecrotti/IndexedFactorGraphs.jl
Releases · stecrotti/IndexedFactorGraphs.jl
v0.2.0
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])
v0.1.3
v0.1.2
IndexedFactorGraphs v0.1.2
v0.1.1
IndexedFactorGraphs v0.1.1
Merged pull requests:
- Bump julia-actions/cache from 1 to 2 (#12) (@dependabot[bot])
- Use bipartite graph generators from IndexedGraphs (#13) (@stecrotti)
v0.1.0
IndexedFactorGraphs v0.1.0
Merged pull requests:
- Bump actions/checkout from 3 to 4 (#1) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 4 (#2) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#3) (@dependabot[bot])
- Add logo (#4) (@stecrotti)
- Add docs (#5) (@stecrotti)
- Import only necessary things (#6) (@stecrotti)
- Fix typo infinte -> infinite (#7) (@stecrotti)
- Add docs and tests for infinite graph (#8) (@stecrotti)
- Add tests to check type inference (#9) (@stecrotti)
- Change package name (#10) (@stecrotti)