Skip to content

ENH: core: Generalize ndarray.astype to take new standard keyword argumen #82

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 2 commits into from
Jun 3, 2011

Conversation

mwiebe
Copy link
Member

@mwiebe mwiebe commented May 31, 2011

ENH: core: Generalize ndarray.astype to take new standard keyword arguments

These include order=, casting=, subok=. Also added a forcecopy=
parameter to allow skipping of the copy when possible.

Mark Wiebe added 2 commits May 31, 2011 15:36
…uments

These include order=, casting=, subok=. Also added a forcecopy=
parameter to allow skipping of the copy when possible.
This makes it match the parameter in the array constructor with
the same meaning.
mwiebe added a commit that referenced this pull request Jun 3, 2011
ENH: core: Generalize ndarray.astype to take new standard keyword argumen
@mwiebe mwiebe merged commit a265c2e into numpy:master Jun 3, 2011
luyahan pushed a commit to plctlab/numpy that referenced this pull request Apr 25, 2024
feat: Add vcvt_[s32|u32]_f32 and vcvt_f32_[s32|u32]
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

Successfully merging this pull request may close these issues.

2 participants