| 4 | |
| 5 | Changes planned in 2.7.0 (from NEWS file) |
| 6 | 2.7.0 -- 11 Dec 2020 |
| 7 | |
| 8 | * Multivariate factorisation |
| 9 | * Square root and square testing for finite fields |
| 10 | * Square root and square testing for multivariates |
| 11 | * Zassenhaus factoring speedups (incl. degree pruning) |
| 12 | * Fast factorisation of cubic univariate polynomials |
| 13 | * Add context objects to fmpz_mod_poly functions |
| 14 | * Use BLAS for matrix multiplication over Z/nZ (small n) |
| 15 | * Linear solving for non-square/singular matrices (can_solve) |
| 16 | * Speed up factorisation over Z/nZ (for multiprecision n) |
| 17 | |
| 18 | From the packaging point of view the main change will be configuring BLAS. |