Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version numbers etc for v5.4.0 #1041

Merged
merged 2 commits into from
Oct 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3.7
5.4.0
1 change: 0 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
Cpp11BracedListStyle: true
DerivePointerAlignment: false
PointerAlignment: PAS_Left
DisableFormat: false
ExperimentalAutoDetectBinPacking: false
FixNamespaceComments: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4
- name: "Install dependencies (macOS only!)"
if: ${{ runner.os == 'macOS' }}
run: brew install automake
run: brew install automake autoconf zlib gmp pkg-config libtool
# Setup ccache, to speed up repeated compilation of the same binaries
# (i.e., GAP and the packages)
- name: "Setup ccache"
Expand Down
7 changes: 6 additions & 1 deletion .mailmap
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Marina Anagnostopoulou-Merkouri <[email protected]> Marina Anagnostopoulou-Merkouri <[email protected]>
Stuart Burrell <[email protected]> <[email protected]>
Stuart Burrell <[email protected]> stuartburrell <unknown>
Reinis Cirpons <[email protected]> Reinis Cirpons <[email protected]>
Expand All @@ -8,8 +9,10 @@ Joseph Edwards <[email protected]> Joe Edwards <80713360+Joseph-Edwards@user
Joseph Edwards <[email protected]> Joseph Edwards <[email protected]>
Luke Elliott <[email protected]> le27 <[email protected]>
Fernando Flores Brito <[email protected]> Fernando Flores Brito <[email protected]>
Tillman Froehlich <[email protected]> <[email protected]>
Nick Ham <[email protected]>
Robert Hancock <[email protected]> Robert Hancock <unknown>
Robert Hancock <[email protected]> Robert Hancock <[email protected]>
Robert Hancock <[email protected]> Robert Hancock <unknown>
Max Horn <[email protected]> Max Horn <[email protected]>
Chris Jefferson <[email protected]> Chris Jefferson <[email protected]>
Julius Jonusas <[email protected]> Julius <[email protected]>
Expand All @@ -19,6 +22,7 @@ Olexandr Konovalov <[email protected]> Alexander Konovalov <alex-konovalov@u
Olexandr Konovalov <[email protected]> Alexander Konovalov <[email protected]>
Olexandr Konovalov <[email protected]> Olexandr Konovalov <[email protected]>
Artemis Konstantinidi <[email protected]> artemiskonst <[email protected]>
Hyeokjun Kwon <[email protected]> Hyeokjun Kwon <[email protected]>
James Mitchell <[email protected]> <[email protected]>
James Mitchell <[email protected]> <[email protected]>
James Mitchell <[email protected]> <[email protected]>
Expand All @@ -39,6 +43,7 @@ Chris Wensley <[email protected]> cdwensley <cdwensley.maths@btinte
Murray Whyte <[email protected]> Murray Whyte <[email protected]>
Wilf Wilson <[email protected]> Wilf Wilson <[email protected]>
Wilf Wilson <[email protected]> wilfwilson <[email protected]>
Tianrun Yang <[email protected]> Tianrun Yang <[email protected]>
Michael Young <[email protected]> <[email protected]>
Michael Young <[email protected]> <mtorpey@mtorpey-debtest>
Michael Young <[email protected]> mct25 <unknown>
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ Copyright © 2011-2024 [James D. Mitchell][] et al.

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

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

## What's Changed

* Improved IsIsomorphicSemigroup Method by @awesometillman in https://github.com/semigroups/Semigroups/pull/1023
* fix typo in nambooripad partial order documentation by @Tianrun-Y in https://github.com/semigroups/Semigroups/pull/1030
* Better kernel module checking by @Joseph-Edwards in https://github.com/semigroups/Semigroups/pull/1032
* Fix ChooseHashFunction rank issue. by @reiniscirpons in https://github.com/semigroups/Semigroups/pull/1035
* kernel: Semigroups can be used in GAP on julia by @james-d-mitchell in https://github.com/semigroups/Semigroups/pull/1036
* Use LoadKernelExtension for gapbind_demo by @fingolfin in https://github.com/semigroups/Semigroups/pull/1039

## New Contributors
* @awesometillman made their first contribution in https://github.com/semigroups/Semigroups/pull/1023
* @Tianrun-Y made their first contribution in https://github.com/semigroups/Semigroups/pull/1030

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

## Version 5.3.7 (released 11/03/2024)

This is a minor release with some changes for compatibility with GAP.
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ lint:
etc/cpplint.sh

