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

Use power instead of pow for element-wise operator #1421

Open
Tracked by #1424
rlouf opened this issue Feb 13, 2023 · 0 comments
Open
Tracked by #1424

Use power instead of pow for element-wise operator #1421

rlouf opened this issue Feb 13, 2023 · 0 comments

Comments

@rlouf
Copy link
Member

rlouf commented Feb 13, 2023

This is somewhat tricky as the name power is already used for the operation on scalars.

https://numpy.org/doc/stable/reference/generated/numpy.power.html#numpy.power

@dgerlanc dgerlanc added good first issue Good for newcomers and removed good first issue Good for newcomers labels Feb 17, 2023
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

2 participants