summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorkikocorreoso <kikocorreoso@users.noreply.github.com>2019-04-03 00:38:11 +0200
committerGitHub <noreply@github.com>2019-04-03 00:38:11 +0200
commita1c15050b6efd8d2c5b40ae46bcb497260b4e88e (patch)
treeb395e1475539e61e251168c35b811bdfc5a3f078 /doc
parent4b1d5cbf24174b1ed96824e706f74c84841633bc (diff)
downloadnumpy-a1c15050b6efd8d2c5b40ae46bcb497260b4e88e.tar.gz
Update release notes
Update release notes to include "nan_to_num" information.
Diffstat (limited to 'doc')
-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 7857400e8..4e366648a 100644
--- a/doc/release/1.17.0-notes.rst
+++ b/doc/release/1.17.0-notes.rst
@@ -197,6 +197,12 @@ The boolean and integer types are incapable of storing ``np.nan`` and ``np.inf``
which allows us to provide specialized ufuncs that are up to 250x faster than the current
approach.
+New keywords added to ``np.nan_to_num``
+---------------------------------------
+``np.nan_to_num`` now accepts keywords ``nan``, ``posinf`` and ``neginf`` allowing the
+user to define the value to replace the ``nan``s, positive and negative ``np.inf``s
+respectively.
+
Changes
=======