format:
clang-format -i src/*.[hc]
clang-format -i src/*.*pp

.PHONY: lint format

Expand Down
54 changes: 31 additions & 23 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.3.7",
Date := "11/03/2024", # dd/mm/yyyy format
Version := "5.4.0",
Date := "19/10/2024", # dd/mm/yyyy format
License := "GPL-3.0-or-later",

ArchiveFormats := ".tar.gz",
Expand Down Expand Up @@ -71,11 +71,10 @@ Persons := [
FirstNames := "Marina",
IsAuthor := true,
IsMaintainer := false,
Email := "[email protected]",
PostalAddress := _STANDREWSMATHS,
Place := "St Andrews",
Institution := "University of St Andrews",
WWWHome := "https://github.com/marinaanagno"),
Email := "[email protected]",
Place := "Bristol",
Institution := "University of Bristol",
WWWHome := "https://marinaanagno.github.io"),

rec(
LastName := "Breuer",
Expand Down Expand Up @@ -149,8 +148,14 @@ Persons := [
FirstNames := "Fernando",
IsAuthor := true,
IsMaintainer := false,
Email := "[email protected]",
WWWHome := "https://github.com/ffloresbrito"),
Email := "[email protected]"),

rec(
LastName := "Froehlich",
FirstNames := "Tillman",
IsAuthor := true,
IsMaintainer := false,
Email := "[email protected]"),

rec(
LastName := "Ham",
Expand All @@ -167,7 +172,7 @@ Persons := [
FirstNames := "Robert",
IsAuthor := true,
IsMaintainer := false,
Email := "hancock@informatik.uni-heidelberg.de",
Email := "robert.hancock@maths.ox.ac.uk",
WWWHome := "https://sites.google.com/view/robert-hancock/"),

rec(
Expand Down Expand Up @@ -210,11 +215,7 @@ Persons := [
LastName := "Nagpal",
FirstNames := "Chinmaya",
IsAuthor := true,
IsMaintainer := false,
Email := "[email protected]",
PostalAddress := _STANDREWSMATHS,
Place := "St Andrews",
Institution := "University of St Andrews"),
IsMaintainer := false),

rec(
LastName := "Konovalov",
Expand All @@ -231,11 +232,13 @@ Persons := [
LastName := "Konstantinidi",
FirstNames := "Artemis",
IsAuthor := true,
IsMaintainer := false,
Email := "[email protected]",
PostalAddress := _STANDREWSMATHS,
Place := "St Andrews",
Institution := "University of St Andrews"),
IsMaintainer := false),

rec(
LastName := "Kwon",
FirstNames := "Hyeokjun",
IsAuthor := true,
IsMaintainer := false),

rec(
LastName := "Pasechnik",
Expand All @@ -257,7 +260,7 @@ Persons := [
IsAuthor := true,
IsMaintainer := false,
Email := "[email protected]",
WWWHome := "https://www.morphism.de/~markusp/"),
WWWHome := "https://markusp.morphism.de/"),

rec(
LastName := "Russell",
Expand Down Expand Up @@ -295,8 +298,7 @@ Persons := [
LastName := "Spiers",
FirstNames := "Ben",
IsAuthor := true,
IsMaintainer := false,
Email := "[email protected]"),
IsMaintainer := false),

rec(
LastName := "Thiéry",
Expand Down Expand Up @@ -344,6 +346,12 @@ Persons := [
Email := "[email protected]",
WWWHome := "https://wilf.me"),

rec(
LastName := "Yang",
FirstNames := "Tianrun",
IsAuthor := true,
IsMaintainer := false),

rec(
LastName := "Young",
FirstNames := "Michael",
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 5.4.0 - 19/10/2024
release 5.3.7 - 11/03/2024
release 5.3.6 - 19/02/2024
release 5.3.5 - 14/02/2024
Expand Down
2 changes: 1 addition & 1 deletion etc/cpplint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -e

cpplint src/*.hpp src/*.h src/*.cpp
cpplint src/*.*pp
4 changes: 3 additions & 1 deletion release.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[authors]
expired_emails = ["[email protected]"]
expired_emails = ["[email protected]", "[email protected]",
"[email protected]", "[email protected]",
"[email protected]", "[email protected]"]
author_files = ["PackageInfo.g"]
ignore = ["convert-repo", "dependabot"]
2 changes: 1 addition & 1 deletion src/CPPLINT.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set noparent
filter=-build/c++11,-build/c++14,-build/include_subdir,-runtime/indentation_namespace,-runtime/references,-readability/todo
filter=-build/c++11,-build/c++14,-build/include_subdir,-runtime/indentation_namespace,-runtime/references,-readability/todo,-whitespace/indent_namespace
linelength=80
root=../..
exclude_files=(semigroups-config.hpp|pkgconfig.h)
2 changes: 1 addition & 1 deletion src/bipart.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ Obj BLOCKS_INV_RIGHT(Obj self, Obj blocks_gap, Obj x_gap) {
continue;
}
}
if (junk == (uint32_t) -1) {
if (junk == static_cast<uint32_t>(-1)) {
junk = next;
next++;
}
Expand Down
2 changes: 2 additions & 0 deletions src/froidure-pin-base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//

#include <memory> // for std::shared_ptr

// Semigroups GAP package headers
#include "to_cpp.hpp" // for to_cpp
#include "to_gap.hpp" // for to_gap
Expand Down
Loading