diff options
author | cjep <cjep> | 2002-10-08 04:49:41 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-10-08 04:49:41 +0000 |
commit | a99a25df8859eb0a03d6e941467c7843b286762f (patch) | |
tree | 12445c57902cd519f71b57d341a191f8917fc215 /doc/CHANGES | |
parent | 4d299a8b0c27a824623641b97d1d5ff00e3871b0 (diff) | |
download | pkgsrc-a99a25df8859eb0a03d6e941467c7843b286762f.tar.gz |
Update of GAP-4.3 (math/gap) to bug fix level 3.
Corrections since bug fix level 1 include:
* A problem with the inversion routine for quaternions.
* A segmentation fault when appending to a length 0 compressed vector
over GF2.
* An error in the computation of inverses in quaternion algebras with
non-standard parameters.
* A problem in backtrack routines using `Suborbits' if the group has
fixed points in the range [1..max(Omega)].
* A problem with the linear algebra methods for Lie algebra cohomology.
* A Problem with inverting lists of compressed vectors over fields
of order greater than 2.
* An error in computing whether an element is in a Green's D equivalence
class or not.
* Problems with various functions (including GQuotient, IntScalarProduct,
NonnegIntScalarProducts, CharacterTableDirectProduct)
* Problems with various methods (including IsGreensLessThanOrEqual and
GroupHClassOfGreensDClass, AssociatedReesMatrixSemigroupOfDClass,
IsZeroSimpleSemigroup, IsomorphismReesMatrixSemigroup and
SandwichMatrixOfReesZeroMatrixSemigroup)
XXX A bug has been introduced into GAP which prevents the test suite
(zmodnz.tst) from working in this version. This will be fixed in
bug fix 4.
For full details, please see the "description3" file that comes with
this package in ${PREFIX}/lib/gap4.3.
Diffstat (limited to 'doc/CHANGES')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 17f87c4fa01..0b4c9d76799 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.200 2002/10/08 03:30:38 uebayasi Exp $ +$NetBSD: CHANGES,v 1.201 2002/10/08 04:50:43 cjep Exp $ Changes to the packages collection and infrastructure in 2002: @@ -3149,3 +3149,4 @@ Changes to the packages collection and infrastructure in 2002: Updated gtk2 to 2.0.6nb3 [jlam 2002-10-07] Updated spamassassin to 2.42 [heinz 2002-10-08] Updated matchbox to 0.3.5 [wiz 2002-10-08] + Updated gap to 4.3nb1 [cjep 2002-10-08] |