Skip to content

Commit

Permalink
Move numba.numpy_extensions to numba.np.extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartarchibald committed Feb 4, 2020
1 parent 4489dd3 commit d04926d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/reference/numpysupported.rst
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ The following top-level functions are supported:
arrays should have ``shape[-1] == 3``)

* If ``shape[-1] == 2`` for both inputs, please replace your
:func:`numpy.cross` call with :func:`numba.numpy_extensions.cross2d`.
:func:`numpy.cross` call with :func:`numba.np.extensions.cross2d`.

* :func:`numpy.delete` (only the 2 first arguments)
* :func:`numpy.diag`
Expand Down
File renamed without changes.

0 comments on commit d04926d

Please sign in to comment.