Skip to content

Commit f38bfdd

Browse files
committed
Reformat the CHANGELOG a little
1 parent 3d24c27 commit f38bfdd

File tree

1 file changed

+14
-33
lines changed

1 file changed

+14
-33
lines changed

CHANGELOG.md

Lines changed: 14 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -7,45 +7,26 @@ Licensing information can be found in the `LICENSE` file.
77
## Version 1.12.0 (released 02/09/2025)
88

99
## What's Changed
10-
* [@wilfwilson](https://github.com/wilfwilson) added `IsDirectedForest` in
11-
[PR #794](https://github.com/digraphs/Digraphs/pull/794).
10+
* [@wilfwilson](https://github.com/wilfwilson) added `IsDirectedForest` in [PR #794](https://github.com/digraphs/Digraphs/pull/794).
1211

1312
**Full Changelog**: <https://github.com/digraphs/Digraphs/compare/v1.11.0...v1.12.0>
1413

1514
## Version 1.11.0 (released 28/08/2025)
1615

1716
## What's Changed
18-
* Added `IsTwoEdgeTransitive` by [@frankiegillis](https://github.com/frankiegillis) in
19-
[PR #733](https://github.com/digraphs/Digraphs/pull/733).
20-
* [@flsmith](https://github.com/flsmith) made `RandomDigraph` more random in
21-
[PR #738](https://github.com/digraphs/Digraphs/pull/738).
22-
* Added `BurntPancakeGraph` and `BurntPancakeGraph` in
23-
[PR #403](https://github.com/digraphs/Digraphs/pull/403).
24-
* Added a new optional first argument for mutability in `CayleyDigraph` by
25-
[@james-d-mitchell](https://github.com/james-d-mitchell) in [PR #403](https://github.com/digraphs/Digraphs/pull/403).
26-
* Added `MinimalCyclicEdgeCut` by [@MeikeWeiss](https://github.com/MeikeWeiss) in
27-
[PR #754](https://github.com/digraphs/Digraphs/pull/754).
28-
* Added `DigraphAllChordlessCyclesOfMaximalLength` by [@MeikeWeiss](https://github.com/MeikeWeiss) in
29-
[PR #754](https://github.com/digraphs/Digraphs/pull/754).
30-
* Added `DigraphKings` and `DigraphIsKing` by [@hrj4](https://github.com/hrj4) in
31-
[PR #521](https://github.com/digraphs/Digraphs/pull/521).
32-
* [@wilfwilson](https://github.com/wilfwilson) improved `ViewString` for digraphs in
33-
[PR #783](https://github.com/digraphs/Digraphs/pull/783).
34-
* [@EwanGilligan](https://github.com/EwanGilligan) implemented Zykov's and Christofides's algorithms and made them
35-
available as options for `ChromaticNumber` in
36-
[PR #491](https://github.com/digraphs/Digraphs/pull/491).
37-
* [@ChrisJefferson](https://github.com/ChrisJefferson) sped up `OnDigraphs` for a digraph and a permutation in
38-
[PR #267](https://github.com/digraphs/Digraphs/pull/267).
39-
* [@pramothragavan](https://github.com/pramothragavan) added dreadnaut support in
40-
[PR #651](https://github.com/digraphs/Digraphs/pull/651), along with the functions
41-
`DreadnautString`, `DigraphFromDreadnautString`, `DIMACSString`, and
42-
`DigraphFromDIMACSString`; and the variables `WholeFileEncoders` and
43-
`WholeFileDecoders` and the functions `IsWholeFileEncoder` and
44-
`IsWholeFileDecoder`.
45-
* [@RaiyanC](https://github.com/RaiyanC) added `DigraphMaximumFlow` in
46-
[PR #751](https://github.com/digraphs/Digraphs/pull/751).
47-
* [@RaiyanC](https://github.com/RaiyanC) added `RandomUniqueEdgeWeightedDigraph`
48-
[PR #755](https://github.com/digraphs/Digraphs/pull/755).
17+
* Added `IsTwoEdgeTransitive` by [@frankiegillis](https://github.com/frankiegillis) in [PR #733](https://github.com/digraphs/Digraphs/pull/733).
18+
* [@flsmith](https://github.com/flsmith) made `RandomDigraph` more random in [PR #738](https://github.com/digraphs/Digraphs/pull/738).
19+
* Added `BurntPancakeGraph` and `BurntPancakeGraph` in [PR #403](https://github.com/digraphs/Digraphs/pull/403).
20+
* 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).
21+
* Added `MinimalCyclicEdgeCut` by [@MeikeWeiss](https://github.com/MeikeWeiss) in [PR #754](https://github.com/digraphs/Digraphs/pull/754).
22+
* Added `DigraphAllChordlessCyclesOfMaximalLength` by [@MeikeWeiss](https://github.com/MeikeWeiss) in [PR #754](https://github.com/digraphs/Digraphs/pull/754).
23+
* Added `DigraphKings` and `DigraphIsKing` by [@hrj4](https://github.com/hrj4) in [PR #521](https://github.com/digraphs/Digraphs/pull/521).
24+
* [@wilfwilson](https://github.com/wilfwilson) improved `ViewString` for digraphs in [PR #783](https://github.com/digraphs/Digraphs/pull/783).
25+
* [@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).
26+
* [@ChrisJefferson](https://github.com/ChrisJefferson) sped up `OnDigraphs` for a digraph and a permutation in [PR #267](https://github.com/digraphs/Digraphs/pull/267).
27+
* [@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`.
28+
* [@RaiyanC](https://github.com/RaiyanC) added `DigraphMaximumFlow` in [PR #751](https://github.com/digraphs/Digraphs/pull/751).
29+
* [@RaiyanC](https://github.com/RaiyanC) added `RandomUniqueEdgeWeightedDigraph` [PR #755](https://github.com/digraphs/Digraphs/pull/755).
4930

5031
## New Contributors
5132
* [@BaseMax](https://github.com/BaseMax) made their first contribution in [PR #749](https://github.com/digraphs/Digraphs/pull/749).

0 commit comments

Comments
 (0)