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: add() to API standard #153

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tylerjereddy
Copy link
Contributor

  • bring add() ufunc up to API standard and turn its test on in the CI

  • many of the other changes are the same as described in other recent binary ufunc PRs

  • one drawback to our current approach to broadcasting, which is more apparent in the diff here, is that we simply copy data into the largest common shape, which isn't exactly efficient

* bring `add()` ufunc up to API standard and turn
its test on in the CI

* many of the other changes are the same as described in other
recent binary ufunc PRs

* one drawback to our current approach to broadcasting, which
is more apparent in the diff here, is that we simply copy
data into the largest common shape, which isn't exactly efficient
@NaderAlAwar NaderAlAwar changed the base branch from develop to main May 24, 2023 20:27
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.

1 participant