Differences between revisions 3 and 4
Revision 3 as of 2008-07-10 03:00:16
Size: 474
Editor: MikeHansen
Comment:
Revision 4 as of 2008-11-14 13:42:08
Size: 474
Editor: anonymous
Comment: converted to 1.6 markup
No differences found!

Sage 3.0.4 Release Tour

Integer polynomials now use FLINT (Burcin Erocal, Carl Witty)

The polynomial ring ZZ['x'] is now implemented using FLINT, rather than NTL; this gives huge speedups on many operations (such as multiplication of large polynomials). (The old NTL implementation is still available with PolynomialRing(ZZ, 'x', implementation='NTL').)

Sage startup time improvements

Notebook updates

@parallel and pyprocessing

ReleaseTours/sage-3.0.4 (last edited 2009-12-26 14:43:57 by Minh Nguyen)