8000 DOC: Enumerate the differences between numpy and numpy.array_api by asmeurer · Pull Request #21260 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

DOC: Enumerate the differences between numpy and numpy.array_api #21260

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

Merged
merged 10 commits into from
Apr 4, 2022
Merged
Prev Previous commit
Next Next commit
Add a note about the array API copy flag to reshape (which is not yet…
… implemented)
  • Loading branch information
asmeurer committed Mar 29, 2022
commit 9bd3b6e8f38499dc9f5f44bcf659b21ff30ecea0
8B25 3 changes: 3 additions & 0 deletions doc/source/reference/array_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,9 @@ Manipulation Functions Differences
- **Compatible**
- Unlike ``np.transpose``, the ``axis`` keyword argument to
``permute_dims`` is required.
* - ``reshape`` function has a ``copy`` keyword argument
- **Compatible**
- See https://github.com/numpy/numpy/issues/9818.

Set Functions Differences
-------------------------
Expand Down
0