Skip to content

Commit

Permalink
Update version numbers etc for v5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Feb 19, 2025
1 parent 7957c68 commit 6df9c27
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.4.0
5.5.0
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,29 @@
# CHANGELOG – [Semigroups package][] for [GAP][]
Copyright © 2011-2024 [James D. Mitchell][] et al.
Copyright © 2011-2025 [James D. Mitchell][] et al.

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

## Version 5.5.0 (released 19/02/2025)

## What's Changed

* Fix bug in gen pairs by @james-d-mitchell in
https://github.com/semigroups/Semigroups/pull/1043
* Generalize `IsSelfDualSemigroup` declaration by @fingolfin in
https://github.com/semigroups/Semigroups/pull/1044
* Better inverses by @Tianrun-Y in
https://github.com/semigroups/Semigroups/pull/1021
* Use GAP kernel helper `IS_STRING_REP` to test for strings by @fingolfin in
https://github.com/semigroups/Semigroups/pull/1045
* Better Nambooripad by @Tianrun-Y in
https://github.com/semigroups/Semigroups/pull/1026
* Fix spelling by @james-d-mitchell in
https://github.com/semigroups/Semigroups/pull/1050
* Avoid obsolete `C_NEW_STRING` macro by @fingolfin in
https://github.com/semigroups/Semigroups/pull/1051

**Full Changelog**: https://github.com/semigroups/Semigroups/compare/v5.4.0...v5.5.0

## Version 5.4.0 (released 19/10/2024)

## What's Changed
Expand Down
6 changes: 3 additions & 3 deletions PackageInfo.g
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
############################################################################
##
## PackageInfo.g
## Copyright (C) 2011-2024 James D. Mitchell
## Copyright (C) 2011-2025 James D. Mitchell
##
## Licensing information can be found in the README file of this package.
##
Expand Down Expand Up @@ -34,8 +34,8 @@ _STANDREWSCS := Concatenation(["Jack Cole Building, North Haugh, ",
SetPackageInfo(rec(
PackageName := "Semigroups",
Subtitle := "A package for semigroups and monoids",
Version := "5.4.0",
Date := "19/10/2024", # dd/mm/yyyy format
Version := "5.5.0",
Date := "19/02/2025", # dd/mm/yyyy format
License := "GPL-3.0-or-later",

ArchiveFormats := ".tar.gz",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# README - Semigroups package for GAP

#### Copyright (C) 2011-2023 James D. Mitchell et al.<br />Licensing information is available in the LICENSE file.
#### Copyright (C) 2011-2025 James D. Mitchell et al.<br />Licensing information is available in the LICENSE file.

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.592893.svg)](https://doi.org/10.5281/zenodo.592893)

Expand Down
3 changes: 2 additions & 1 deletion VERSIONS
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
#############################################################################
##
## VERSIONS
## Copyright (C) 2011-2024 James D. Mitchell
## Copyright (C) 2011-2025 James D. Mitchell
##
## Licensing information can be found in the README file of this package.
##
#############################################################################
##
##

release 5.5.0 - 19/02/2025
release 5.4.0 - 19/10/2024
release 5.3.7 - 11/03/2024
release 5.3.6 - 19/02/2024
Expand Down
2 changes: 1 addition & 1 deletion doc/attr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ gap> GeneratorsSmallest(T);
<Attr Name="OneInverseOfSemigroupElement" Arg="S, x"/>
<Returns> One inverse of an element of a semigroup.</Returns>
<Description>
<C>OneInverseOfSemigroupElement</C> returns one inverse of the element
<C>OneInverseOfSemigroupElement</C> returns one inverse of the element
<C>x</C> in the semigroup <A>S</A> and returns fail if this
element has no inverse in <A>S</A>.
<A>x</A> in the semigroup <A>S</A>.
Expand Down

0 comments on commit 6df9c27

Please sign in to comment.