Skip to content

Sage 10.6 Release Tour

Michael Orlitzky edited this page Feb 9, 2025 · 3 revisions

These are the work-in-progress release notes for the upcoming 10.6 release. Contributions are welcome!

For the current stable version, see the Sage 10.5 Release Tour.

Package upgrades

Development tools

LaTeX

  • We now delay LaTeX feature tests (LuaLaTeX, XeTeX, etc.) as long as possible to avoid compiling LaTeX code when (for example) all you want to do is obtain the LaTeX representation of a matrix. As a side effect, the "engine" field of the LaTeX preferences dictionary now defaults to None rather than an engine name. #39430

Modularization

Deprecations

  • The sage.misc.latex.default_engine() function is now deprecated. It is being removed from the public interface in favor of the internal _default_engine(). #39430

Availability and installation help

The source code is available in the Sage GitHub repository.

Sage builds successfully on the following platforms:

Help

See README.md in the source distribution for installation instructions.

Visit sage-support for installation help.

More details

Clone this wiki locally