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(forZZMatrix,QQMatrix) - #2212 New determinant function
det_hcol_hnffor 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
convolutionof 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)ifnis not a prime number - #2309 Fix correctness bug in
*(::fpMatrix, ::UInt)for large UInts
Full diff since v0.55.1