We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4923ed0 commit cf96be7Copy full SHA for cf96be7
CHANGES.md
@@ -1,5 +1,11 @@
1
This file describes changes in the smallgrp package.
2
3
+# 1.5.3 (2023-05-16)
4
+
5
+ - Fix `SmallGroupsAvailable(p^7)` to return `false` when p > 11
6
+ (unless the `sglppow` package is loaded)
7
+ - Update contact details for Max Horn
8
9
# 1.5.2 (2023-02-11)
10
11
- Correct the information printed by `SmallGroupsInformation(512)`;
PackageInfo.g
@@ -10,8 +10,8 @@ SetPackageInfo( rec(
PackageName := "SmallGrp",
12
Subtitle := "The GAP Small Groups Library",
13
-Version := "1.5.2",
14
-Date := "11/02/2023", # dd/mm/yyyy format
+Version := "1.5.3",
+Date := "16/05/2023", # dd/mm/yyyy format
15
License := "Artistic-2.0",
16
17
Persons := [
0 commit comments