summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-11-22 10:17:58 -0700
committerCharles Harris <charlesr.harris@gmail.com>2020-11-22 10:20:17 -0700
commit56a80016fbd6b206f7e7e4b9afa3d82d2225c348 (patch)
tree93c41e93a712242170a33ada56a9114db28a2ebf /doc/release
parentc4cbf80f7a24070267538dc55e5821d521cbf04a (diff)
downloadnumpy-56a80016fbd6b206f7e7e4b9afa3d82d2225c348.tar.gz
DOC: Add gh-17195 to NumPy 1.20.0 release notes.
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/upcoming_changes/17195.improvement.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/17195.improvement.rst b/doc/release/upcoming_changes/17195.improvement.rst
new file mode 100644
index 000000000..d5f31dd3f
--- /dev/null
+++ b/doc/release/upcoming_changes/17195.improvement.rst
@@ -0,0 +1,5 @@
+Make the window functions exactly symmetric
+-------------------------------------------
+Make sure the window functions provided by NumPy are symmetric. There were
+previously small deviations from symmetry due to numerical precision that are
+now avoided by better arrangement of the computation.