diff options
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 |