Skip to content

Commit e6b2748

Browse files
Update version numbers etc for v1.8.0
1 parent 1c892dc commit e6b2748

File tree

5 files changed

+71
-5
lines changed

5 files changed

+71
-5
lines changed

Diff for: .VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.1
1+
1.8.0

Diff for: .mailmap

+8
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@ Marina Anagnostopoulou-Merkouri <[email protected]> marinaanagno <66735004+
22
Finn Buck <[email protected]> Finnegan Buck <[email protected]>
33
Stuart Burrell <[email protected]> Stuart Burrell <[email protected]>
44
Reinis Cirpons <[email protected]> reiniscirpons <[email protected]>
5+
Reinis Cirpons <[email protected]> reiniscirpons <[email protected]>
56
Tom Conti-Leslie <[email protected]> Tom Conti-Leslie <[email protected]>
67
Tom Conti-Leslie <[email protected]> Tom Conti-Leslie <[email protected]>
78
Jan De Beule <[email protected]>
89
Jan De Beule <[email protected]> Jan De Beule <[email protected]>
910
Jan De Beule <[email protected]> jdebeule <unknown>
1011
Joseph Edwards <[email protected]> Joseph Edwards <[email protected]>
12+
Joseph Edwards <[email protected]> Joe Edwards <[email protected]>
13+
Joseph Edwards <[email protected]> Joseph Edwards <[email protected]>
1114
1215
1316
@@ -17,12 +20,17 @@ Julius Jonusas <[email protected]> jj <unknown>
1720
Julius Jonusas <[email protected]> sriubas <[email protected]>
1821
Olexandr Konovalov <[email protected]> Alexander Konovalov <[email protected]>
1922
Olexandr Konovalov <[email protected]> Olexandr Konovalov <[email protected]>
23+
2024
Andrea Lee <[email protected]> baydrea <[email protected]>
25+
Saffron McIver <[email protected]> Saffron McIver <[email protected]>
26+
Saffron McIver <[email protected]> saffronmciver <[email protected]>
2127
2228
2329
James Mitchell <[email protected]> James Mitchell <[email protected]>
2430
James Mitchell <[email protected]> James D. <[email protected]>
2531
James Mitchell <[email protected]> James Mitchell <[email protected]>
32+
Matthew Pancer <[email protected]> M Pancer <[email protected]>
33+
2634
Markus Pfeiffer <[email protected]> Markus Pfeiffer <[email protected]>
2735
Markus Pfeiffer <[email protected]> Markus Pfeiffer <[email protected]>
2836
Lea Racine <[email protected]> LRacine <[email protected]>

Diff for: CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,36 @@ Wilf A. Wilson, Michael Young et al.
44

55
Licensing information can be found in the `LICENSE` file.
66

7+
## Version 1.8.0 (released 27/08/2024)
8+
9+
This release contains several improvements and bug fixes:
10+
11+
* Update Joe's info by @Joseph-Edwards in https://github.com/digraphs/Digraphs/pull/621
12+
* Fix Issue #617: DigraphRemoveEdge now removes appropriate edge label by @mtorpey in https://github.com/digraphs/Digraphs/pull/619
13+
* Implement IsOrderIdeal by @DanielPointon in https://github.com/digraphs/Digraphs/pull/609
14+
* DigraphCycleBasis by @Jun2M in https://github.com/digraphs/Digraphs/pull/610
15+
* Fix compiler warnings by @james-d-mitchell in https://github.com/digraphs/Digraphs/pull/633
16+
* Add IsModularLatticeDigraph by @james-d-mitchell in https://github.com/digraphs/Digraphs/pull/629
17+
* Abort if malloc fails by @DanielPointon in https://github.com/digraphs/Digraphs/pull/627
18+
* Add DigraphContractEdge by @saffronmciver in https://github.com/digraphs/Digraphs/pull/618
19+
* cliques: some perf improvements by @james-d-mitchell in https://github.com/digraphs/Digraphs/pull/635
20+
* Add custom CSS to documentation by @mtorpey in https://github.com/digraphs/Digraphs/pull/640
21+
* Fix compile warnings by @Joseph-Edwards in https://github.com/digraphs/Digraphs/pull/648
22+
* Edge-weights #3: minimum spanning trees by @mtorpey in https://github.com/digraphs/Digraphs/pull/650
23+
* weights.gi: correct whitespace by @mtorpey in https://github.com/digraphs/Digraphs/pull/652
24+
* Refactor Floyd–Warshall C implementation by @mtorpey in https://github.com/digraphs/Digraphs/pull/657
25+
* Added requested clique and independent attributes - #634 by @mpan322 in https://github.com/digraphs/Digraphs/pull/655
26+
* Doc fixes by @james-d-mitchell in https://github.com/digraphs/Digraphs/pull/658
27+
* Reduce Memory Usage by @DanielPointon in https://github.com/digraphs/Digraphs/pull/626
28+
29+
## New Contributors
30+
* @DanielPointon made their first contribution in https://github.com/digraphs/Digraphs/pull/609
31+
* @Jun2M made their first contribution in https://github.com/digraphs/Digraphs/pull/610
32+
* @saffronmciver made their first contribution in https://github.com/digraphs/Digraphs/pull/618
33+
* @mpan322 made their first contribution in https://github.com/digraphs/Digraphs/pull/655
34+
35+
**Full Changelog**: https://github.com/digraphs/Digraphs/compare/v1.7.1...v1.8.0
36+
737
## Version 1.7.1 (released 19/02/2024)
838

