Differences between revisions 4 and 5
Revision 4 as of 2008-11-14 13:42:08
Size: 474
Editor: anonymous
Comment: converted to 1.6 markup
Revision 5 as of 2008-11-26 00:45:51
Size: 718
Comment: add release date and boiler plate intro
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

Sage 3.0.3 was released on July 9th, 2008. For the official, comprehensive release notes, see the HISTORY.txt file that comes with the release. For the latest changes see [[http://sagemath.org/src/announce/sage-3.0.4.txt|sage-3.0.4.txt]].

Sage 3.0.4 Release Tour

Sage 3.0.3 was released on July 9th, 2008. For the official, comprehensive release notes, see the HISTORY.txt file that comes with the release. For the latest changes see sage-3.0.4.txt.

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)