Skip to content

Commit

Permalink
Version 1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Mar 21, 2024
1 parent 484f3e5 commit 4cb886e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
SetPackageInfo( rec(
PackageName := "Forms",
Subtitle := "Sesquilinear and Quadratic",
Version := "1.2.9",
Date := "14/10/2022",
Version := "1.2.10",
Date := "21/03/2024",
License := "GPL-2.0-or-later",

SourceRepository := rec(
Expand Down Expand Up @@ -121,7 +121,7 @@ Keywords := ["Forms", "Sesquilinear", "Quadratic"],
AutoDoc := rec(
TitlePage := rec(
Copyright := Concatenation(
"&copyright; 2015-2022 by the authors<P/>\n\n",
"&copyright; 2015-2024 by the authors<P/>\n\n",
"This package may be distributed under the terms and conditions ",
"of the GNU Public License Version 2 or (at your option) any later version.\n"
),
Expand Down
1 change: 1 addition & 0 deletions doc/intro.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ faster by several orders of magnitude for large inputs. Moreover, Max Horn was
added to the list of maintainers. Finally, various janitorial changes were made.
<P/>Version 1.2.9 fixes an unexpected error in <C>BaseChangeToCanonical</C> if the input
was over a finite field with more than 256 elements.
<P/>Version 1.2.10 optimizes compute base change matrices for symplectic and quadratic forms.
</Section>
<!-- ############################################################ -->

Expand Down
2 changes: 1 addition & 1 deletion lib/forms.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1552,8 +1552,8 @@ InstallMethod( Display, [ IsBilinearForm ],
##
if IsBound(SwapMatrixColumns) and IsBound(SwapMatrixRows) then
# For GAP >= 4.12
BindGlobal("Forms_SwapCols", SwapMatrixColumns);
BindGlobal("Forms_SwapRows", SwapMatrixRows);
BindGlobal("Forms_SwapCols", SwapMatrixColumns);
BindGlobal("Forms_AddRows", AddMatrixRows);
BindGlobal("Forms_AddCols", AddMatrixColumns);
BindGlobal("Forms_MultRow", MultMatrixRow);
Expand Down

0 comments on commit 4cb886e

Please sign in to comment.