Skip to content

Commit 3877319

Browse files
committed
Version 3.17
1 parent f738265 commit 3877319

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

CHANGES

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
In this file we record the changes since the first GAP 4 release of
22
the GUAVA package.
33

4+
Version 3.17 (9-2022)
5+
o Add back QCLDPCCodeFromGroup method (it was accidentally removed
6+
between Guava 3.8 and 3.9)
7+
o Fix out of bounds access in the C code
8+
o Fix most (all?) compiler warnings in the C code
9+
o Fix PutStandardForm *again*
10+
o Update several outdated manual examples
11+
o Avoid accidentally displaying the output of subprocesses to the user
12+
o Improve the package banner
13+
o Various minor and/or janitorial changes
14+
415
Version 3.16 (4-2022)
516
o CirculantMatrixi() now circulates to the right.
617
o Build of the automorphism group subsystem by Jeff Leon was failing on Macs : fixed
7-
8-
18+
919
Version 3.15 (8-2019):
1020
o Fixed decoding of cyclic codes
1121
o Several updates to build system

PackageInfo.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
SetPackageInfo( rec(
99
PackageName := "GUAVA",
1010
Subtitle := "a GAP package for computing with error-correcting codes",
11-
Version := "3.16",
12-
Date := "24/04/2022",
11+
Version := "3.17",
12+
Date := "05/09/2022",
1313
License := "GPL-2.0-or-later",
1414
SourceRepository := rec(
1515
Type := "git",

doc/guava.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
 
1717
</Subtitle>
1818

19-
<Version>Version 3.16</Version> <!-- OPTIONAL -->
19+
<Version>Version 3.17</Version> <!-- OPTIONAL -->
2020
<Author>
2121
Jasper Cramwinckel
2222
</Author>
@@ -64,7 +64,7 @@ Joe Fields (Maintainer)
6464
<Email>fieldsj1@southernct.edu</Email>
6565
<Homepage>http://giam.southernct.edu/</Homepage>
6666
</Author>
67-
<Date>April, 2022</Date> <!-- OPTIONAL -->
67+
<Date>September, 2022</Date> <!-- OPTIONAL -->
6868
<Copyright> <!-- OPTIONAL -->
6969
<Package>GUAVA</Package>: &copyright; The GUAVA Group: 1992-2003
7070
Jasper Cramwinckel, Erik Roijackers,Reinald Baart, Eric Minkes,

0 commit comments

Comments
 (0)