diff --git a/CHANGES b/CHANGES index d086572..2258b15 100644 --- a/CHANGES +++ b/CHANGES @@ -1,10 +1,22 @@ This file describes changes in the cvec package. -2.6.1 +2.7.0 (2019-02-19) + - Require GAP version >= 4.9 + - Clarify that license is GPL 2 *or later* (as agreed with Max N.) + - Internal: stop using the GAP kernel variable PolsFF + - Fix error viewing empty semiechelon matrices (patch provided by Frank + Lübeck) + - Fix bug in MinimalPolynomialOfMatrixMC which could lead to an infinite + loop for certain inputs, in particular lower triangular matrices with + multiple eigenvalues (patch provided by Frank Lübeck) + - Add methods to allow access to cmats via `mat[i,j]` + - Various janitorial changes + +2.6.1 (2018-06-07) - Workaround a linker issue with GNU ld 2.30 - Improved build system when using GAP >= 4.9 -2.6.0 +2.6.0 (2018-03-20) - Fix crash in CLEANROWKERNEL - Fix link to issue tracker in manual - Adapt to changes in GAP's MatrixObj interface (to appear in GAP 4.9) diff --git a/PackageInfo.g b/PackageInfo.g index baf1344..815e1b7 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -7,8 +7,8 @@ SetPackageInfo( rec( PackageName := "cvec", Subtitle := "Compact vectors over finite fields", -Version := "2.6.1", -Date := "07/06/2018", # dd/mm/yyyy format +Version := "2.7.0", +Date := "19/02/2019", # dd/mm/yyyy format License := "GPL-2.0-or-later", ## Information about authors and maintainers.