Skip to content

Commit a570e83

Browse files
committed
Version 4.8.0
1 parent a31f436 commit a570e83

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Version history of the RCWA package
22

3+
## Changes between RCWA 4.7.1 and RCWA 4.8.0 (September 22, 2025):
4+
5+
- Fixed an error in the database of products of 2 class transpositions
6+
which has been found by a recomputation of the data (the order of
7+
(9(10),0(12)) * (1(11),10(11)) is not 12, but 60).
8+
- Added a function CTPairIntersectionTypeNumber to the database of
9+
products of two class transpositions
10+
- Fixed representation issue in ImagesSet(f,cl): if both inputs
11+
are sparse, then output now is as well
12+
- Added preliminary support for operations `PreImagesNC`,
13+
`PreImagesElmNC`, `PreImagesSetNC`, `PreImagesRepresentativeNC`
14+
(for now they are just synonyms to their non-NC counterparts,
15+
but future GAP versions may change that)
16+
- Avoid use of `InstallValue` on non-plain objects in preparation
17+
for some future GAP version possibly dropping support for this.
18+
319
## Changes between RCWA 4.7.0 and RCWA 4.7.1 (December 6, 2022):
420

521
- Added a global switch `CTSparse` to choose sparse representation

PackageInfo.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ SetPackageInfo( rec(
88

99
PackageName := "RCWA",
1010
Subtitle := "Residue-Class-Wise Affine Groups",
11-
Version := "4.7.1",
12-
Date := "06/12/2022", # dd/mm/yyyy format
11+
Version := "4.8.0",
12+
Date := "22/09/2025", # dd/mm/yyyy format
1313
License := "GPL-2.0-or-later",
1414
Persons := [
1515
rec( LastName := "Kohl",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ browser, or its PDF version (manual.pdf) with a PDF viewer.
3737

3838
## Requirements
3939

40-
This version of RCWA needs GAP >=4.9.0 in 64-bit mode, ResClasses >=4.7.0,
40+
This version of RCWA needs GAP >=4.11.1 in 64-bit mode, ResClasses >=4.7.1,
4141
GRAPE >=4.7, Polycyclic >=2.11, FR >=2.2.1, GAPDoc >=1.5.1 and Utils >=0.40.
4242
All required packages are already present in a standard GAP installation.
4343
RCWA can be used on all platforms for which GAP is available. It is

0 commit comments

Comments
 (0)