Skip to content

Commit

Permalink
Version 3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Sep 4, 2022
1 parent f738265 commit 3877319
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
14 changes: 12 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
In this file we record the changes since the first GAP 4 release of
the GUAVA package.

Version 3.17 (9-2022)
o Add back QCLDPCCodeFromGroup method (it was accidentally removed
between Guava 3.8 and 3.9)
o Fix out of bounds access in the C code
o Fix most (all?) compiler warnings in the C code
o Fix PutStandardForm *again*
o Update several outdated manual examples
o Avoid accidentally displaying the output of subprocesses to the user
o Improve the package banner
o Various minor and/or janitorial changes

Version 3.16 (4-2022)
o CirculantMatrixi() now circulates to the right.
o Build of the automorphism group subsystem by Jeff Leon was failing on Macs : fixed



Version 3.15 (8-2019):
o Fixed decoding of cyclic codes
o Several updates to build system
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 := "GUAVA",
Subtitle := "a GAP package for computing with error-correcting codes",
Version := "3.16",
Date := "24/04/2022",
Version := "3.17",
Date := "05/09/2022",
License := "GPL-2.0-or-later",
SourceRepository := rec(
Type := "git",
Expand Down
4 changes: 2 additions & 2 deletions doc/guava.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
 
</Subtitle>

<Version>Version 3.16</Version> <!-- OPTIONAL -->
<Version>Version 3.17</Version> <!-- OPTIONAL -->
<Author>
Jasper Cramwinckel
</Author>
Expand Down Expand Up @@ -64,7 +64,7 @@ Joe Fields (Maintainer)
<Email>[email protected]</Email>
<Homepage>http://giam.southernct.edu/</Homepage>
</Author>
<Date>April, 2022</Date> <!-- OPTIONAL -->
<Date>September, 2022</Date> <!-- OPTIONAL -->
<Copyright> <!-- OPTIONAL -->
<Package>GUAVA</Package>: &copyright; The GUAVA Group: 1992-2003
Jasper Cramwinckel, Erik Roijackers,Reinald Baart, Eric Minkes,
Expand Down

0 comments on commit 3877319

Please sign in to comment.