Skip to content

Commit 4569c65

Browse files
Update version numbers etc for v1.6.2
1 parent 0a7c052 commit 4569c65

File tree

5 files changed

+37
-16
lines changed

5 files changed

+37
-16
lines changed

.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.1
1+
1.6.2

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Julius Jonusas <[email protected]> Julius <unknown>
1616
Julius Jonusas <[email protected]> jj <unknown>
1717
Julius Jonusas <[email protected]> sriubas <[email protected]>
1818
Olexandr Konovalov <[email protected]> Alexander Konovalov <[email protected]>
19+
Olexandr Konovalov <[email protected]> Olexandr Konovalov <[email protected]>
1920
Andrea Lee <[email protected]> baydrea <[email protected]>
2021
2122

CHANGELOG.md

Lines changed: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,28 @@
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,
33
Wilf A. Wilson, Michael Young et al.
44

55
Licensing 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

928
This 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

7089
In this version, we welcome Finn Buck, Tom Conti-Leslie, Ewan Gilligan, Lea
7190
Racine, 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

151170
The 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

204223
This is a minor release adding some new features to Digraphs, principally
205224
functionality 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
208227
string representation of a digraph by Murray Whyte.
209228

PackageInfo.g

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#############################################################################
22
##
33
## PackageInfo.g
4-
## Copyright (C) 2015-22 James D. Mitchell
4+
## Copyright (C) 2015-23 James D. Mitchell
55
##
66
## Licensing information can be found in the README.md file of this package.
77
##
88
#############################################################################
99
##
1010

1111
## <#GAPDoc Label="PKGVERSIONDATA">
12-
## <!ENTITY VERSION "1.6.1">
12+
## <!ENTITY VERSION "1.6.2">
1313
## <!ENTITY GAPVERS "4.10.0">
1414
## <!ENTITY GRAPEVERS "4.8.1">
1515
## <!ENTITY IOVERS "4.5.1">
@@ -28,8 +28,8 @@ _STANDREWSCS := Concatenation(["Jack Cole Building, North Haugh, ",
2828
SetPackageInfo(rec(
2929
PackageName := "Digraphs",
3030
Subtitle := "Graphs, digraphs, and multidigraphs in GAP",
31-
Version := "1.6.1",
32-
Date := "06/12/2022", # dd/mm/yyyy format
31+
Version := "1.6.2",
32+
Date := "05/04/2023", # dd/mm/yyyy format
3333
License := "GPL-3.0-or-later",
3434
ArchiveFormats := ".tar.gz",
3535

VERSIONS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
#############################################################################
22
##
33
#W VERSIONS
4-
#Y Copyright (C) 2015-22 James D. Mitchell
4+
#Y Copyright (C) 2015-23 James D. Mitchell
55
##
66
## Licensing information can be found in the README.md file of this package.
77
##
88
#############################################################################
99
##
1010

11+
release 1.6.2 - 05/04/2023
1112
release 1.6.1 - 06/12/2022
1213
release 1.6.0 - 08/09/2022
1314
release 1.5.3 - 20/05/2022

0 commit comments

Comments
 (0)