Skip to content
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

ENH: np.asanyarray should grow copy and device keyword arguments to match asarray #26196

Open
ngoldbaum opened this issue Apr 2, 2024 · 0 comments

Comments

@ngoldbaum
Copy link
Member

ngoldbaum commented Apr 2, 2024

Proposed new feature or change:

We added copy and device as keywords for np.array for array API compatibility. We should perhaps add similar keywords for asanyarray. This shouldn't be any additional maintenance burden because asarray and asanyarray have almost identical C implementations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant