Skip to content

Commit 21d1d92

Browse files
committed
Update package for v0.15.4 release
1 parent 5e70e0d commit 21d1d92

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ Copyright (C) 2014-19 by Jan De Beule, Julius Jonušas, James D. Mitchell, Micha
33

44
Licensing information can be found in the LICENSE file.
55

6+
## Version 0.15.4 (released 06/08/2019)
7+
8+
This is a minor release that fixes a few bugs.
9+
10+
In previous versions, the homomorphism-finding tools sometimes returned
11+
purported ‘monomoprhisms’ that were not injective. This problem was reported by
12+
Gordon Royle, see
13+
[Issue #222](https://github.com/gap-packages/Digraphs/issues/222),
14+
and fixed by [James D. Mitchell](http://goo.gl/ZtViV6) in
15+
[PR #223](https://github.com/gap-packages/Digraphs/pull/223).
16+
In addition, [Wilf A. Wilson](http://wilf.me)
17+
[fixed a bug](https://github.com/gap-packages/Digraphs/commit/458a10298b08881bf7ee9207534ce431378d2c4e)
18+
in `DigraphNrEdges`. This function could previously lead to a crash when given a
19+
digraph whose `OutNeighbours` contained entries not in `IsPlistRep`.
20+
621
## Version 0.15.3 (released 12/06/2019)
722

823
This is a minor release that fixes a typo in the documentation of

PackageInfo.g

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
##
1010

1111
## <#GAPDoc Label="PKGVERSIONDATA">
12-
## <!ENTITY VERSION "0.15.3">
12+
## <!ENTITY VERSION "0.15.4">
1313
## <!ENTITY GAPVERS "4.9.0">
1414
## <!ENTITY GRAPEVERS "4.8.1">
1515
## <!ENTITY IOVERS "4.5.1">
1616
## <!ENTITY ORBVERS "4.8.2">
17-
## <!ENTITY ARCHIVENAME "digraphs-0.15.3">
17+
## <!ENTITY ARCHIVENAME "digraphs-0.15.4">
1818
## <!ENTITY COPYRIGHTYEARS "2014-19">
1919
## <#/GAPDoc>
2020

2121
SetPackageInfo(rec(
2222
PackageName := "Digraphs",
2323
Subtitle := "Graphs, digraphs, and multidigraphs in GAP",
24-
Version := "0.15.3",
25-
Date := "12/06/2019", # dd/mm/yyyy format
24+
Version := "0.15.4",
25+
Date := "06/08/2019", # dd/mm/yyyy format
2626
License := "GPL-3.0-or-later",
2727
ArchiveFormats := ".tar.gz",
2828

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.3
1+
0.15.4

VERSIONS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#############################################################################
99
##
1010

11+
release 0.15.4 - 06/08/2019
1112
release 0.15.3 - 12/06/2019
1213
release 0.15.2 - 17/04/2019
1314
release 0.15.1 - 26/03/2019

0 commit comments

Comments
 (0)