Skip to content

Commit

Permalink
Version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Aug 29, 2024
1 parent b8f4568 commit 1497819
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
This file describes changes in the `sotgrps` package.

# 1.3 (2023-MM-DD)
# 1.3 (2024-08-29)

- Ensure the presentations used by `AllSOTGroups(n)[i]` and `SOTGroup(n,i)`
are identical, not just equivalent.
- Basic integration with the small groups library
- Integrated with the small groups library (SGL): for orders not already
included in the SGL, we now extend the SGL commands for those orders.
So commands like `NrSmallGroups`, `AllSmallGroups` or `IdGroup` will
work e.g. for (groups of) order 7*13^3 when `sotgrps` is loaded.
- Minor janitorial changes

# 1.2 (2023-06-20)
Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ SetPackageInfo( rec(

PackageName := "SOTGrps",
Subtitle := "Constructing and identifying groups of small order type",
Version := "1.2",
Date := "20/06/2023", # dd/mm/yyyy format
Version := "1.3",
Date := "29/08/2024", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

Persons := [
Expand Down

0 comments on commit 1497819

Please sign in to comment.