From e6b27483ae8352259a80d2c11332887c14f1b961 Mon Sep 17 00:00:00 2001 From: "James D. Mitchell" Date: Tue, 27 Aug 2024 12:57:47 +0100 Subject: [PATCH] Update version numbers etc for v1.8.0 --- .VERSION | 2 +- .mailmap | 8 ++++++++ CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ PackageInfo.g | 35 +++++++++++++++++++++++++++++++---- VERSIONS | 1 + 5 files changed, 71 insertions(+), 5 deletions(-) diff --git a/.VERSION b/.VERSION index 943f9cbc4..27f9cd322 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -1.7.1 +1.8.0 diff --git a/.mailmap b/.mailmap index 678eae565..8d5973f0f 100644 --- a/.mailmap +++ b/.mailmap @@ -2,12 +2,15 @@ Marina Anagnostopoulou-Merkouri marinaanagno <66735004+ Finn Buck Finnegan Buck <61651823+finnbuck@users.noreply.github.com> Stuart Burrell Stuart Burrell Reinis Cirpons reiniscirpons <43414125+reiniscirpons@users.noreply.github.com> +Reinis Cirpons reiniscirpons Tom Conti-Leslie Tom Conti-Leslie <54725378+tomcontileslie@users.noreply.github.com> Tom Conti-Leslie Tom Conti-Leslie Jan De Beule Jan De Beule Jan De Beule Jan De Beule jdebeule Joseph Edwards Joseph Edwards <80713360+Joseph-Edwards@users.noreply.github.com> +Joseph Edwards Joe Edwards <80713360+Joseph-Edwards@users.noreply.github.com> +Joseph Edwards Joseph Edwards Luke Elliott Luke Luke Elliott le27 Max Horn Max Horn @@ -17,12 +20,17 @@ Julius Jonusas jj Julius Jonusas sriubas Olexandr Konovalov Alexander Konovalov Olexandr Konovalov Olexandr Konovalov <5751387+olexandr-konovalov@users.noreply.github.com> +Hyeokjun Kwon <86776403+Jun2M@users.noreply.github.com> Andrea Lee baydrea <87464855+baydrea@users.noreply.github.com> +Saffron McIver Saffron McIver <122937897+saffronmciver@users.noreply.github.com> +Saffron McIver saffronmciver <122937897+saffronmciver@users.noreply.github.com> James Mitchell James Mitchell James Mitchell James Mitchell James Mitchell James D. James Mitchell James Mitchell +Matthew Pancer M Pancer <115101659+mpan322@users.noreply.github.com> +Daniel Pointon <30954660+DanielPointon@users.noreply.github.com> Markus Pfeiffer Markus Pfeiffer Markus Pfeiffer Markus Pfeiffer Lea Racine LRacine <35891709+LRacine@users.noreply.github.com> diff --git a/CHANGELOG.md b/CHANGELOG.md index 746743b2c..b709d00f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/PackageInfo.g b/PackageInfo.g index 2d4fef55c..f03c976bb 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -9,14 +9,14 @@ ## ## <#GAPDoc Label="PKGVERSIONDATA"> -## +## ## ## ## ## ## ## -## +## ## ## <#/GAPDoc> @@ -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", @@ -219,6 +219,12 @@ Persons := [ Place := "St Andrews", Institution := "University of St Andrews"), + rec(LastName := "Kwon", + FirstNames := "Hyeokjun", + IsAuthor := false, + IsMaintainer := false, + Email := "hk78@st-andrews.ac.uk"), + rec( LastName := "Lee", FirstNames := "Andrea", @@ -229,6 +235,13 @@ Persons := [ Place := "St Andrews", Institution := "University of St Andrews"), + rec( + LastName := "McIver", + FirstNames := "Saffron", + IsAuthor := false, + IsMaintainer := false, + Email := "sm544@st-andrews.ac.uk"), + rec( LastName := "Mitchell", FirstNames := "James", @@ -248,6 +261,13 @@ Persons := [ Email := "michael@orlitzky.com", WWWHome := "https://michael.orlitzky.com/"), + rec( + LastName := "Pancer", + FirstNames := "Matthew", + IsAuthor := false, + IsMaintainer := false, + Email := "mp322@st-andrews.ac.uk"), + rec( LastName := "Pfeiffer", FirstNames := "Markus", @@ -256,6 +276,13 @@ Persons := [ Email := "markus.pfeiffer@morphism.de", WWWHome := "https://www.morphism.de/~markusp/"), + rec( + LastName := "Pointon", + FirstNames := "Daniel", + IsAuthor := false, + IsMaintainer := false, + Email := "dp211@st-andrews.ac.uk"), + rec( LastName := "Racine", FirstNames := "Lea", diff --git a/VERSIONS b/VERSIONS index 8449c008d..9e2ff2878 100644 --- a/VERSIONS +++ b/VERSIONS @@ -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