1. cc3467a bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914) by Raymond Hettinger · 3 years, 8 months ago
  2. 5aad027 Some reformatting (suggested by Black) and minor factoring. (GH-20865) by Raymond Hettinger · 4 years, 2 months ago
  3. d71ab4f bpo-40855: Fix ignored mu and xbar parameters (GH-20835) by Raymond Hettinger · 4 years, 2 months ago
  4. 0400a7f Minor code cleanups for statistics (GH-19873) by Raymond Hettinger · 4 years, 3 months ago
  5. 70f027d bpo-40290: Add zscore() to statistics.NormalDist. (GH-19547) by Raymond Hettinger · 4 years, 4 months ago
  6. 733b9a3 bpo-38385: Fix iterator/iterable terminology in statistics docs (GH-17111) by Raymond Hettinger · 4 years, 9 months ago
  7. 5eabec0 bpo-38521: Fix error in NormalDist.__eq__() (GH-16840) by Raymond Hettinger · 4 years, 10 months ago
  8. 7ce4bfa Minor code and comment cleanup (GH-16315) by Raymond Hettinger · 5 years ago
  9. 272d0d0 bpo-36546: No longer a need to make "data" positional only (GH-16252) by Raymond Hettinger · 5 years ago
  10. 4db25d5 bpo-36018: Address more reviewer feedback (GH-15733) by Raymond Hettinger · 5 years ago
  11. e4810b2 bpo-36324: Apply review comments from Allen Downey (GH-15693) by Raymond Hettinger · 5 years ago
  12. 0a18ee4 bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) by Dong-hee Na · 5 years ago
  13. 8183bb8 bpo-36324: Update comments to include the target hash sums (GH-15110) by Raymond Hettinger · 5 years ago
  14. 1c0e9bb Minor whitespace, indentation, and quoting changes to improve internal consistency and appease linters (GH-14888) by Raymond Hettinger · 5 years ago
  15. 02c91f5 bpo-36324: Make internal attributes for statistics.NormalDist() private. (GH-14871) by Raymond Hettinger · 5 years ago
  16. eed5e9a bpo-36546: Clean-up comments (GH-14857) by Raymond Hettinger · 5 years ago
  17. 1791128 bpo-36546: Mark first argument as position only (GH-14363) by Raymond Hettinger · 5 years ago
  18. 6c01ebc bpo-37158: Simplify and speed-up statistics.fmean() (GH-13832) by Raymond Hettinger · 5 years ago
  19. cba9f84 bpo-36546: Add design notes to aid future discussions (GH-13769) by Raymond Hettinger · 5 years ago
  20. fb8c7d5 bpo-36018: Make "seed" into a keyword only argument (GH-12921) by Raymond Hettinger · 5 years ago
  21. 7280048 bpo-35904: Add missing fmean() entry to the summary table (GH-12919) by Raymond Hettinger · 5 years ago
  22. 9013ccf bpo-36546: Add statistics.quantiles() (#12710) by Raymond Hettinger · 5 years ago
  23. 6463ba3 bpo-27181: Add statistics.geometric_mean() (GH-12638) by Raymond Hettinger · 5 years ago
  24. d1e768a bpo-36326: Let inspect.getdoc() find docstrings for __slots__ (GH-12498) by Raymond Hettinger · 5 years ago
  25. fe13883 bpo-36324: Improved code formatting for the NormalDist.inv_cdf rational approximation (GH-12448) by Raymond Hettinger · 5 years ago
  26. 52a594b NormalDist.inv_cdf(): In-line constants because the variable names were not informative (GH-12446) by Raymond Hettinger · 5 years ago
  27. 5f1e8b4 Add docstrings to the arithmetic methods in NormalDist() (GH-12426) by Raymond Hettinger · 5 years ago
  28. 714c60d bpo-36324: Add inv_cdf() to statistics.NormalDist() (GH-12377) by Raymond Hettinger · 5 years ago
  29. 41f0b78 Simplify overlap() formula for case where variances are equal (GH-12323) by Raymond Hettinger · 5 years ago
  30. fc06a19 bpo-35892: Fix mode() and add multimode() (#12089) by Raymond Hettinger · 5 years ago
  31. 318d537 bpo-36169 : Add overlap() method to statistics.NormalDist (GH-12149) by Raymond Hettinger · 5 years ago
  32. ef17fdb bpo-36018: Add special value tests and make minor tweaks to the docs (GH-12096) by Raymond Hettinger · 5 years ago
  33. 9e456bc bpo-36018: Add properties for mean and stdev (GH-12022) by Raymond Hettinger · 5 years ago
  34. 79fbcc5 bpo-36018: Make __pos__ return a distinct instance of NormDist (GH-12009) by Raymond Hettinger · 5 years ago
  35. 11c7953 bpo-36018: Add the NormalDist class to the statistics module (GH-11973) by Raymond Hettinger · 5 years ago
  36. 47d9987 bpo-35904: Add statistics.fmean() (GH-11892) by Raymond Hettinger · 5 years ago
  37. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 7 years ago
  38. fb315db Issue #27181 remove geometric_mean and defer for 3.7. by Steven D'Aprano · 8 years ago
  39. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  40. d6ea301 Remove support for nth root of negative numbers with odd powers. by Steven D'Aprano · 8 years ago
  41. e5803d9 Add geometric_mean to __all__ by Steven D'Aprano · 8 years ago
  42. 0a21c72 Re-licence statistics.py under the standard Python licence. by Steven D'Aprano · 8 years ago
  43. 9a2be91 Issue27181 add geometric mean. by Steven D'Aprano · 8 years ago
  44. a474afd Add harmonic mean and tests. by Steven D'Aprano · 8 years ago
  45. ab078e9 Backed out changeset af29d89083b3 (closes #25548) (closes #27498) by Benjamin Peterson · 8 years ago
  46. 5801ecb Issue #25548: Showing memory address of class objects in repl by Kushal Das · 8 years ago
  47. f157982 Issue #27076: More doc and comment spelling fixes for 3.6, by Ville Skyttä by Martin Panter · 8 years ago
  48. cc22984 Issue 26977, remove unneeded line in pvariance (duplicate call to _ss). by Steven D'Aprano · 8 years ago
  49. 3b06e24 Issue 26002 and 25974 by Steven D'Aprano · 8 years ago
  50. b28c327 Issue #25177: Fixed problem with the mean of very small and very large numbers. by Steven D'Aprano · 9 years ago
  51. 32dcf40 Issue #25494: Merge with 3.4 by Zachary Ware · 9 years ago
  52. df2660e Issue #25494: Remove extra quote from docstring. by Zachary Ware · 9 years ago
  53. df1b699 Issue #22823: Use set literals instead of creating a set from a list by Raymond Hettinger · 10 years ago
  54. 4a7668a Close #20536: correctly handle Decimal exponents in statistics by Nick Coghlan · 11 years ago
  55. 73afe2a Close #20481: Disallow mixed type input in statistics by Nick Coghlan · 11 years ago
  56. bfd68bf Issue #20478: avoid special casing Counter in statistics by Nick Coghlan · 11 years ago
  57. 2bcb1f6 remove unused imports from statistics module by Christian Heimes · 11 years ago
  58. f5e987b Issue #18606: Add the new "statistics" module (PEP 450). Contributed by Larry Hastings · 11 years ago