8000 DO NOT MERGE: Add keepdims argument for generalized ufuncs. by mhvk · Pull Request #11019 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

DO NOT MERGE: Add keepdims argument for generalized ufuncs. #11019

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
DOC: Add release note about __array_ufunc__.
  • Loading branch information
mhvk committed Jun 4, 2018
commit 9a3f8c88f034537eb706dbb7d9748d202e4390b9
5 changes: 4 additions & 1 deletion doc/release/1.15.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ combining these 5 compiled builds products into a single "fat" binary.
``return_indices`` keyword added for ``np.intersect1d``
-------------------------------------------------------
New keyword ``return_indices`` returns the indices of the two input arrays
that correspond to the common elements.
that correspond to the common elements.

``np.quantile`` and ``np.nanquantile``
--------------------------------------
Expand Down Expand Up @@ -408,6 +408,9 @@ is the same as::
``np.put_along_axis`` acts as the dual operation for writing to these indices
within an array.

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

Changes
=======
2 changes: 1 addition & 1 deletion doc/scipy-sphinx-theme
0