sagemath / sage-archive-2023-02-01

This repository used to be the user-facing mirror of the Sage source tree. As Sage development migrated on 2023-02-01 from https://trac.sagemath.org/ to our new repository on GitHub, https://github.com/sagemath/sage, we have renamed and archived this repository.
https://www.sagemath.org
Other
2.01k stars 413 forks source link

Mode returns sorted list #72

Closed Mianto closed 7 years ago

Mianto commented 7 years ago

stats.Mode now returns a sorted list to the inputs have same frequency.

paulmasson commented 7 years ago

@Mianto SageMath development happens on https://trac.sagemath.org/. The GitHub repository is a mirror of the Trac repository. If you'd like your improvements to be considered for addition to SageMath, then please request a Trac account and open a ticket with this commit.

Mianto commented 7 years ago

Actually I have sent mail to request a Trac account but it hasn't been activated.@paulmasson

fchapoton commented 7 years ago

see https://trac.sagemath.org/ticket/21668

fchapoton commented 7 years ago

This has been handled in https://trac.sagemath.org/ticket/21668 and can now be closed.