Package Release Info

gap-cvec-2.8.2-bp160.1.11

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

gap-cvec

Change Logs

* Tue Aug 27 2024 Jan Engelhardt <jengelh@inai.de>
- Update to release 2.8.2
  * Do not attempt to read non-existing files
* Sun Jun 25 2023 Jan Engelhardt <jengelh@inai.de>
- Update to release 2.8.1
  * Adjust to revised MatrixObj interface in GAP 4.13
  * Adjust `CompanionMatrix`, `NewCompanionMatrix` output
    to match the GAP documentation
* Sat Nov 19 2022 Jan Engelhardt <jengelh@inai.de>
- Update to release 2.7.6
  * Fix error viewing empty semiechelon matrices
  * Fix bug in MinimalPolynomialOfMatrixMC which could lead to an
    infinite loop for certain inputs, in particular lower
    triangular matrices with multiple eigenvalues
  * Removed the (undocumented) Fold and Unfold method
* Fri Sep 07 2018 Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 2.6.1
  * Fix crash in CLEANROWKERNEL
  * Adapt to changes in GAP's MatrixObj interface (GAP 4.9)
Version: 2.5.7-bp150.1.3
* Fri Sep 08 2017 jengelh@inai.de
- Update to new upstream release 2.5.7
  * Remove CompatibleMatrix method (this *undocumented* API will be
    removed in GAP 4.9).
  * Fix several broken references in the manual.
* Mon Nov 21 2016 jengelh@inai.de
- Update to new upstream release 2.5.6
  * Fixed a bug which resulted in cvec incorrectly
  converting certain GAP matrices to cvec matrices.
* Sun Jun 19 2016 jengelh@inai.de
- Update to new upstream release 2.5.5
  * Some functions accept slightly more general input. For example,
  it is now in some cases acceptable to use finite field elements
  like Z(4)^0 (which is equal, but not identical, to Z(2)^0) as
  input when cvec is expecting elements of GF(2).
  * Fix EmptySemiEchelonBasis: its documentation said it expects a
  sample vector, but the implementation expected a sample matrix.
  Now both are possible, and both are documented.
* Fri Dec 12 2014 jengelh@inai.de
- Update to new upstream release 2.5.3
  * Remove some leftover GAP 4.4 compatibility code
* Wed Jun 18 2014 jengelh@inai.de
- Update to new upstream release 2.5.1
  * Add methods for \^ for cvecs and Frobenius automorphisms
  * Add methods for \^ for cmats and Frobenius automorphisms
  * Fix a bug in unpickling semi echelonised bases
  * Update and tweak the package build system
* Fri May 10 2013 jengelh@inai.de
- Split cvec (version 2.4) off the gap RPM package