Skip to content

Commit 2992398

Browse files
committed
Update package for v1.0.2 release
1 parent 52bf4ad commit 2992398

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ Torpey, Wilf A. Wilson et al.
44

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

7+
## Version 1.0.2 (released 28/11/2019)
8+
9+
This is a minor release that fixes several bugs:
10+
11+
* `GeneratorsOfEndomorphismMonoid` sometimes incorrectly stored its result.
12+
This was reported by [Chris Jefferson][] in
13+
[Issue #251](https://github.com/gap-packages/Digraphs/issues/251)
14+
and fixed by [James D. Mitchell][] in
15+
[PR #265](https://github.com/gap-packages/Digraphs/pull/265).
16+
* Some warnings that occurred when compiling against GAP 4.9 were removed.
17+
The warnings were reported by [James D. Mitchell][] in
18+
[Issue #266](https://github.com/gap-packages/Digraphs/issues/266)
19+
and fixed by [Wilf A. Wilson][] in
20+
[PR #274](https://github.com/gap-packages/Digraphs/pull/274).
21+
* There was a bug with the `ViewString` of known non-complete digraphs,
22+
where such digraphs were described as being complete.
23+
This was reported by Murray Whyte in
24+
[Issue #272](https://github.com/gap-packages/Digraphs/issues/272)
25+
and fixed by [Wilf A. Wilson][] in
26+
[PR #273](https://github.com/gap-packages/Digraphs/pull/273).
27+
28+
729
## Version 1.0.1 (released 05/10/2019)
830

931
This is a minor release of the Digraphs package. The main change in this
@@ -320,7 +342,7 @@ system of the package.
320342
This is a minor release, which contains several bugfixes. The following problems
321343
were resolved by [James D. Mitchell][]:
322344

323-
* `HomomorphismDigraphFinder` sometimes failed to find a homomorphism when one existsed [[Issue #111](https://github.com/gap-packages/Digraphs/issues/111), reported by Gordon Royle];
345+
* `HomomorphismDigraphFinder` sometimes failed to find a homomorphism when one existed [[Issue #111](https://github.com/gap-packages/Digraphs/issues/111), reported by Gordon Royle];
324346
* the documentation for `HomomorphismDigraphFinder` was
325347
incomplete [[Issue #112](https://github.com/gap-packages/Digraphs/issues/112)]; and
326348
* a segmentation fault could be caused when using Digraphs with
@@ -645,3 +667,4 @@ Pre-release version that was not made publicly available.
645667
[Julius Jonusas]: http://julius.jonusas.work
646668
[Jan De Beule]: http://homepages.vub.ac.be/~jdbeule
647669
[Markus Pfeiffer]: https://www.morphism.de/~markusp
670+
[Chris Jefferson]: https://caj.host.cs.st-andrews.ac.uk

PackageInfo.g

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

1111
## <#GAPDoc Label="PKGVERSIONDATA">
12-
## <!ENTITY VERSION "1.0.1">
12+
## <!ENTITY VERSION "1.0.2">
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-1.0.1">
17+
## <!ENTITY ARCHIVENAME "digraphs-1.0.2">
1818
## <!ENTITY COPYRIGHTYEARS "2014-19">
1919
## <#/GAPDoc>
2020

@@ -26,8 +26,8 @@ _STANDREWSCS := Concatenation(["Jack Cole Building, North Haugh, ",
2626
SetPackageInfo(rec(
2727
PackageName := "Digraphs",
2828
Subtitle := "Graphs, digraphs, and multidigraphs in GAP",
29-
Version := "1.0.1",
30-
Date := "05/10/2019", # dd/mm/yyyy format
29+
Version := "1.0.2",
30+
Date := "28/11/2019", # dd/mm/yyyy format
3131
License := "GPL-3.0-or-later",
3232
ArchiveFormats := ".tar.gz",
3333

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1
1+
1.0.2

VERSIONS

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

11+
release 1.0.2 - 28/11/2019
1112
release 1.0.1 - 05/10/2019
1213
release 1.0.0 - 03/10/2019
1314
release 0.15.4 - 06/08/2019

0 commit comments

Comments
 (0)