Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-45876: Improve accuracy for stdev() and pstdev() in statistics #29736

Merged
merged 40 commits into from Nov 27, 2021

Conversation

@rhettinger
Copy link
Contributor

@rhettinger rhettinger commented Nov 23, 2021

https://bugs.python.org/issue45876

Lib/statistics.py Outdated Show resolved Hide resolved
Loading
Lib/statistics.py Show resolved Hide resolved
Loading
Lib/statistics.py Outdated Show resolved Hide resolved
Loading
Lib/test/test_statistics.py Outdated Show resolved Hide resolved
Loading
Copy link
Member

@mdickinson mdickinson left a comment

LGTM; I've left some suggestions in comments.

Loading

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Nov 25, 2021

🤖 New build scheduled with the buildbot fleet by @rhettinger for commit 2aa88b0 🤖

If you want to schedule another build, you need to add the "🔨 test-with-buildbots" label again.

Loading

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Nov 26, 2021

🤖 New build scheduled with the buildbot fleet by @rhettinger for commit 95330ee 🤖

If you want to schedule another build, you need to add the "🔨 test-with-buildbots" label again.

Loading

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Nov 26, 2021

🤖 New build scheduled with the buildbot fleet by @rhettinger for commit 14ff0d1 🤖

If you want to schedule another build, you need to add the "🔨 test-with-buildbots" label again.

Loading

@rhettinger rhettinger merged commit af9ee57 into python:main Nov 27, 2021
76 of 78 checks passed
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants