Skip to content

Releases: gap-packages/cvec

v2.5

31 Mar 12:53
Compare
Choose a tag to compare
  • 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
  • Move package repository and website to GitHub

v2.4

27 Feb 00:29
Compare
Choose a tag to compare
  • Fix an ELMS_LIST bug for CMats reported by Felix Noeske

v2.3

27 Feb 00:29
Compare
Choose a tag to compare
  • Fix CMat bug: used to not ShallowCopy its first argument
  • Fixed DuplicateFreeList and Filtered bug for CMats.

v2.2

27 Feb 00:28
Compare
Choose a tag to compare
  • Compile manual against GAP 4.5.4.
  • Add script "configure_like_gap".
  • Adjust README and installation instructions.

v2.1

27 Feb 00:28
Compare
Choose a tag to compare
  • Fix a serious bug in MinimalPolynomialMC for matrices over finite
    fields. WARNING: Wrong results were produced by version 2.0!

v2.0

27 Feb 00:27
Compare
Choose a tag to compare
  • Improve implementation of MinimalPolynomialOfMatrixMC and use it
    as a method for MinimalPolynomial for row list matrices.
    Document it for the first time.
  • Completely change build setup to use automake/autoconf/libtool as
    done in the IO package.