File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1010SetPackageInfo( rec (
1111 PackageName := " Forms" ,
1212 Subtitle := " Sesquilinear and Quadratic" ,
13- Version := " 1.2.12.1 " ,
14- Date := " 16/10/2024 " ,
13+ Version := " 1.2.13 " ,
14+ Date := " 05/05/2025 " ,
1515 License := " GPL-2.0-or-later" ,
1616
1717SourceRepository := rec (
Original file line number Diff line number Diff line change @@ -109,6 +109,10 @@ It also fixes a regression in the base change computation for bilinear forms int
109109and a long-standing bug in the base change computation for degenerate alternating forms.
110110<P />Version 1.2.12 is to be considered as an intermediate release. Part of the recognition functionality has been
111111updated and corrected. This work in progress will be continued.
112+ <P />Version 1.2.13 fixes a bug <C >BaseChangeToCanonical</C > in dimension 1 where an error could be thrown.
113+ This now works. Moreover the undocumented internal functions <C >IsSymplecticMatrix</C >, <C >IsOrthogonalMatrix</C >
114+ and <C >IsHermitianMatrix</C > were renamed to prevent anyone from accidentally using them.
115+ Various other internal changes were made that should not affect users.
112116</Section >
113117<!-- ############################################################ -->
114118
You can’t perform that action at this time.
0 commit comments