8000 Update release notes · githubmlai/numpy@50b12ec · GitHub
[go: up one dir, main page]

Skip to content

Commit 50b12ec

Browse files
committed
Update release notes
1 parent 9748970 commit 50b12ec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/release/1.10.0-notes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,12 @@ views returned from *np.einsum* are writeable
339339
Views returned by *np.einsum* will now be writeable whenever the input
340340
array is writeable.
341341

342+
*np.argmin* skips NaT values
343+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
344+
345+
*np.argmin* now skips NaT values in datetime64 and timedelta64 arrays,
346+
making it consistent with *np.min*, *np.argmax* and *np.max*.
347+
342348

343349
Deprecations
344350
============

0 commit comments

Comments
 (0)
0