Skip to content

Sage 10.8 Release Tour

Kwankyu Lee edited this page May 26, 2026 · 8 revisions

Sage 10.8 was released on December 19, 2025. Here is an overview of some of the main changes in this version.

Naming conventions

Methods returning the number of objects are now consistently named number_of_*, or, in exceptional cases, n_*. For example, we now have number_of_spanning_trees and n_vertices. #40935

Proposal: Methods returning a calculated count should be named *_count, for example, triangles_count or linear_intervals_count.

Clone this wiki locally