summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2019-02-25 18:01:47 +0100
committerGitHub <noreply@github.com>2019-02-25 18:01:47 +0100
commit345b2f6e048061359e0fa0322e6b7b986cfd6291 (patch)
treebf9216ca757674e780138e9c2d9fa2aa4d9c099b /doc/release
parent7aebced7e5ac26ba0ab2171b24991350523e9aa3 (diff)
parent0139a2d118ddfcff5a0139a016be826dbc44854f (diff)
downloadnumpy-345b2f6e048061359e0fa0322e6b7b986cfd6291.tar.gz
Merge pull request #12989 from eric-wieser/inter-inf-alternative
ENH: Correct handling of infinities in np.interp (option B)
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/1.17.0-notes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release/1.17.0-notes.rst b/doc/release/1.17.0-notes.rst
index 57f7505ff..3c6d55493 100644
--- a/doc/release/1.17.0-notes.rst
+++ b/doc/release/1.17.0-notes.rst
@@ -142,6 +142,12 @@ but with this change, you can do::
thereby saving a level of indentation
+``np.interp`` handles infinities more robustly
+----------------------------------------------
+In some cases where ``np.interp`` would previously return ``np.nan``, it now
+returns an appropriate infinity.
+
+
Changes
=======