Releases: gap-packages/cvec
Releases · gap-packages/cvec
v2.5
- 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
- Fix an ELMS_LIST bug for CMats reported by Felix Noeske
v2.3
- Fix CMat bug: used to not ShallowCopy its first argument
- Fixed DuplicateFreeList and Filtered bug for CMats.
v2.2
- Compile manual against GAP 4.5.4.
- Add script "configure_like_gap".
- Adjust README and installation instructions.
v2.1
- Fix a serious bug in MinimalPolynomialMC for matrices over finite
fields. WARNING: Wrong results were produced by version 2.0!
v2.0
- 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.