Skip to content

3.0.4

Compare
Choose a tag to compare
@mkoeppe mkoeppe released this 16 Aug 23:56
· 117266 commits to develop since this release

Release Tour

Sage 3.0.3 was released on July 9th, 2008 changelog), 131 tickets (PRs) merged, 34 contributors. For the official, comprehensive release notes, see the HISTORY.txt file that comes with the release.

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

Full Changelog: 3.0.3...3.0.4