You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.