Skip to content

v0.56.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jun 12:45
· 4 commits to master since this release
c917da6

Nemo v0.56.0

Breaking changes

!These changes break compatibility from previous versions!

New or extended functionality

  • #2152 Add new function is_probably_zero_det (for ZZMatrix, QQMatrix)
  • #2212 New determinant function det_hcol_hnf for ZZMatrix
  • #2287 Added QadicField constructors from a defining polynomial (new in flint 3.5.0)
  • #2293 Wrap elementary_divisors from flint
  • #2294 Wrap det_lu and det_precomp for arb_mat
  • #2296 Improve conversion from ZZMatrix to QQMatrix
  • #2297 Improve snf_with_transform for ZZMatrix
  • #2299 Add discrete convolution of two vectors

Performance improvements or improved testing

  • #2289 Added precomputed Artin-Schreier LUP for characteristic 2 qadic sqrt (new in flint 3.5.0)

Fixed bugs that returned incorrect results

  • #2302 Throw error when calling ill-defined FqFieldElem coercion
  • #2304 Throw an error when calling residue_field(ZZ, n) if n is not a prime number
  • #2309 Fix correctness bug in *(::fpMatrix, ::UInt) for large UInts
    Full diff since v0.55.1