Skip to content

Commit 8ad1adc

Browse files
authored
Merge pull request #77 from gap-packages/mh/new-release
Prepare a new release
2 parents 74cce20 + eb3b2ab commit 8ad1adc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

PackageInfo.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
SetPackageInfo( 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

1717
SourceRepository := rec(

doc/intro.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ It also fixes a regression in the base change computation for bilinear forms int
109109
and 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
111111
updated 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

0 commit comments

Comments
 (0)