8000 Add `take` specification for returning elements of an array along a specified axis by kgryte · Pull Request #416 · data-apis/array-api · GitHub
[go: up one dir, main page]

Skip to content

Add take specification for returning elements of an array along a specified axis #416

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
Nov 16, 2022
Prev Previous commit
Next Next commit
Fix module
  • Loading branch information
kgryte committed Sep 19, 2022
commit ff155ccefc538d617b2d5c1c7a92dbc678fae9d9
2 changes: 1 addition & 1 deletion spec/API_specification/indexing_functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A conforming implementation of the array API standard must provide and support t
Objects in API
--------------

.. currentmodule:: signatures.indexing_functions
.. currentmodule:: array_api

..
NOTE: please keep the functions in alphabetical order
Expand Down
0