11# CHANGELOG – Digraphs package for GAP
2- Copyright © 2014-22 by Jan De Beule, Julius Jonušas, James D. Mitchell,
2+ Copyright © 2014-23 by Jan De Beule, Julius Jonušas, James D. Mitchell,
33Wilf A. Wilson, Michael Young et al.
44
55Licensing information can be found in the ` LICENSE ` file.
66
7+ ## Version 1.6.2 (released 05/04/2023)
8+
9+ * PackageInfo.g: link to Mathjax manual by default by @fingolfin in
10+ https://github.com/digraphs/Digraphs/pull/554
11+ * PackageInfo.g: link to Mathjax manual by default by @fingolfin in
12+ https://github.com/digraphs/Digraphs/pull/558
13+ * ci: change master to main on azure by @james-d-mitchell in
14+ https://github.com/digraphs/Digraphs/pull/567
15+ * Rewrite buildsystem to use Makefile.gappkg by @fingolfin in
16+ https://github.com/digraphs/Digraphs/pull/566
17+ * Update two M4 files, correct a comment by @fingolfin in
18+ https://github.com/digraphs/Digraphs/pull/568
19+ * Fix some typos found by codespell by @fingolfin in
20+ https://github.com/digraphs/Digraphs/pull/569
21+ * Avoid src/ prefix for GAP headers by @fingolfin in
22+ https://github.com/digraphs/Digraphs/pull/571
23+ * Use same URL as in my other packages by @olexandr-konovalov in
24+ https://github.com/digraphs/Digraphs/pull/572
25+
726## Version 1.6.1 (released 06/12/2022)
827
928This is a minor release fixing a number of minor issues:
@@ -65,7 +84,7 @@ This minor release contains several bugfixes and technical changes. This include
6584
6685## Version 1.5.0 (released 27/10/2021)
6786
68- This is a fairly major release of the Digraphs package, containing some bugfixes and several new features.
87+ This is a fairly major release of the Digraphs package, containing some bugfixes and several new features.
6988
7089In this version, we welcome Finn Buck, Tom Conti-Leslie, Ewan Gilligan, Lea
7190Racine, and Ben Spiers as contributors to the package.
@@ -146,7 +165,7 @@ and improvements to the documentation. These include the following:
146165
147166## Version 1.4.0 (released 27/01/2021)
148167
149- In this release there are several new features and improvements.
168+ In this release there are several new features and improvements.
150169
151170The following improvements and bugfixes have been made:
152171
@@ -159,7 +178,7 @@ The following improvements and bugfixes have been made:
159178 Harper.
160179* a bug in ` GeneratorsOfEndomorphismMonoid ` that caused GAP to crash when
161180 called with a multidigraph was reported by [ Wilf A. Wilson] [ ] and
162- fixed by [ James D. Mitchell] [ ]
181+ fixed by [ James D. Mitchell] [ ]
163182* [ Wilf A. Wilson] [ ] made some improvements to the manual.
164183* the performance of ` DigraphCopy ` was improved by Marina
165184 Anagnostopoulou-Merkouri and Sam Harper.
@@ -168,17 +187,17 @@ The main new features are:
168187
169188* the attribute ` DigraphNrLoops ` was introduced by Marina
170189 Anagnostopoulou-Merkouri and Sam Harper.
171- * the operations
190+ * the operations
172191 * ` DotColoredDigraph `
173192 * ` DotVertexColoredDigraph `
174193 * ` DotEdgeColoredDigraph `
175194 * ` DotSymmetricColoredDigraph `
176- * ` DotSymmetricVertexColoredDigraph `
177- * ` DotSymmetricEdgeColoredDigraph `
195+ * ` DotSymmetricVertexColoredDigraph `
196+ * ` DotSymmetricEdgeColoredDigraph `
178197 were introduced by Marina Anagnostopoulou-Merkouri and Sam Harper.
179- * the operation ` VerticesReachableFrom ` was introduced by
198+ * the operation ` VerticesReachableFrom ` was introduced by
180199 Marina Anagnostopoulou-Merkouri.
181- * the operation ` ModularProduct ` was introduced by Luke Elliott and
200+ * the operation ` ModularProduct ` was introduced by Luke Elliott and
182201 [ James D. Mitchell] [ ]
183202
184203## Version 1.3.1 (released 27/11/2020)
@@ -203,7 +222,7 @@ and [Wilf A. Wilson][].
203222
204223This is a minor release adding some new features to Digraphs, principally
205224functionality relating to computing matchings by Reinis Ciprons, and an
206- implementation of Dijkstra's algorithm for shortest paths by
225+ implementation of Dijkstra's algorithm for shortest paths by
207226[ Markus Pfeiffer] [ ] and [ Maria Tsalakou] [ ] , and methods for producing a concise
208227string representation of a digraph by Murray Whyte.
209228
0 commit comments