]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add cumulative option for the new statistics.kde() function. (#117033)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sun, 24 Mar 2024 09:35:58 +0000 (11:35 +0200)
committerGitHub <noreply@github.com>
Sun, 24 Mar 2024 09:35:58 +0000 (04:35 -0500)
commita1e948edba9ec6ba61365429857f7a087c5edf51
tree1cf07e589f0624d4fececa0da52c074fdb6ccc3b
parentd610d821fd210dce63a1132c274ffdf8acc510bc
Add cumulative option for the new statistics.kde() function. (#117033)
Doc/library/statistics.rst
Lib/statistics.py
Lib/test/test_statistics.py