Skip to content

Commit

Permalink
Update version numbers etc for v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Aug 27, 2024
1 parent 1c892dc commit e6b2748
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.1
1.8.0
8 changes: 8 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ Marina Anagnostopoulou-Merkouri <[email protected]> marinaanagno <66735004+
Finn Buck <[email protected]> Finnegan Buck <[email protected]>
Stuart Burrell <[email protected]> Stuart Burrell <[email protected]>
Reinis Cirpons <[email protected]> reiniscirpons <[email protected]>
Reinis Cirpons <[email protected]> reiniscirpons <[email protected]>
Tom Conti-Leslie <[email protected]> Tom Conti-Leslie <[email protected]>
Tom Conti-Leslie <[email protected]> Tom Conti-Leslie <[email protected]>
Jan De Beule <[email protected]>
Jan De Beule <[email protected]> Jan De Beule <[email protected]>
Jan De Beule <[email protected]> jdebeule <unknown>
Joseph Edwards <[email protected]> Joseph Edwards <[email protected]>
Joseph Edwards <[email protected]> Joe Edwards <[email protected]>
Joseph Edwards <[email protected]> Joseph Edwards <[email protected]>
Luke Elliott <[email protected]> Luke <[email protected]>
Luke Elliott <[email protected]> le27 <[email protected]>
Max Horn <[email protected]> Max Horn <[email protected]>
Expand All @@ -17,12 +20,17 @@ Julius Jonusas <[email protected]> jj <unknown>
Julius Jonusas <[email protected]> sriubas <[email protected]>
Olexandr Konovalov <[email protected]> Alexander Konovalov <[email protected]>
Olexandr Konovalov <[email protected]> Olexandr Konovalov <[email protected]>
Hyeokjun Kwon <[email protected]> <[email protected]>
Andrea Lee <[email protected]> baydrea <[email protected]>
Saffron McIver <[email protected]> Saffron McIver <[email protected]>
Saffron McIver <[email protected]> saffronmciver <[email protected]>
James Mitchell <[email protected]> <[email protected]>
James Mitchell <[email protected]> <[email protected]>
James Mitchell <[email protected]> James Mitchell <[email protected]>
James Mitchell <[email protected]> James D. <[email protected]>
James Mitchell <[email protected]> James Mitchell <[email protected]>
Matthew Pancer <[email protected]> M Pancer <[email protected]>
Daniel Pointon <[email protected]> <[email protected]>
Markus Pfeiffer <[email protected]> Markus Pfeiffer <[email protected]>
Markus Pfeiffer <[email protected]> Markus Pfeiffer <[email protected]>
Lea Racine <[email protected]> LRacine <[email protected]>
Expand Down
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,36 @@ Wilf A. Wilson, Michael Young et al.

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

## Version 1.8.0 (released 27/08/2024)

This release contains several improvements and bug fixes:

* Update Joe's info by @Joseph-Edwards in https://github.com/digraphs/Digraphs/pull/621
* Fix Issue #617: DigraphRemoveEdge now removes appropriate edge label by @mtorpey in https://github.com/digraphs/Digraphs/pull/619
* Implement IsOrderIdeal by @DanielPointon in https://github.com/digraphs/Digraphs/pull/609
* DigraphCycleBasis by @Jun2M in https://github.com/digraphs/Digraphs/pull/610
* Fix compiler warnings by @james-d-mitchell in https://github.com/digraphs/Digraphs/pull/633
* Add IsModularLatticeDigraph by @james-d-mitchell in https://github.com/digraphs/Digraphs/pull/629
* Abort if malloc fails by @DanielPointon in https://github.com/digraphs/Digraphs/pull/627
* Add DigraphContractEdge by @saffronmciver in https://github.com/digraphs/Digraphs/pull/618
* cliques: some perf improvements by @james-d-mitchell in https://github.com/digraphs/Digraphs/pull/635
* Add custom CSS to documentation by @mtorpey in https://github.com/digraphs/Digraphs/pull/640
* Fix compile warnings by @Joseph-Edwards in https://github.com/digraphs/Digraphs/pull/648
* Edge-weights #3: minimum spanning trees by @mtorpey in https://github.com/digraphs/Digraphs/pull/650
* weights.gi: correct whitespace by @mtorpey in https://github.com/digraphs/Digraphs/pull/652
* Refactor Floyd–Warshall C implementation by @mtorpey in https://github.com/digraphs/Digraphs/pull/657
* Added requested clique and independent attributes - #634 by @mpan322 in https://github.com/digraphs/Digraphs/pull/655
* Doc fixes by @james-d-mitchell in https://github.com/digraphs/Digraphs/pull/658
* Reduce Memory Usage by @DanielPointon in https://github.com/digraphs/Digraphs/pull/626

## New Contributors
* @DanielPointon made their first contribution in https://github.com/digraphs/Digraphs/pull/609
* @Jun2M made their first contribution in https://github.com/digraphs/Digraphs/pull/610
* @saffronmciver made their first contribution in https://github.com/digraphs/Digraphs/pull/618
* @mpan322 made their first contribution in https://github.com/digraphs/Digraphs/pull/655

**Full Changelog**: https://github.com/digraphs/Digraphs/compare/v1.7.1...v1.8.0

## Version 1.7.1 (released 19/02/2024)

This is a minor release with some changes related to forthcoming changes in
Expand Down
35 changes: 31 additions & 4 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
##

## <#GAPDoc Label="PKGVERSIONDATA">
## <!ENTITY VERSION "1.7.1">
## <!ENTITY VERSION "1.8.0">
## <!ENTITY GAPVERS "4.10.0">
## <!ENTITY GRAPEVERS "4.8.1">
## <!ENTITY IOVERS "4.5.1">
## <!ENTITY ORBVERS "4.8.2">
## <!ENTITY DATASTRUCTURESVERS "0.2.5">
## <!ENTITY NAUTYTRACESINTERFACEVERS "0.2">
## <!ENTITY ARCHIVENAME "digraphs-1.7.1">
## <!ENTITY ARCHIVENAME "digraphs-1.8.0">
## <!ENTITY COPYRIGHTYEARS "2014-24">
## <#/GAPDoc>

Expand All @@ -28,8 +28,8 @@ _STANDREWSCS := Concatenation(["Jack Cole Building, North Haugh, ",
SetPackageInfo(rec(
PackageName := "Digraphs",
Subtitle := "Graphs, digraphs, and multidigraphs in GAP",
Version := "1.7.1",
Date := "19/02/2024", # dd/mm/yyyy format
Version := "1.8.0",
Date := "27/08/2024", # dd/mm/yyyy format
License := "GPL-3.0-or-later",
ArchiveFormats := ".tar.gz",

Expand Down Expand Up @@ -219,6 +219,12 @@ Persons := [
Place := "St Andrews",
Institution := "University of St Andrews"),

rec(LastName := "Kwon",
FirstNames := "Hyeokjun",
IsAuthor := false,
IsMaintainer := false,
Email := "[email protected]"),

rec(
LastName := "Lee",
FirstNames := "Andrea",
Expand All @@ -229,6 +235,13 @@ Persons := [
Place := "St Andrews",
Institution := "University of St Andrews"),

rec(
LastName := "McIver",
FirstNames := "Saffron",
IsAuthor := false,
IsMaintainer := false,
Email := "[email protected]"),

rec(
LastName := "Mitchell",
FirstNames := "James",
Expand All @@ -248,6 +261,13 @@ Persons := [
Email := "[email protected]",
WWWHome := "https://michael.orlitzky.com/"),

rec(
LastName := "Pancer",
FirstNames := "Matthew",
IsAuthor := false,
IsMaintainer := false,
Email := "[email protected]"),

rec(
LastName := "Pfeiffer",
FirstNames := "Markus",
Expand All @@ -256,6 +276,13 @@ Persons := [
Email := "[email protected]",
WWWHome := "https://www.morphism.de/~markusp/"),

rec(
LastName := "Pointon",
FirstNames := "Daniel",
IsAuthor := false,
IsMaintainer := false,
Email := "[email protected]"),

rec(
LastName := "Racine",
FirstNames := "Lea",
Expand Down
1 change: 1 addition & 0 deletions VERSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#############################################################################
##

release 1.8.0 - 27/08/2024
release 1.7.1 - 19/02/2024
release 1.7.0 - 14/02/2024
release 1.6.3 - 13/09/2023
Expand Down

0 comments on commit e6b2748

Please sign in to comment.