Releases: digraphs/Digraphs
Digraphs 1.14.0
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
Digraphs 1.13.1
This is a minor release of the Digraphs package, containing one bugfix:
In PR #852, @wilfwilson fixed a bug that could result in an incorrect result being given for the AutomorphismGroup of a digraph created by the CompleteBipartiteDigraph operation. This bug was reported by Bojan Kuzma (@bojankuzma000) in Issue #850.
Full Changelog: v1.13.0...v1.13.1
Digraphs 1.13.0
What's Changed
- @jengelh added support for version 4 of the Edge Addition Planarity Suite in PR #766. Version 4 is now the version that is vendored with the Digraphs package.
- @frankiegillis improved the performance of
IsTwoEdgeTransitivein PR #739, and addedIs2EdgeTransitiveas a synonym for this property. - Wilf A. Wilson restored compatibility with GAP 4.10 in PR #846.
New Contributors
Full Changelog: v1.12.2...v1.13.0
Digraphs 1.12.2
This is a minor release of the Digraphs package, containing various technical changes and one bugfix.
What's Changed
- @wilfwilson fixed some problems with
TCodeDecoderin PR #840.
Full Changelog: v1.12.1...v1.12.2
Digraphs 1.12.1
What's Changed
- @wilfwilson fixed a bug in an
ImmediateMethodforIsConnectedDigraphin PR #819. - @wilfwilson fixed a bug in
CirculantGraphin PR #820 (reported by Grahame Erskine, aka @grahamee).
Full Changelog: v1.12.0...v1.12.1
Digraphs 1.12.0
Digraphs 1.11.0
What's Changed
- @frankiegillis added
IsTwoEdgeTransitivein PR #733. - @flsmith made
RandomDigraphmore random in PR #738. - @james-d-mitchell added
BurntPancakeGraphandBurntPancakeGraphin PR #403. - @james-d-mitchell added a new optional first argument for mutability in
CayleyDigraphin PR #403. - @MeikeWeiss added
MinimalCyclicEdgeCutin PR #754. - @MeikeWeiss added
DigraphAllChordlessCyclesOfMaximalLengthin PR #754. - @hrj4 added
DigraphKingsandDigraphIsKingin PR #521. - @wilfwilson improved
ViewStringfor digraphs in PR #783. - @EwanGilligan implemented Zykov's and Christofides's algorithms and made them available as options for
ChromaticNumberin PR #491. - @ChrisJefferson sped up
OnDigraphsfor a digraph and a permutation in PR #267. - @RaiyanC added
DigraphMaximumFlowin PR #751. - @RaiyanC added
RandomUniqueEdgeWeightedDigraphPR #755. - @pramothragavan added dreadnaut support in PR #651, along with the variables
WholeFileEncodersandWholeFileDecoders, and the the functions:IsWholeFileEncoder,IsWholeFileDecoder,DreadnautString,DigraphFromDreadnautString,DIMACSString, andDigraphFromDIMACSString.
New Contributors
- @hrj4 made their first contribution in PR #521.
- @pramothragavan made their first contribution in PR #651.
- @BlueRidingHood made their first contribution in PR #706.
- @BaseMax made their first contribution in PR #749.
Full Changelog: v1.10.1...v1.11.0
Digraphs 1.10.1
This is a minor release containing various small technical adjustments, and the following bugfix and improvement:
What's Changed
- @wilfwilson fixed an bug in
ArticulationPointsin PR #779. - @wilfwilson added an appendix to the manual that describes the DIMACS format in PR #775.
Full Changelog: v1.10.0...v1.10.1
1.10.0
What's Changed
- Added copy in DigraphAllChordlessCycles by @MeikeWeiss in #702
- build(deps): bump mamba-org/setup-micromamba from 1 to 2 by @dependabot in #705
- Attempt to fix the cpplint ci job by @james-d-mitchell in #712
- Fix issue 704 by @james-d-mitchell in #709
- Implementation of facial walks and dual graphs by @MeikeWeiss in #713
- Added IsOrderFilter by @zljlzljlz in #707
- Remove references to non-existing gap/doc.g by @fingolfin in #716
- Simplify kernel extension code setting up StructInitInfo by @fingolfin in #718
- Update codespell ignored words by @Joseph-Edwards in #720
- Update old urls by @forktree in #719
- Edge weights #4: shortest path(s) by @mtorpey in #656
- weights: tweak whitespace by @mtorpey in #722
- Fix line lengths for gaplint v1.4 by @james-d-mitchell in #724
- Add git-stable-4.14 to ci by @frankiegillis in #729
New Contributors
- @zljlzljlz made their first contribution in #707
- @forktree made their first contribution in #719
- @frankiegillis made their first contribution in #729
Full Changelog: v1.9.0...v1.10.0
1.9.0
What's Changed
- Update my web-address by @markuspf in #674
- Fix off by one error by @james-d-mitchell in #677
- Resolve issue #676 by @james-d-mitchell in #678
- Add hash function for digraphs by @reiniscirpons in #675
- kernel: use GAP's GVAR_FUNC macro by @fingolfin in #682
- Add DigraphAllChordlessCycles by @MeikeWeiss in #679
- Add DomainForAction mock for actions on digraphs by @reiniscirpons in #686
- doc: start using autodoc by @james-d-mitchell in #684
- Make Orb use digraph hashes by @reiniscirpons in #687
- Fix startup bug by @james-d-mitchell in #688
- Add comment to remove rank by @reiniscirpons in #692
- Lint for new version of gaplint by @james-d-mitchell in #691
- Add
SubdigraphsMonomorphismsby @james-d-mitchell in #690 - Added method AllUndirectedSimpleCircuits by @MeikeWeiss in #689
- Update for recent gaplint by @james-d-mitchell in #693
- Add a test for issue #676 by @wilfwilson in #695
- Fix edge placement in HanoiGraph by @Joseph-Edwards in #699
- Fix planarity by @Joseph-Edwards in #696
- Clarify homomorphisms finder with specified image by @james-d-mitchell in #700
New Contributors
- @MeikeWeiss made their first contribution in #679
Full Changelog: v1.8.0...v1.9.0