Graphs v1.14.0
Merged pull requests:
- Added strong_product, disjunctive_product, lexicographical_product, h… (#154) (@dstahlke)
- Added clique_number, independence_number (#155) (@dstahlke)
- Add regular tree generator (#197) (@stecrotti)
- Add planarity test and PMFG (#208) (@josephcbradley)
- Add FrozenVector to wrap neighbors (#317) (@simonschoelly)
- ReverseView and UndirectedView (#376) (@etiennedeg)
- Count number of connected components more efficiently than
length(connected_components(g))(#407) (@thchr) - Fix typo in traversal docs (#469) (@juliohm)
- Make Kruskal spanning tree accept weight vector instead of matrix (#486) (@matbesancon)
- Fix modularity when self loops exist (#487) (@ryandewolfe33)
- Add Louvain community detection algorithm (#488) (@ryandewolfe33)
- outdated option in the codecov workflow file (#489) (@Krastanov)
- Update CI workflows: AirspeedVelocity benchmarks, fix downgrade (#490) (@Krastanov-agent)
- Silence eccentricity warnings in iFUB diameter test (#491) (@Krastanov-agent)
- Split Julia pre CI into separate workflow and add macOS ARM (#492) (@Krastanov-agent)
- Fix doctests that depend on Set/Dict iteration order (#493) (@Krastanov-agent)
- Add CHANGELOG.md and changelog enforcer workflow (#494) (@Krastanov-agent)
- version bump for 1.14.0 (#501) (@Krastanov)
Closed issues:
- CI needs updating to properly test ARM/Intel macOS. (#496)