Differences between revisions 6 and 7
Revision 6 as of 2009-12-26 14:43:57
Size: 755
Editor: Minh Nguyen
Comment:
Revision 7 as of 2024-08-19 01:23:34
Size: 0
Editor: mkoeppe
Comment: moved to https://github.com/sagemath/sage/releases
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from sage-3.0.4
= 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 [[http://sagemath.org/src/announce/sage-3.0.4.txt|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 ==