Skip to content

Commit 71853ec

Browse files
committed
Tweak the CHANGELOG
1 parent 17c38a6 commit 71853ec

1 file changed

Lines changed: 23 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ Licensing information can be found in the `LICENSE` file.
66

77
## Version 1.13.1 (released 27/09/2025)
88

9-
This is a minor release of the Digraphs package, containing one bugfix.
9+
This is a minor release of the Digraphs package, containing one bugfix:
1010

11-
## What's Changed
12-
* In [PR #852](https://github.com/digraphs/Digraphs/pull/852), [@wilfwilson](https://github.com/wilfwilson) fixed a bug that could result in an incorrect result being given for the `AutomorphismGroup` of a digraph that was created by the `CompleteBipartiteDigraph` operation.
13-
* This bug was reported by [@bojankuzma000](https://github.com/bojankuzma000) in [Issue #850](https://github.com/digraphs/Digraphs/issues/850).
11+
In [PR #852](https://github.com/digraphs/Digraphs/pull/852), [@wilfwilson](https://github.com/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](https://github.com/bojankuzma000)) in [Issue #850](https://github.com/digraphs/Digraphs/issues/850).
1412

1513
**Full Changelog**: <https://github.com/digraphs/Digraphs/compare/v1.13.0...v1.13.1>
1614

@@ -19,7 +17,7 @@ This is a minor release of the Digraphs package, containing one bugfix.
1917
## What's Changed
2018
* [@jengelh](https://github.com/jengelh) added support for version 4 of the [Edge Addition Planarity Suite][] in [PR #766](https://github.com/digraphs/Digraphs/pull/766). Version 4 is now the version that is vendored with the Digraphs package.
2119
* [@frankiegillis](https://github.com/frankiegillis) improved the performance of `IsTwoEdgeTransitive` in [PR #739](https://github.com/digraphs/Digraphs/pull/739), and added `Is2EdgeTransitive` as a synonym for this property.
22-
* [Wilf A. Wilson][] restored compatibility with GAP 4.10 in [PR #846](https://github.com/digraphs/Digraphs/pull/846).
20+
* [@wilfwilson](https://github.com/wilfwilson) restored compatibility with GAP 4.10 in [PR #846](https://github.com/digraphs/Digraphs/pull/846).
2321

2422
## New Contributors
2523
* Jan Engelhardt ([@jengelh](https://github.com/jengelh)) made their first contribution in [PR #766](https://github.com/digraphs/Digraphs/pull/766).
@@ -53,36 +51,42 @@ This is a minor release of the Digraphs package, containing various technical ch
5351
## Version 1.11.0 (released 28/08/2025)
5452

5553
## What's Changed
56-
* Added `IsTwoEdgeTransitive` by [@frankiegillis](https://github.com/frankiegillis) in [PR #733](https://github.com/digraphs/Digraphs/pull/733).
54+
55+
* [@frankiegillis](https://github.com/frankiegillis) added `IsTwoEdgeTransitive` in [PR #733](https://github.com/digraphs/Digraphs/pull/733).
5756
* [@flsmith](https://github.com/flsmith) made `RandomDigraph` more random in [PR #738](https://github.com/digraphs/Digraphs/pull/738).
58-
* Added `BurntPancakeGraph` and `BurntPancakeGraph` in [PR #403](https://github.com/digraphs/Digraphs/pull/403).
59-
* Added a new optional first argument for mutability in `CayleyDigraph` by [@james-d-mitchell](https://github.com/james-d-mitchell) in [PR #403](https://github.com/digraphs/Digraphs/pull/403).
60-
* Added `MinimalCyclicEdgeCut` by [@MeikeWeiss](https://github.com/MeikeWeiss) in [PR #754](https://github.com/digraphs/Digraphs/pull/754).
61-
* Added `DigraphAllChordlessCyclesOfMaximalLength` by [@MeikeWeiss](https://github.com/MeikeWeiss) in [PR #754](https://github.com/digraphs/Digraphs/pull/754).
62-
* Added `DigraphKings` and `DigraphIsKing` by [@hrj4](https://github.com/hrj4) in [PR #521](https://github.com/digraphs/Digraphs/pull/521).
57+
* [@james-d-mitchell](https://github.com/james-d-mitchell) added `BurntPancakeGraph` and `BurntPancakeGraph` in [PR #403](https://github.com/digraphs/Digraphs/pull/403).
58+
* [@james-d-mitchell](https://github.com/james-d-mitchell) added a new optional first argument for mutability in `CayleyDigraph` in [PR #403](https://github.com/digraphs/Digraphs/pull/403).
59+
* [@MeikeWeiss](https://github.com/MeikeWeiss) added `MinimalCyclicEdgeCut` in [PR #754](https://github.com/digraphs/Digraphs/pull/754).
60+
* [@MeikeWeiss](https://github.com/MeikeWeiss) added `DigraphAllChordlessCyclesOfMaximalLength` in [PR #754](https://github.com/digraphs/Digraphs/pull/754).
61+
* [@hrj4](https://github.com/hrj4) added `DigraphKings` and `DigraphIsKing` in [PR #521](https://github.com/digraphs/Digraphs/pull/521).
6362
* [@wilfwilson](https://github.com/wilfwilson) improved `ViewString` for digraphs in [PR #783](https://github.com/digraphs/Digraphs/pull/783).
6463
* [@EwanGilligan](https://github.com/EwanGilligan) implemented Zykov's and Christofides's algorithms and made them available as options for `ChromaticNumber` in [PR #491](https://github.com/digraphs/Digraphs/pull/491).
6564
* [@ChrisJefferson](https://github.com/ChrisJefferson) sped up `OnDigraphs` for a digraph and a permutation in [PR #267](https://github.com/digraphs/Digraphs/pull/267).
66-
* [@pramothragavan](https://github.com/pramothragavan) added dreadnaut support in [PR #651](https://github.com/digraphs/Digraphs/pull/651), along with the functions `DreadnautString`, `DigraphFromDreadnautString`, `DIMACSString`, and `DigraphFromDIMACSString`; and the variables `WholeFileEncoders` and `WholeFileDecoders` and the functions `IsWholeFileEncoder` and `IsWholeFileDecoder`.
6765
* [@RaiyanC](https://github.com/RaiyanC) added `DigraphMaximumFlow` in [PR #751](https://github.com/digraphs/Digraphs/pull/751).
6866
* [@RaiyanC](https://github.com/RaiyanC) added `RandomUniqueEdgeWeightedDigraph` [PR #755](https://github.com/digraphs/Digraphs/pull/755).
67+
* [@pramothragavan](https://github.com/pramothragavan) added dreadnaut support in [PR #651](https://github.com/digraphs/Digraphs/pull/651), along with the variables `WholeFileEncoders` and `WholeFileDecoders`, and the the functions:
68+
* `IsWholeFileEncoder`,
69+
* `IsWholeFileDecoder`,
70+
* `DreadnautString`,
71+
* `DigraphFromDreadnautString`,
72+
* `DIMACSString`, and
73+
* `DigraphFromDIMACSString`.
6974

7075
## New Contributors
71-
* [@BaseMax](https://github.com/BaseMax) made their first contribution in [PR #749](https://github.com/digraphs/Digraphs/pull/749).
76+
* [@hrj4](https://github.com/hrj4) made their first contribution in [PR #521](https://github.com/digraphs/Digraphs/pull/521).
7277
* [@pramothragavan](https://github.com/pramothragavan) made their first contribution in [PR #651](https://github.com/digraphs/Digraphs/pull/651).
7378
* [@BlueRidingHood](https://github.com/BlueRidingHood) made their first contribution in [PR #706](https://github.com/digraphs/Digraphs/pull/706).
74-
* [@hrj4](https://github.com/hrj4) made their first contribution in [PR #521](https://github.com/digraphs/Digraphs/pull/521).
79+
* [@BaseMax](https://github.com/BaseMax) made their first contribution in [PR #749](https://github.com/digraphs/Digraphs/pull/749).
7580

7681
**Full Changelog**: <https://github.com/digraphs/Digraphs/compare/v1.10.1...v1.11.0>
7782

7883
## Version 1.10.1 (released 27/08/2025)
7984

85+
This is a minor release containing various small technical adjustments, and the following bugfix and improvement:
86+
8087
## What's Changed
81-
* Fixed an bug in `ArticulationPoints` found by [@wilfwilson](https://github.com/wilfwilson)
82-
[PR #779](https://github.com/digraphs/Digraphs/pull/779).
83-
* Inclusion of an appendix to the manual that describes the DIMACS format
84-
[PR #775](https://github.com/digraphs/Digraphs/pull/775).
85-
* Various other small technical adjustments.
88+
* [@wilfwilson](https://github.com/wilfwilson) fixed an bug in `ArticulationPoints` in [PR #779](https://github.com/digraphs/Digraphs/pull/779).
89+
* [@wilfwilson](https://github.com/wilfwilson) added an appendix to the manual that describes the DIMACS format in [PR #775](https://github.com/digraphs/Digraphs/pull/775).
8690

8791
**Full Changelog**: <https://github.com/digraphs/Digraphs/compare/v1.10.0...v1.10.1>
8892

0 commit comments

Comments
 (0)