8000 bpo-45876: Correctly rounded stdev() and pstdev() for the Decimal case by rhettinger · Pull Request #29828 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-45876: Correctly rounded stdev() and pstdev() for the Decimal case #29828

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

Merged
merged 37 commits into from
Dec 1, 2021
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
bbd2da9
Merge pull request #1 from python/master
rhettinger Mar 16, 2021
74bdf1b
Merge branch 'master' of github.com:python/cpython
rhettinger Mar 22, 2021
6c53f1a
Merge branch 'master' of github.com:python/cpython
rhettinger Mar 22, 2021
a487c4f
.
rhettinger Mar 24, 2021
eb56423
.
rhettinger Mar 25, 2021
cc7ba06
.
rhettinger Mar 26, 2021
d024dd0
.
rhettinger Apr 22, 2021
b10f912
merge
rhettinger May 5, 2021
fb6744d
merge
rhettinger May 6, 2021
7f21a1c
Merge branch 'main' of github.com:python/cpython
rhettinger Aug 15, 2021
7da42d4
Merge branch 'main' of github.com:rhettinger/cpython
rhettinger Aug 25, 2021
e31757b
Merge branch 'main' of github.com:python/cpython
rhettinger Aug 31, 2021
f058a6f
Merge branch 'main' of github.com:python/cpython
rhettinger Aug 31, 2021
1fc29bd
Merge branch 'main' of github.com:python/cpython
rhettinger Sep 4, 2021
e5c0184
Merge branch 'main' of github.com:python/cpython
rhettinger Oct 30, 2021
3c86ec1
Merge branch 'main' of github.com:python/cpython
rhettinger Nov 9, 2021
96675e4
Merge branch 'main' of github.com:rhettinger/cpython
rhettinger Nov 9, 2021
de558c6
Merge branch 'main' of github.com:python/cpython
rhettinger Nov 9, 2021
418a07f
Merge branch 'main' of github.com:python/cpython
rhettinger Nov 14, 2021
ea23a8b
Merge branch 'main' of github.com:python/cpython
rhettinger Nov 21, 2021
ba248b7
Merge branch 'main' of github.com:python/cpython
rhettinger Nov 27, 2021
037b5fe
Correctly rounded stdev results for Decimal inputs
rhettinger Nov 29, 2021
f5c091c
Whitespace
rhettinger Nov 29, 2021
8000
70cdade
Rename the functions consistently
rhettinger Nov 29, 2021
82dbec6
Improve comment
rhettinger Nov 29, 2021
1a6c58d
Tweak variable names
rhettinger Nov 29, 2021
b2385b0
Replace Fraction arithmetic with integer arithmetic
rhettinger Nov 29, 2021
594ea27
Add spacing between terms
rhettinger Nov 29, 2021
3911581
Fix type annotation
rhettinger Nov 29, 2021
a09e3c4
Return a Decimal zero when the numerator is zero
rhettinger Nov 29, 2021
152ed3f
Remove unused import
rhettinger Nov 29, 2021
80371c1
Factor lhs of inequality. Rename helper function for consistency.
rhettinger Nov 29, 2021
1c86e7c
Add comment for future work.
rhettinger Nov 29, 2021
0684fac
Fix typo in docstring. Refine wording in comment.
rhettinger Nov 29, 2021
8b5e377
Add more detail to the comment about numerator and denominator sizes
rhettinger Nov 30, 2021
d11d567
Improve variable name
rhettinger Nov 30, 2021
309cb0a
Avoid double rounding in test code
rhettinger Nov 30, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Merge pull request #1 from python/master
Update to 15 March
  • Loading branch information
rhettinger authored Mar 16, 2021
commit bbd2da91b0a5815a017f1984555da57ce11e61e3

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.

0