939
This is a minor release with some changes related to forthcoming changes in

Diff for: PackageInfo.g

+31-4
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
##
1010

1111
## <#GAPDoc Label="PKGVERSIONDATA">
12-
## <!ENTITY VERSION "1.7.1">
12+
## <!ENTITY VERSION "1.8.0">
1313
## <!ENTITY GAPVERS "4.10.0">
1414
## <!ENTITY GRAPEVERS "4.8.1">
1515
## <!ENTITY IOVERS "4.5.1">
1616
## <!ENTITY ORBVERS "4.8.2">
1717
## <!ENTITY DATASTRUCTURESVERS "0.2.5">
1818
## <!ENTITY NAUTYTRACESINTERFACEVERS "0.2">
19-
## <!ENTITY ARCHIVENAME "digraphs-1.7.1">
19+
## <!ENTITY ARCHIVENAME "digraphs-1.8.0">
2020
## <!ENTITY COPYRIGHTYEARS "2014-24">
2121
## <#/GAPDoc>
2222

@@ -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.7.1",
32-
Date := "19/02/2024", # dd/mm/yyyy format
31+
Version := "1.8.0",
32+
Date := "27/08/2024", # dd/mm/yyyy format
3333
License := "GPL-3.0-or-later",
3434
ArchiveFormats := ".tar.gz",
3535

@@ -219,6 +219,12 @@ Persons := [
219219
Place := "St Andrews",
220220
Institution := "University of St Andrews"),
221221

222+
rec(LastName := "Kwon",
223+
FirstNames := "Hyeokjun",
224+
IsAuthor := false,
225+
IsMaintainer := false,
226+
Email := "[email protected]"),
227+
222228
rec(
223229
LastName := "Lee",
224230
FirstNames := "Andrea",
@@ -229,6 +235,13 @@ Persons := [
229235
Place := "St Andrews",
230236
Institution := "University of St Andrews"),
231237

238+
rec(
239+
LastName := "McIver",
240+
FirstNames := "Saffron",
241+
IsAuthor := false,
242+
IsMaintainer := false,
243+
Email := "[email protected]"),
244+
232245
rec(
233246
LastName := "Mitchell",
234247
FirstNames := "James",
@@ -248,6 +261,13 @@ Persons := [
248261
Email := "[email protected]",
249262
WWWHome := "https://michael.orlitzky.com/"),
250263

264+
rec(
265+
LastName := "Pancer",
266+
FirstNames := "Matthew",
267+
IsAuthor := false,
268+
IsMaintainer := false,
269+
Email := "[email protected]"),
270+
251271
rec(
252272
LastName := "Pfeiffer",
253273
FirstNames := "Markus",
@@ -256,6 +276,13 @@ Persons := [
256276
Email := "[email protected]",
257277
WWWHome := "https://www.morphism.de/~markusp/"),
258278

279+
rec(
280+
LastName := "Pointon",
281+
FirstNames := "Daniel",
282+
IsAuthor := false,
283+
IsMaintainer := false,
284+
Email := "[email protected]"),
285+
259286
rec(
260287
LastName := "Racine",
261288
FirstNames := "Lea",

Diff for: VERSIONS

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#############################################################################
99
##
1010

11+
release 1.8.0 - 27/08/2024
1112
release 1.7.1 - 19/02/2024
1213
release 1.7.0 - 14/02/2024
1314
release 1.6.3 - 13/09/2023

0 commit comments

Comments
 (0)