Differences between revisions 4 and 5
Revision 4 as of 2020-04-12 09:21:57
Size: 963
Editor: egourgoulhon
Comment:
Revision 5 as of 2020-04-12 09:35:08
Size: 1249
Editor: egourgoulhon
Comment:
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:

* New plotting capabilities: [[https://doc.sagemath.org/html/en/reference/plotting/sage/plot/plot.html#sage.plot.plot.multi_graphics|multi-graphics]] and [[https://doc.sagemath.org/html/en/reference/plotting/sage/plot/graphics.html#sage.plot.graphics.Graphics.inset|graphic insets]]

Sage 9.0 Release Tour

released Jan 1, 2020

Python 3 transition

Just in time for the new decade, this is the first version of Sage running on Python 3 by default.

See Python3-Switch for more details

Three.js is the new default 3D viewer

Three.js has become the default viewer for 3D plots, in replacement of Jmol. Note that Jmol is still available, via the option viewer='jmol' in the plot functions.

More details

* Release announcements: See https://groups.google.com/forum/#!forum/sage-release

* Trac tickets with milestone 9.0

* Changes in the manifold part

* New plotting capabilities: multi-graphics and graphic insets