Skip to content

Commit

Permalink
Version 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Dec 5, 2022
1 parent 945d7eb commit 28988da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version history of the RCWA package

## Changes between RCWA 4.7.0 and RCWA 4.7.1 (December 6, 2022):

- Added a global switch `CTSparse` to choose sparse representation
for class transpositions of Z.
- Some janitorial changes

## Changes between RCWA 4.6.4 and RCWA 4.7.0 (July 29, 2022):

- An operation `TryToComputeDegreeOfTransitivity` has been added,
Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ SetPackageInfo( rec(

PackageName := "RCWA",
Subtitle := "Residue-Class-Wise Affine Groups",
Version := "4.7.0",
Date := "29/07/2022", # dd/mm/yyyy format
Version := "4.7.1",
Date := "06/12/2022", # dd/mm/yyyy format
License := "GPL-2.0-or-later",
Persons := [
rec( LastName := "Kohl",
Expand Down

0 comments on commit 28988da

Please sign in to comment.