Differences between revisions 7 and 8
Revision 7 as of 2008-05-05 14:00:03
Size: 1407
Editor: was
Comment:
Revision 8 as of 2008-05-05 15:22:47
Size: 2133
Comment: Description of == Lattice Polytope Update (Andrey Novoseltsev) ==
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
This update includes:
change in the behavior of LatticePolytope constructor, now compute_vertices=True by default;
ReflexivePolytope(s) - databases of all (representatives of GL(Z)-orbits of) reflexive polytopes in 2 and 3 dimensions with some precomputed data;
LatticePolytope.index - search in the above databases for the representative of the GL(Z)-orbit of the given polytope;
LatticePolytope.plot3d - 3D-plotting for 3-dimensional polytopes;
convex_hull and minkowski_sum - without the requirement for points to span the ambient space, which LatticePolytope has;
NEFPartition.dual - computing the dual NEF-partition;
minor improvements to other functions and documentation, shortcuts like LatticePolytope.vertex.

Sage 3.0.1 Release Tour

Sage 3.0.1 was released on May 4th, 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/announce/sage-3.0.1.txt sage-3.0.1.txt].

PBuild (Gary Furnish)

PBuild is the new parallel build system for the Sage library that is experimentally available in 3.0.1. To turn it on, export SAGE_PBUILD=yes and optionally export SAGE_BUILD_THREADS=numthreads, where numthreads is the number of threads to work with. PBuild does not currently work correctly with all of DSage (Bug #3097, to be fixed in 3.0.2). PBuild will be replacing the standard non-parallel build system as soon as possible. Please report any bugs encountered.

Convex Hulls And Polyhedral Functions Improvements (Marshall Hampton)

Lattice Polytope Update (Andrey Novoseltsev)

This update includes: change in the behavior of LatticePolytope constructor, now compute_vertices=True by default; ReflexivePolytope(s) - databases of all (representatives of GL(Z)-orbits of) reflexive polytopes in 2 and 3 dimensions with some precomputed data; LatticePolytope.index - search in the above databases for the representative of the GL(Z)-orbit of the given polytope; LatticePolytope.plot3d - 3D-plotting for 3-dimensional polytopes; convex_hull and minkowski_sum - without the requirement for points to span the ambient space, which LatticePolytope has; NEFPartition.dual - computing the dual NEF-partition; minor improvements to other functions and documentation, shortcuts like LatticePolytope.vertex.

zeta_function Method for Schemes (Kiran Kedlaya)

More Debianization (Tim Abbott)

Default Mode for Notebook no longer uses SSL (William Stein)

William Stein rewrote the notebook(...) command so that by default on localhost it does not use SSL. This should resolve many problems people have been having when using the notebook, but will not compromise security. This could cause some confusion though, so people should report any problems, since this is a significant change.

ReleaseTours/sage-3.0.1 (last edited 2009-12-26 14:42:58 by Minh Nguyen)