Skip to content

Commit ba602a9

Browse files
committed
Version 4.7.0
1 parent a4e25b4 commit ba602a9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Version history of the RCWA package
22

3-
## Changes between RCWA 4.6.4 and RCWA 4.7.0 (X Y, 2021):
3+
## Changes between RCWA 4.6.4 and RCWA 4.7.0 (July 29, 2022):
44

55
- An operation `TryToComputeDegreeOfTransitivity` has been added,
66
together with a method for rcwa groups over Z.
@@ -16,6 +16,7 @@
1616
`abelianinvariants` and `compositionfactors` have been added to
1717
the database of groups generated by 3 class transpositions
1818
interchanging residue classes with moduli <= 6.
19+
- Other minor adjustments.
1920

2021
## Changes between RCWA 4.6.3 and RCWA 4.6.4 (March 24, 2019):
2122

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.6.4dev",
12-
Date := "24/03/2019", # dd/mm/yyyy format
11+
Version := "4.7.0",
12+
Date := "29/07/2022", # dd/mm/yyyy format
1313
License := "GPL-2.0-or-later",
1414
Persons := [
1515
rec( LastName := "Kohl",

0 commit comments

Comments
 (0)