Changes between Version 8 and Version 10 of Ticket #31408
- Timestamp:
- 08/02/21 19:24:17 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31408
-
Property
Milestone
changed from
sage-9.4
tosage-9.5
-
Property
Milestone
changed from
-
Ticket #31408 – Description
v8 v10 1 Sage currently ships FLINT 2.6.3, accepts system FLINT 2.5.0; current FLINT release (as of Feb 2021) is 2.7.1, see #31069 for upgrading FLINT in Sage.1 As of Sage 9.4, Sage ships FLINT 2.7.1 (#31069), accepts system FLINT >= 2.6.0, and is ready for FLINT 2.8.x. 2 2 3 3 Many of the features added in the FLINT 2.x series are so far unused in Sage. See https://github.com/wbhart/flint2/blob/trunk/NEWS (newest items at the end) … … 7 7 - #29894 minimal interface for using ZZ[x] matrices in Flint 8 8 - #31525 Wrap FLINT 2.6 functions, drop support for system FLINT < 2.6 9 - #32175 Support FLINT 2.8.0 9 10 - #31548 Use FLINT's `nmod_mat_t` for matrices mod n. 10 11 - #31666 very fast multi-variate polynomials - use them for Sage polynomial rings and perhaps in `sage.tensor.modules` 11