Releases: stecrotti/IndexedGraphs.jl
Releases · stecrotti/IndexedGraphs.jl
v0.6.1
IndexedGraphs v0.6.1
v0.6.0
IndexedGraphs v0.6.0
Merged pull requests:
- Add degree method for bipartite graph (#33) (@stecrotti)
- Update CI files (#34) (@stecrotti)
- Add generators for random bipartite graph (#38) (@stecrotti)
- Fix bugs in bipartite generators (#39) (@stecrotti)
Closed issues:
- Add generators for random bipartite graph (#37)
v0.5.1
IndexedGraphs v0.5.1
Merged pull requests:
- Clean up (#30) (@stecrotti)
- Export Graphs.degree (#31) (@stecrotti)
- Import degree (#32) (@stecrotti)
v0.5.0
IndexedGraphs v0.5.0
Merged pull requests:
- Test on julia 1.10 (#26) (@stecrotti)
- Update Documenter to v1 (#27) (@stecrotti)
- Add tools for symmetric bidigraphs (#29) (@stecrotti)
v0.4.2
IndexedGraphs v0.4.2
Merged pull requests:
- Fix bug with vertices_left and vertices_right (#25) (@stecrotti)
v0.4.1
IndexedGraphs v0.4.1
Merged pull requests:
- Add directedness property for
BipartiteIndexedGraph
(#23) (@stecrotti) - Bump version 0.4.1 (#24) (@stecrotti)
v0.4.0
IndexedGraphs v0.4.0
Type FactorGraph
has been replaced by BipartiteIndexedGraph
Merged pull requests:
- Show methods for all types (#14) (@stecrotti)
- fix is_directed (#16) (@abraunst)
- Add constructor for
FactorGraph
fromIndexedGraph
(#17) (@stecrotti) - Test only on julia 1.8 and 1.9 (#18) (@stecrotti)
- [WIP] Add
BipartiteIndexedGraph
to replaceFactorGraph
(#20) (@stecrotti) - Bump version v0.4 (#21) (@stecrotti)
- Upper-bound Graphs compat entry (#22) (@stecrotti)
Closed issues:
v0.3.0
IndexedGraphs v0.3.0
Merged pull requests:
- Small doc fix (#10) (@abraunst)
- bug fix: check selfloops in factor graph (#11) (@stecrotti)
- Iterator for
IndexedEdge
and test on Julia 1.8 (#12) (@stecrotti) - update to v0.3 (#13) (@stecrotti)
v0.2.0
IndexedGraphs v0.2.0
Closed issues:
- missing conversion from Graphs.SimpleGraph and Graphs.SimpleDiGraph (#1)
Merged pull requests:
- Construct IndexedGraphs from SimpleGraphs (#2) (@stecrotti)
- Tests are more compact (#3) (@stecrotti)
- add compat helper (#5) (@stecrotti)
- CompatHelper: add new compat entry for TrackingHeaps at version 0.1, (keep existing compat) (#6) (@github-actions[bot])
- CompatHelper: add new compat entry for Reexport at version 1, (keep existing compat) (#8) (@github-actions[bot])