Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2020-04-11 18:23:24
Size: 340
Editor: mkoeppe
Comment: Create rudimentary sage 9.0 release tour
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 13: Line 13:
== Release announcements == == Three.js is the new default 3D viewer ==
Line 15: Line 15:
See https://groups.google.com/forum/#!forum/sage-release [[https://doc.sagemath.org/html/en/reference/plot3d/threejs.html|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

* [[https://trac.sagemath.org/query?milestone=sage-9.0&groupdesc=1&group=status&max=1500&col=id&col=summary&col=author&col=reviewer&col=time&col=changetime&col=component&col=keywords&order=component|Trac tickets with milestone 9.0]]

* [[https://sagemanifolds.obspm.fr/changelog.html|Changes in the manifold part]]

* 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