Skip to content

Commit

Permalink
Fixups
Browse files Browse the repository at this point in the history
- remove 8736 which is part of the previous release
- fix syntax in 8974 and 8995
  • Loading branch information
sklam committed Jul 31, 2023
1 parent d10576f commit 4396a6c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions docs/upcoming_changes/8736.np_support.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/upcoming_changes/8974.cuda.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Bitwise operation ``ufunc`` support for the CUDA target.
========================================================

Support is added for some ``ufunc``s associated with bitwise operation on the
Support is added for some ``ufunc``\ s associated with bitwise operation on the
CUDA target. Namely:

* ``numpy.bitwise_and``
Expand Down
2 changes: 1 addition & 1 deletion docs/upcoming_changes/8995.np_support.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
``@vectorize`` accommodates arguments implementing ``__array_ufunc__``.
=======================================================================

Universal functions (``ufunc``s) created with ``numba.vectorize`` will now
Universal functions (``ufunc``\ s) created with ``numba.vectorize`` will now
respect arguments implementing ``__array_ufunc__`` (NEP-13) to allow pre- and
post-processing of arguments and return values when the ufunc is called from the
interpreter.

0 comments on commit 4396a6c

Please sign in to comment.