8000 DOC: Add release note about __array_ufunc__. · numpy/numpy@c5ef411 · GitHub
[go: up one dir, main page]

Skip to content

Commit c5ef411

Browse files
committed
DOC: Add release note about __array_ufunc__.
1 parent f004493 commit c5ef411

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

doc/release/1.15.0-notes.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ combining these 5 compiled builds products into a single "fat" binary.
193193
``return_indices`` keyword added for ``np.intersect1d``
194194
-------------------------------------------------------
195195
New keyword ``return_indices`` returns the indices of the two input arrays
196-
that correspond to the common elements.
196+
that correspond to the common elements.
197197

198198
``np.quantile`` and ``np.nanquantile``
199199
--------------------------------------
@@ -408,6 +408,9 @@ is the same as::
408408
``np.put_along_axis`` acts as the dual operation for writing to these indices
409409
within an array.
410410

411+
.. note:: Implementations of ``__array_ufunc__`` should ensure that they can
412+
handle either ``axis`` or ``axes``. In future, we may convert
413+
``axis`` to ``axes`` before passing it on.
411414

412415
Changes
413416
=======

doc/scipy-sphinx-theme

Submodule scipy-sphinx-theme updated 284 files

0 commit comments

Comments
 (0)
0