summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDong-hee Na <donghee.na92@gmail.com>2019-08-23 22:20:30 (GMT)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>2019-08-23 22:20:30 (GMT)
commit0a18ee4be7ba215f414bef04598e0849504f9f1e (patch)
tree02b4a3f5f9cd481ce73e4aa934b5bf13b600504a /Misc
parent5be666010e4df65dc4d831435cc92340ea369f94 (diff)
downloadcpython-0a18ee4be7ba215f414bef04598e0849504f9f1e.zip
cpython-0a18ee4be7ba215f414bef04598e0849504f9f1e.tar.gz
cpython-0a18ee4be7ba215f414bef04598e0849504f9f1e.tar.bz2
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2019-08-14-13-51-24.bpo-37798.AmXrik.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-08-14-13-51-24.bpo-37798.AmXrik.rst b/Misc/NEWS.d/next/Library/2019-08-14-13-51-24.bpo-37798.AmXrik.rst
new file mode 100644
index 0000000..620f0ec
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-08-14-13-51-24.bpo-37798.AmXrik.rst
@@ -0,0 +1 @@
+Add C fastpath for statistics.NormalDist.inv_cdf() Patch by Dong-hee Na