diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-01-05 14:23:05 -0500 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-01-05 14:23:05 -0500 |
commit | c6b8109a18e7b8e472b50713b4fc9a36fbb4de91 (patch) | |
tree | 13a513ffebf2e7fc43685818131b079b8fcfe830 /doc | |
parent | c39a56a07a6603d356733a2716b49c6275f026bf (diff) | |
parent | 1b2d2e977d51414121548d4454afdf02d9def3b3 (diff) | |
download | numpy-c6b8109a18e7b8e472b50713b4fc9a36fbb4de91.tar.gz |
Merge pull request #5418 from shoyer/nanprod
ENH: add np.nanprod
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.10.0-notes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release/1.10.0-notes.rst b/doc/release/1.10.0-notes.rst index 1fdbb84bd..90f758360 100644 --- a/doc/release/1.10.0-notes.rst +++ b/doc/release/1.10.0-notes.rst @@ -11,6 +11,7 @@ Highlights * Addition of *np.linalg.multi_dot*: compute the dot product of two or more arrays in a single function call, while automatically selecting the fastest evaluation order. +* Addition of `nanprod` to the set of nanfunctions. Dropped Support |