diff --git a/.VERSION b/.VERSION index 9c6d6293b..fdd3be6df 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -1.6.1 +1.6.2 diff --git a/.mailmap b/.mailmap index e39863420..03aa53354 100644 --- a/.mailmap +++ b/.mailmap @@ -16,6 +16,7 @@ Julius Jonusas Julius Julius Jonusas jj Julius Jonusas sriubas Olexandr Konovalov Alexander Konovalov +Olexandr Konovalov Olexandr Konovalov <5751387+olexandr-konovalov@users.noreply.github.com> Andrea Lee baydrea <87464855+baydrea@users.noreply.github.com> James Mitchell James Mitchell diff --git a/CHANGELOG.md b/CHANGELOG.md index b8335e7e4..a5a9a310d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,28 @@ # CHANGELOG – Digraphs package for GAP -Copyright © 2014-22 by Jan De Beule, Julius Jonušas, James D. Mitchell, +Copyright © 2014-23 by Jan De Beule, Julius Jonušas, James D. Mitchell, Wilf A. Wilson, Michael Young et al. Licensing information can be found in the `LICENSE` file. +## Version 1.6.2 (released 05/04/2023) + +* PackageInfo.g: link to Mathjax manual by default by @fingolfin in + https://github.com/digraphs/Digraphs/pull/554 +* PackageInfo.g: link to Mathjax manual by default by @fingolfin in + https://github.com/digraphs/Digraphs/pull/558 +* ci: change master to main on azure by @james-d-mitchell in + https://github.com/digraphs/Digraphs/pull/567 +* Rewrite buildsystem to use Makefile.gappkg by @fingolfin in + https://github.com/digraphs/Digraphs/pull/566 +* Update two M4 files, correct a comment by @fingolfin in + https://github.com/digraphs/Digraphs/pull/568 +* Fix some typos found by codespell by @fingolfin in + https://github.com/digraphs/Digraphs/pull/569 +* Avoid src/ prefix for GAP headers by @fingolfin in + https://github.com/digraphs/Digraphs/pull/571 +* Use same URL as in my other packages by @olexandr-konovalov in + https://github.com/digraphs/Digraphs/pull/572 + ## Version 1.6.1 (released 06/12/2022) 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 ## Version 1.5.0 (released 27/10/2021) -This is a fairly major release of the Digraphs package, containing some bugfixes and several new features. +This is a fairly major release of the Digraphs package, containing some bugfixes and several new features. In this version, we welcome Finn Buck, Tom Conti-Leslie, Ewan Gilligan, Lea Racine, and Ben Spiers as contributors to the package. @@ -146,7 +165,7 @@ and improvements to the documentation. These include the following: ## Version 1.4.0 (released 27/01/2021) -In this release there are several new features and improvements. +In this release there are several new features and improvements. The following improvements and bugfixes have been made: @@ -159,7 +178,7 @@ The following improvements and bugfixes have been made: Harper. * a bug in `GeneratorsOfEndomorphismMonoid` that caused GAP to crash when called with a multidigraph was reported by [Wilf A. Wilson][] and - fixed by [James D. Mitchell][] + fixed by [James D. Mitchell][] * [Wilf A. Wilson][] made some improvements to the manual. * the performance of `DigraphCopy` was improved by Marina Anagnostopoulou-Merkouri and Sam Harper. @@ -168,17 +187,17 @@ The main new features are: * the attribute `DigraphNrLoops` was introduced by Marina Anagnostopoulou-Merkouri and Sam Harper. -* the operations +* the operations * `DotColoredDigraph` * `DotVertexColoredDigraph` * `DotEdgeColoredDigraph` * `DotSymmetricColoredDigraph` - * `DotSymmetricVertexColoredDigraph` - * `DotSymmetricEdgeColoredDigraph` + * `DotSymmetricVertexColoredDigraph` + * `DotSymmetricEdgeColoredDigraph` were introduced by Marina Anagnostopoulou-Merkouri and Sam Harper. -* the operation `VerticesReachableFrom` was introduced by +* the operation `VerticesReachableFrom` was introduced by Marina Anagnostopoulou-Merkouri. -* the operation `ModularProduct` was introduced by Luke Elliott and +* the operation `ModularProduct` was introduced by Luke Elliott and [James D. Mitchell][] ## Version 1.3.1 (released 27/11/2020) @@ -203,7 +222,7 @@ and [Wilf A. Wilson][]. This is a minor release adding some new features to Digraphs, principally functionality relating to computing matchings by Reinis Ciprons, and an -implementation of Dijkstra's algorithm for shortest paths by +implementation of Dijkstra's algorithm for shortest paths by [Markus Pfeiffer][] and [Maria Tsalakou][], and methods for producing a concise string representation of a digraph by Murray Whyte. diff --git a/PackageInfo.g b/PackageInfo.g index 3b2edd693..f76aa9027 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -1,7 +1,7 @@ ############################################################################# ## ## PackageInfo.g -## Copyright (C) 2015-22 James D. Mitchell +## Copyright (C) 2015-23 James D. Mitchell ## ## Licensing information can be found in the README.md file of this package. ## @@ -9,7 +9,7 @@ ## ## <#GAPDoc Label="PKGVERSIONDATA"> -## +## ## ## ## @@ -28,8 +28,8 @@ _STANDREWSCS := Concatenation(["Jack Cole Building, North Haugh, ", SetPackageInfo(rec( PackageName := "Digraphs", Subtitle := "Graphs, digraphs, and multidigraphs in GAP", -Version := "1.6.1", -Date := "06/12/2022", # dd/mm/yyyy format +Version := "1.6.2", +Date := "05/04/2023", # dd/mm/yyyy format License := "GPL-3.0-or-later", ArchiveFormats := ".tar.gz", diff --git a/VERSIONS b/VERSIONS index 5a445c6a7..5a8dffd38 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,13 +1,14 @@ ############################################################################# ## #W VERSIONS -#Y Copyright (C) 2015-22 James D. Mitchell +#Y Copyright (C) 2015-23 James D. Mitchell ## ## Licensing information can be found in the README.md file of this package. ## ############################################################################# ## +release 1.6.2 - 05/04/2023 release 1.6.1 - 06/12/2022 release 1.6.0 - 08/09/2022 release 1.5.3 - 20/05/2022