summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2022-05-09-01-27-25.gh-issue-92531.vV7S_O.rst
blob: 574fa6c4d979917fff9b9cef1de0ba71f3eddc02 (plain)
1
2
3
The statistics.median_grouped() function now always return a float.
Formerly, it did not convert the input type when for sequences of length
one.