Differences between revisions 1 and 2
Revision 1 as of 2009-01-24 06:21:32
Size: 1268
Editor: Minh Nguyen
Comment: laid out general structure of release tour
Revision 2 as of 2009-01-24 06:34:44
Size: 1621
Editor: Minh Nguyen
Comment: summarized #3544
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:

 * Transitivity for permutation groups (William Stein) -- In the permutation group module {{{permgroup.py}}}, the query function {{{is_transitive()}}} returns whether or not the group is transitive on {{{[1..G.degree()]}}}. A few surrounding docstrings are fixed and doctest coverage for the file {{{sage/groups/perm_gps/permgroup.py}}} is now 100%.

Sage 3.3 Release Tour

Sage 3.3 was released on FIXME. For the official, comprehensive release notes, see sage-3.3.txt. In general terms, the following points are some of the foci of this release:

  • Clean up various doctest failures from 3.2.3
  • Fix some build issues from 3.2.3 on the new set of supported images
  • Merge small to medium sized patches ready to go in
  • Switch to eMPIRe
  • Switch to ecl
  • Update Python to 2.5.4
  • Ppdate Pari to 2.3.4svn

Here's a summary of features in this release, categorized under various headings.

Algebra

  • Transitivity for permutation groups (William Stein) -- In the permutation group module permgroup.py, the query function is_transitive() returns whether or not the group is transitive on [1..G.degree()]. A few surrounding docstrings are fixed and doctest coverage for the file sage/groups/perm_gps/permgroup.py is now 100%.

Algebraic Geometry

Basic Arithmetic

Build

Calculus

Coding Theory

Coercion

Combinatorics

Commutative Algebra

Distribution

Doctest

Documentation

Geometry

Graph Theory

Graphics

Group Theory

Interact

Interfaces

Linear Algebra

Memory Leak

Miscellaneous

Modular Forms

Notebook

Number Theory

Numerical

Optional Packages

Packages

Porting

Solaris

User Interface

Website/Wiki

ReleaseTours/sage-3.3 (last edited 2009-12-27 10:15:25 by Minh Nguyen)