Skip to content

Commit

Permalink
Update package for v1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfwilson committed Nov 28, 2019
1 parent 52bf4ad commit 2992398
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 6 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ Torpey, Wilf A. Wilson et al.

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

## Version 1.0.2 (released 28/11/2019)

This is a minor release that fixes several bugs:

* `GeneratorsOfEndomorphismMonoid` sometimes incorrectly stored its result.
This was reported by [Chris Jefferson][] in
[Issue #251](https://github.com/gap-packages/Digraphs/issues/251)
and fixed by [James D. Mitchell][] in
[PR #265](https://github.com/gap-packages/Digraphs/pull/265).
* Some warnings that occurred when compiling against GAP 4.9 were removed.
The warnings were reported by [James D. Mitchell][] in
[Issue #266](https://github.com/gap-packages/Digraphs/issues/266)
and fixed by [Wilf A. Wilson][] in
[PR #274](https://github.com/gap-packages/Digraphs/pull/274).
* There was a bug with the `ViewString` of known non-complete digraphs,
where such digraphs were described as being complete.
This was reported by Murray Whyte in
[Issue #272](https://github.com/gap-packages/Digraphs/issues/272)
and fixed by [Wilf A. Wilson][] in
[PR #273](https://github.com/gap-packages/Digraphs/pull/273).


## Version 1.0.1 (released 05/10/2019)

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

* `HomomorphismDigraphFinder` sometimes failed to find a homomorphism when one existsed [[Issue #111](https://github.com/gap-packages/Digraphs/issues/111), reported by Gordon Royle];
* `HomomorphismDigraphFinder` sometimes failed to find a homomorphism when one existed [[Issue #111](https://github.com/gap-packages/Digraphs/issues/111), reported by Gordon Royle];
* the documentation for `HomomorphismDigraphFinder` was
incomplete [[Issue #112](https://github.com/gap-packages/Digraphs/issues/112)]; and
* a segmentation fault could be caused when using Digraphs with
Expand Down Expand Up @@ -645,3 +667,4 @@ Pre-release version that was not made publicly available.
[Julius Jonusas]: http://julius.jonusas.work
[Jan De Beule]: http://homepages.vub.ac.be/~jdbeule
[Markus Pfeiffer]: https://www.morphism.de/~markusp
[Chris Jefferson]: https://caj.host.cs.st-andrews.ac.uk
8 changes: 4 additions & 4 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
##

## <#GAPDoc Label="PKGVERSIONDATA">
## <!ENTITY VERSION "1.0.1">
## <!ENTITY VERSION "1.0.2">
## <!ENTITY GAPVERS "4.9.0">
## <!ENTITY GRAPEVERS "4.8.1">
## <!ENTITY IOVERS "4.5.1">
## <!ENTITY ORBVERS "4.8.2">
## <!ENTITY ARCHIVENAME "digraphs-1.0.1">
## <!ENTITY ARCHIVENAME "digraphs-1.0.2">
## <!ENTITY COPYRIGHTYEARS "2014-19">
## <#/GAPDoc>

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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2
1 change: 1 addition & 0 deletions VERSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#############################################################################
##

release 1.0.2 - 28/11/2019
release 1.0.1 - 05/10/2019
release 1.0.0 - 03/10/2019
release 0.15.4 - 06/08/2019
Expand Down

0 comments on commit 2992398

Please sign in to comment.