Skip to content

Commit

Permalink
Update version numbers etc for 3.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
James Mitchell committed Jan 17, 2018
1 parent 0eaf5a2 commit 7e2733f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

### Version 3.0.12 (released 17/01/2018)

This version contains some minor updates for compatibility GAP 4.9, to fix some
bugs, to update the build system, and to update the kernel module for
libsemigroups version 0.6.2.

The following improvements have been made:

* [PR 426](https://github.com/gap-packages/Semigroups/pull/426): a new faster method for `IsomorphismFpSemigroup` for factorisable inverse monoids is added. [Chris Russell]
* [PR 430](https://github.com/gap-packages/Semigroups/pull/430): the performance of the maximal subsemigroups functionality has been improved. [[Wilf A. Wilson](http://wilf.me)]

The following issues are resolved:

* [Issue 424](https://github.com/gap-packages/Semigroups/issues/424): the operation `MinimalFactorization` sometimes returned incorrect results. [[J. D. Mitchell](http://www-groups.mcs.st-andrews.ac.uk/~jamesm/)]

* [Issue 435](https://github.com/gap-packages/Semigroups/issues/424): the operation `ClosureInverseMonoid` sometimes returned incorrect results. [[J. D. Mitchell](http://www-groups.mcs.st-andrews.ac.uk/~jamesm/)]

### Version 3.0.11 (released 18/12/2017)

This version contains some minor updates for compatibility GAP 4.9,
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.11">
## <!ENTITY VERSION "3.0.12">
## <!ENTITY GAPVERS "4.9.0">
## <!ENTITY DIGRAPHSVERS "0.11.0">
## <!ENTITY ORBVERS "4.8.0">
## <!ENTITY IOVERS "4.5.1">
## <!ENTITY GENSSVERS "1.5">
## <!ENTITY ARCHIVENAME "semigroups-3.0.11">
## <!ENTITY ARCHIVENAME "semigroups-3.0.12">
## <!ENTITY COPYRIGHTYEARS "2011-17">
## <#/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.11",
Date := "18/12/2017",
Version := "3.0.12",
Date := "17/01/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.11
3.0.12
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.12 - 17/01/2018
release 3.0.11 - 18/12/2017
release 3.0.10 - 04/12/2017
release 3.0.9 - 24/11/2017
Expand Down

0 comments on commit 7e2733f

Please sign in to comment.