Skip to content

Commit

Permalink
Update version numbers etc for v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Apr 5, 2023
1 parent 0a7c052 commit 4569c65
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.1
1.6.2
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Julius Jonusas <j.jonusas@gmail.com> Julius <unknown>
Julius Jonusas <j.jonusas@gmail.com> jj <unknown>
Julius Jonusas <j.jonusas@gmail.com> sriubas <j.jonusas@gmail.com>
Olexandr Konovalov <obk1@st-andrews.ac.uk> Alexander Konovalov <alex-konovalov@users.noreply.github.com>
Olexandr Konovalov <obk1@st-andrews.ac.uk> Olexandr Konovalov <5751387+olexandr-konovalov@users.noreply.github.com>
Andrea Lee <ahwl1@st-andrews.ac.uk> baydrea <87464855+baydrea@users.noreply.github.com>
James Mitchell <jdm3@st-andrews.ac.uk> <james-d-mitchell@users.noreply.github.com>
James Mitchell <jdm3@st-andrews.ac.uk> <jdm3@st-andrews.ac.uk>
Expand Down
39 changes: 29 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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:

Expand All @@ -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.
Expand All @@ -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)
Expand All @@ -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.

Expand Down
8 changes: 4 additions & 4 deletions PackageInfo.g
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#############################################################################
##
## 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.
##
#############################################################################
##

## <#GAPDoc Label="PKGVERSIONDATA">
## <!ENTITY VERSION "1.6.1">
## <!ENTITY VERSION "1.6.2">
## <!ENTITY GAPVERS "4.10.0">
## <!ENTITY GRAPEVERS "4.8.1">
## <!ENTITY IOVERS "4.5.1">
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.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",

Expand Down
3 changes: 2 additions & 1 deletion VERSIONS
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4569c65

Please sign in to comment.