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

DOC: Clarified when a copy is made in numpy.asarray #8234

Merged
merged 1 commit into from
Nov 4, 2016
Merged

DOC: Clarified when a copy is made in numpy.asarray #8234

merged 1 commit into from
Nov 4, 2016

Conversation

MSeifert04
Copy link
Contributor

@MSeifert04 MSeifert04 commented Nov 3, 2016

numpy.asarray does copy the input if the specified dtype and/or order differ from the input even if it is an ndarray.

Not sure if the wording with matching dtype and order is perfect. Suggestions are welcome.

asarray does copy the input if the specified dtype and/or order differ
from the input even if it is an ndarray.
@charris
Copy link
Member

charris commented Nov 4, 2016

Thanks @MSeifert04 .

@MSeifert04 MSeifert04 deleted the asarray_doc branch November 4, 2016 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants