summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <rhettinger@users.noreply.github.com>2020-12-24 03:52:09 (GMT)
committerGitHub <noreply@github.com>2020-12-24 03:52:09 (GMT)
commitcc3467a57b61b0e7ef254b36790a1c44b13f2228 (patch)
treefc06989e28174a8421e4c191186ccf9b8ee9fba0 /Misc
parent6dd3da3cf4a0d6cb62d9c2a155434c127183454d (diff)
downloadcpython-cc3467a57b61b0e7ef254b36790a1c44b13f2228.zip
cpython-cc3467a57b61b0e7ef254b36790a1c44b13f2228.tar.gz
cpython-cc3467a57b61b0e7ef254b36790a1c44b13f2228.tar.bz2
bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-12-23-15-16-12.bpo-38308.lB4Sv0.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-12-23-15-16-12.bpo-38308.lB4Sv0.rst b/Misc/NEWS.d/next/Library/2020-12-23-15-16-12.bpo-38308.lB4Sv0.rst
new file mode 100644
index 0000000..cf3807d
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-12-23-15-16-12.bpo-38308.lB4Sv0.rst
@@ -0,0 +1 @@
+Add optional *weights* to *statistics.harmonic_mean()*.