What's Changed
- Fix some little things in the manual, etc by @wilfwilson in #855
- Re-standardise on function arguments named
D, as opposed todigraphby @wilfwilson in #868 - Remove support for GAP 4.10 by @wilfwilson in #866
- Abstract RandomDigraphCons redirect methods by @mtorpey in #871
- Add
SwapDigraphsandDigraphsRemoveAllEdgesfunctions by @RheyaM in #864 - CI: stop the codecov step from failing the job on Windows, since it is buggy by @wilfwilson in #875
- ViewString for edge weights by @ap4108735 in #873
- Fix dotdigraph doc #759 by @coraaked in #880
- Implemented ^ operator for digraphs to delegate to OnDigraphs (issue #580) by @devansh2605 in #876
- Added
DigraphMinimumCutSetby @frankiegillis in #879
New Contributors
- @RheyaM made their first contribution in #864
- @ap4108735 made their first contribution in #873
- @coraaked made their first contribution in #880
- @devansh2605 made their first contribution in #876
Full Changelog: v1.13.1...v1.14.0