Skip to content

Commit

Permalink
Version 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Feb 19, 2019
1 parent defc890 commit ff888e1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
16 changes: 14 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ff888e1

Please sign in to comment.