-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b577e84
commit 71b24a4
Showing
14 changed files
with
63 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
############################################################################ | ||
## | ||
## PackageInfo.g | ||
## Copyright (C) 2011-2022 James D. Mitchell | ||
## Copyright (C) 2011-2024 James D. Mitchell | ||
## | ||
## Licensing information can be found in the README file of this package. | ||
## | ||
|
@@ -10,7 +10,7 @@ | |
|
||
BindGlobal("_RecogsFunnyNameFormatterFunction", | ||
function(st) | ||
if Length(st) = 0 then | ||
if IsEmpty(st) then | ||
return st; | ||
else | ||
return Concatenation(" (", st, ")"); | ||
|
@@ -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.3", | ||
Date := "05/01/2024", # dd/mm/yyyy format | ||
Version := "5.3.4", | ||
Date := "24/01/2024", # dd/mm/yyyy format | ||
License := "GPL-3.0-or-later", | ||
|
||
ArchiveFormats := ".tar.gz", | ||
|
@@ -319,6 +319,13 @@ Persons := [ | |
Place := "St Andrews", | ||
Institution := "University of St Andrews"), | ||
|
||
rec( | ||
LastName := "Wensley", | ||
FirstNames := "Chris", | ||
IsAuthor := true, | ||
IsMaintainer := false, | ||
Email := "[email protected]"), | ||
|
||
rec( | ||
LastName := "Whyte", | ||
FirstNames := "Murray", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: Semigroups | ||
version: 5.3.3 | ||
date: 2024-01-05 | ||
version: 5.3.4 | ||
date: 2024-01-24 | ||
description: | | ||
A package for semigroups and monoids | ||
|
@@ -58,6 +58,8 @@ authors: | |
url: https://nicolas.thiery.name/ | ||
- name: Maria Tsalakou | ||
url: https://mariatsalakou.github.io/ | ||
- name: Chris Wensley | ||
url: mailto:[email protected] | ||
- name: Murray Whyte | ||
url: mailto:[email protected] | ||
- name: Wilf A. Wilson | ||
|
@@ -105,7 +107,7 @@ packageinfo: https://semigroups.github.io/Semigroups/PackageInfo.g | |
|
||
downloads: | ||
- name: .tar.gz | ||
url: https://github.com/semigroups/Semigroups/releases/download/v5.3.3/semigroups-5.3.3.tar.gz | ||
url: https://github.com/semigroups/Semigroups/releases/download/v5.3.4/semigroups-5.3.4.tar.gz | ||
|
||
abstract: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,10 +29,10 @@ <h1>Semigroups</h1> | |
<h2>A package for semigroups and monoids</h2> | ||
|
||
<p> | ||
5.3.3</p> | ||
5.3.4</p> | ||
|
||
<p> | ||
5 January 2024 | ||
24 January 2024 | ||
</p> | ||
|
||
</div> | ||
|
@@ -266,6 +266,12 @@ <h2>A package for semigroups and monoids</h2> | |
<br />Email: <span class="URL"><a href="mailto:[email protected]">[email protected]</a></span> | ||
<br />Homepage: <span class="URL"><a href="https://mariatsalakou.github.io/">https://mariatsalakou.github.io/</a></span> | ||
<br />Address: <br />Mathematical Institute, North Haugh, St Andrews, Fife, KY16 9SS, Scotland<br /> | ||
</p><p><b> | ||
Chris Wensley | ||
|
||
|
||
</b> | ||
<br />Email: <span class="URL"><a href="mailto:[email protected]">[email protected]</a></span> | ||
</p><p><b> | ||
Murray Whyte | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,10 @@ | |
[1X A package for semigroups and monoids [101X | ||
|
||
|
||
5.3.3 | ||
5.3.4 | ||
|
||
|
||
5 January 2024 | ||
24 January 2024 | ||
|
||
|
||
James Mitchell | ||
|
@@ -66,6 +66,8 @@ | |
|
||
Maria Tsalakou | ||
|
||
Chris Wensley | ||
|
||
Murray Whyte | ||
|
||
Wilf A. Wilson | ||
|
@@ -199,6 +201,8 @@ | |
9SS, Scotland[133X | ||
|
||
|
||
Chris Wensley | ||
Email: [7Xmailto:[email protected][107X | ||
Murray Whyte | ||
Email: [7Xmailto:[email protected][107X | ||
Address: [33X[0;14YMathematical Institute, North Haugh, St Andrews, Fife, KY16 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,10 +32,10 @@ <h1>Semigroups</h1> | |
<h2>A package for semigroups and monoids</h2> | ||
|
||
<p> | ||
5.3.3</p> | ||
5.3.4</p> | ||
|
||
<p> | ||
5 January 2024 | ||
24 January 2024 | ||
</p> | ||
|
||
</div> | ||
|
@@ -269,6 +269,12 @@ <h2>A package for semigroups and monoids</h2> | |
<br />Email: <span class="URL"><a href="mailto:[email protected]">[email protected]</a></span> | ||
<br />Homepage: <span class="URL"><a href="https://mariatsalakou.github.io/">https://mariatsalakou.github.io/</a></span> | ||
<br />Address: <br />Mathematical Institute, North Haugh, St Andrews, Fife, KY16 9SS, Scotland<br /> | ||
</p><p><b> | ||
Chris Wensley | ||
|
||
|
||
</b> | ||
<br />Email: <span class="URL"><a href="mailto:[email protected]">[email protected]</a></span> | ||
</p><p><b> | ||
Murray Whyte | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters