8000 BUG: functions in numpy.lib.ufunclike fail to be ufunclike in their argument names · Issue #8995 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

BUG: functions in numpy.lib.ufunclike fail to be ufunclike in their argument names #8995

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

Closed
eric-wieser opened this issue Apr 26, 2017 · 0 comments

Comments

@eric-wieser
Copy link
Member

These all use y as their out argument, when they should use out to actually be "like ufuncs", as their name suggests.

Proposal - rename the argument to out, and add a deprecation warning when y is passed.

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

No branches or pull requests

1 participant
0