Skip to content

Commit

Permalink
Update version numbers etc. for v3.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
James Mitchell committed Oct 1, 2018
1 parent 4737ad4 commit eac5221
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 5 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

#### Copyright (C) 2011-18 James D. Mitchell et al.<br/>Licensing information can be found in the LICENSE file.

### Version 3.0.20 (released 01/10/2018)

This version contains some minor changes related to compatibility issues with
GAP, was updated to use libsemigroups 0.6.4, and contains bugfixes for the
following issues:

* [Issue 530](https://github.com/gap-packages/Semigroups/issues/530): there was
a bug in the method for `IsFactorisableInverseMonoid` for an ideal of
semigroup. It only returned `true` if the parent semigroup was factorisable.
[[J. D. Mitchell](http://www-groups.mcs.st-andrews.ac.uk/~jamesm/)]

* [Issue 531](https://github.com/gap-packages/Semigroups/issues/531): there
were some issues with method selection for Green's classes, when the RCWA
package was loaded at the same time as [Semigroups](https://gap-packages.github.io/Semigroups/).
[[Wilf A. Wilson](http://wilf.me)]

* [Issue 532](https://github.com/gap-packages/Semigroups/issues/532): the
`Iterator` method for free inverse monoids used some implementational
details of the method for free group iterators in the GAP library. This
caused an error to be reported when [Semigroups](https://gap-packages.github.io/Semigroups/) and RCWA were loaded at the same time.
[[J. D. Mitchell](http://www-groups.mcs.st-andrews.ac.uk/~jamesm/)]

* [Issue 536](https://github.com/gap-packages/Semigroups/issues/536): the
`Iterator` method for free inverse monoids did not work as intended, because
some words could never be reached.
[[J. D. Mitchell](http://www-groups.mcs.st-andrews.ac.uk/~jamesm/)]

* [Issue 543](https://github.com/gap-packages/Semigroups/issues/543): the [Semigroups](https://gap-packages.github.io/Semigroups/) tests failed when all packages were loaded.
[[Wilf A. Wilson](http://wilf.me)]

### Version 3.0.19 (released 18/09/2018)

This version contains some minor changes related to compatibility issues with
Expand Down
8 changes: 4 additions & 4 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
##

## <#GAPDoc Label="PKGVERSIONDATA">
## <!ENTITY VERSION "3.0.19">
## <!ENTITY VERSION "3.0.20">
## <!ENTITY GAPVERS "4.9.0">
## <!ENTITY DIGRAPHSVERS "0.12.0">
## <!ENTITY ORBVERS "4.8.0">
## <!ENTITY IOVERS "4.5.1">
## <!ENTITY GENSSVERS "1.6.5">
## <!ENTITY ARCHIVENAME "semigroups-3.0.19">
## <!ENTITY ARCHIVENAME "semigroups-3.0.20">
## <!ENTITY COPYRIGHTYEARS "2011-18">
## <#/GAPDoc>

Expand Down Expand Up @@ -47,8 +47,8 @@ _STANDREWS := Concatenation(["Mathematical Institute, ",
SetPackageInfo(rec(
PackageName := "Semigroups",
Subtitle := "A package for semigroups and monoids",
Version := "3.0.19",
Date := "18/09/2018",
Version := "3.0.20",
Date := "01/10/2018",
ArchiveFormats := ".tar.gz",

SourceRepository := rec(
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.19
3.0.20
1 change: 1 addition & 0 deletions VERSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
##
##

release 3.0.20 - 01/10/2018
release 3.0.19 - 18/09/2018
release 3.0.18 - 11/09/2018
release 3.0.17 - 23/08/2018
Expand Down

0 comments on commit eac5221

Please sign in to comment.