Skip to content

Commit

Permalink
Update version numbers etc for v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Sep 18, 2023
1 parent 5473b4c commit bc45684
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.2.1
5.3.0
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ James Mitchell <jdm3@st-andrews.ac.uk> James Mitchell <james-d-mitchell@users.no
James Mitchell <jdm3@st-andrews.ac.uk> james-d-mitchell <james-d-mitchell@users.noreply.github.com>
James Mitchell <jdm3@st-andrews.ac.uk> jamesm <unknown>
Dima Pasechnik <dmitrii.pasechnik@cs.ox.ac.uk> Dima Pasechnik <dimpase@gmail.com>
Dima Pasechnik <dmitrii.pasechnik@cs.ox.ac.uk> Dima Pasechnik <dima@pasechnik.info>
Markus Pfeiffer <markus.pfeiffer@morphism.de> Markus Pfeiffer <markus.pfeiffer@st-andrews.ac.uk>
Markus Pfeiffer <markus.pfeiffer@morphism.de> Markus Pfeiffer <markusp@mcs.st-andrews.ac.uk>
Chris Russell <cr66@st-andrews.ac.uk> ChristopherRussell <cr66@st-andrews.ac.uk>
Expand Down
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,54 @@ Copyright © 2011-2023 [James D. Mitchell][] et al.

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

### Version 5.3.0 (released 18/09/2023)

This release contains a fairly large number of changes, fixes, and
improvements. The biggest changes/new features in this release are:

* The build system has been completely updated by @fingolfin and @dimapase:
- Convert buildsystem to use Makefile.gappkg instead of automake by @fingolfin
in https://github.com/semigroups/Semigroups/pull/902
- Use the C++ compiler to link semigroups.so by @fingolfin in
https://github.com/semigroups/Semigroups/pull/942
- Work around autoconf 2.69 bugs by @fingolfin in
https://github.com/semigroups/Semigroups/pull/947
- set rpath for external libsemigroups by @dimpase in
https://github.com/semigroups/Semigroups/pull/954
- buildsystem: sane warning if not using gmake by @james-d-mitchell in
https://github.com/semigroups/Semigroups/pull/955
* Some updates to improve the performance of `LatticeOfCongruences` and friends
by @james-d-mitchell in https://github.com/semigroups/Semigroups/pull/884
* Add `GreensLeftMultipliers` and related by @james-d-mitchell in
https://github.com/semigroups/Semigroups/pull/925

The following bugs were fixed and/or issues resolved:

* Use same URL as in my other packages by @olexandr-konovalov in
https://github.com/semigroups/Semigroups/pull/907
* Fix a few typos inn the doc by @fingolfin in
https://github.com/semigroups/Semigroups/pull/913
* Increase required version of Digraphs and remove some redundant code by
@james-d-mitchell in https://github.com/semigroups/Semigroups/pull/921
* greens: fix `HClassReps(LClass)` for acting semigroups by @james-d-mitchell
in https://github.com/semigroups/Semigroups/pull/927
* greens: fix bug in `RightGreensMultiplier` for acting semigroups by
@james-d-mitchell in https://github.com/semigroups/Semigroups/pull/930
* congsemigraph: add `\=` method by @james-d-mitchell in
https://github.com/semigroups/Semigroups/pull/933
* greens: fix `RhoOrbStabChain(DClass)` by @james-d-mitchell in
https://github.com/semigroups/Semigroups/pull/932
* doc: remove empty xml files by @james-d-mitchell in
https://github.com/semigroups/Semigroups/pull/934
* Fix a typo that breaks HPCombi support by @fingolfin in
https://github.com/semigroups/Semigroups/pull/941
* typo (ERNEL<-KERNEL) in configure.ac by @dimpase in
https://github.com/semigroups/Semigroups/pull/944
* fix the URL for libsemigroups in README.md by @dimpase in
https://github.com/semigroups/Semigroups/pull/945
* kernel: fix mem leaks by @james-d-mitchell in
https://github.com/semigroups/Semigroups/pull/951

### Version 5.2.1 (released 05/03/2023)

This is a minor release with some changes for compatibility with upcoming
Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
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.2.1",
Date := "05/03/2023", # dd/mm/yyyy format
Version := "5.3.0",
Date := "18/09/2023", # dd/mm/yyyy format
License := "GPL-3.0-or-later",

ArchiveFormats := ".tar.gz",
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-2022 James D. Mitchell
## Copyright (C) 2011-2023 James D. Mitchell
##
## Licensing information can be found in the README file of this package.
##
#############################################################################
##
##

release 5.3.0 - 18/09/2023
release 5.2.1 - 05/03/2023
release 5.2.0 - 01/12/2022
release 5.1.0 - 31/10/2022
Expand Down

0 comments on commit bc45684

Please sign in to comment.