Skip to content

Commit

Permalink
Update CHANGELOG.md, PackageInfo.g, VERSIONS for 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed May 25, 2016
1 parent cb4d478 commit 6d632a1
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 4 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

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

### Version 2.8.0 (released 25/05/2016)
In this release there are some new features and some bug fixes. In this
version, we welcome [Nick Ham](https://n-ham.github.io) to the contributors to the package.

#### New Features in Version 2.8.0
The new features in this release are contributed by [Nick Ham](https://n-ham.github.io):

* `ApsisMonoid`
* `CrossedApsisMonoid`
* `ModularPartitionMonoid`
* `PlanarModularPartitionMonoid`
* `PlanarPartitionMonoid`
* `PlanarUniformBlockBijectionMonoid`
* `SingularApsisMonoid`
* `SingularCrossedApsisMonoid`
* `SingularModularPartitionMonoid`
* `SingularPlanarModularPartitionMonoid`
* `SingularPlanarPartitionMonoid`
* `SingularPlanarUniformBlockBijectionMonoid`
* `SingularUniformBlockBijectionMonoid`
* `UniformBlockBijectionMonoid`

#### Issues Resolved in Version 2.8.0

* [Issue 160](https://github.com/gap-packages/Semigroups/issues/160) `IrreundantGeneratingSubset` behaved incorrectly when given a
semigroup whose generating set consisted of a single repeated
element. [[Wilf Wilson](http://wilf.me)]
* [Issue 164](https://github.com/gap-packages/Semigroups/issues/164) `MatrixEntries`
gave an error for Rees 0-matrix semigroups whose
matrices contain `0`. [[Wilf Wilson](http://wilf.me)]
* Some tests failed when GAP was compiled in 32-bit mode. [[Michael Torpey](http://www-circa.mcs.st-and.ac.uk/mct25/)]

### Version 2.7.6 (released 19/04/2016)
This is a very minor release changing the name of the `README` (to `README.md`) in
the `PackageInfo.g` file.
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 "2.7.6">
## <!ENTITY VERSION "2.8.0">
## <!ENTITY GAPVERS "4.8.3">
## <!ENTITY ORBVERS "4.7.3">
## <!ENTITY IOVERS "4.4.4">
## <!ENTITY GRAPEVERS "4.5">
## <!ENTITY GENSSVERS "1.5">
## <!ENTITY ARCHIVENAME "semigroups-2.7.6">
## <!ENTITY ARCHIVENAME "semigroups-2.8.0">
## <!ENTITY COPYRIGHTYEARS "2011-16">
## <#/GAPDoc>

Expand All @@ -39,8 +39,8 @@ SetPackageInfo( rec(

PackageName := "Semigroups",
Subtitle := "",
Version := "2.7.6",
Date := "19/04/2016",
Version := "2.8.0",
Date := "25/05/2016",
ArchiveFormats := ".tar.gz",

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

release 2.8.0 - 25/05/2016
release 2.7.6 - 19/04/2016
release 2.7.5 - 19/04/2016
release 2.7.4 - 02/03/2016
Expand Down

0 comments on commit 6d632a1

Please sign in to comment.