Changes between Version 2 and Version 3 of Ticket #31408
- Timestamp:
- 02/19/21 01:27:07 (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31408
- Property Cc slelievre added
- Property Keywords flint added
-
Ticket #31408 – Description
v2 v3 1 Sage currently ships FLINT 2.6.3, accepts system FLINT 2.5.0; current release (as of Feb 2021) is 2.7.11 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. 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) 4 4 5 5 Tickets/features: 6 6 7 - #29894 minimal interface for using ZZ[x] matrices in Flint 8 - very fast multi-variate polynomials - use them for Sage polynomial rings and perhaps in `sage.tensor.modules` 7 9 8 - very fast multi-variate polynomials - use them for Sage polynomial rings and perhaps in sage.tensor.modules9