-
-
Notifications
You must be signed in to change notification settings - Fork 528
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.
- 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
- 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
The source code is available in the Sage GitHub repository.
Sage builds successfully on the following platforms:
See README.md in the source distribution for installation instructions.
Visit sage-support for installation help.