-
Notifications
You must be signed in to change notification settings - Fork 6
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
consider support for np 1.13 __array_ufunc__ #234
Labels
Comments
The idea is to be able to do something like that: arr = ndtest((3, 3))
np.sum(arr) ? |
I don't remember exactly. But it was indeed to improve interoperability with numpy ufuncs in general. |
alixdamman
added a commit
to alixdamman/larray
that referenced
this issue
Apr 24, 2019
- renamed npufuncs.py as npfuncs.py
alixdamman
added a commit
to alixdamman/larray
that referenced
this issue
Apr 24, 2019
- renamed npufuncs.py as npfuncs.py
alixdamman
added a commit
to alixdamman/larray
that referenced
this issue
Apr 29, 2019
- renamed npufuncs.py as npfuncs.py
alixdamman
added a commit
to alixdamman/larray
that referenced
this issue
Aug 14, 2019
merged ufuncs.py content into npufuncs.py
alixdamman
added a commit
to alixdamman/larray
that referenced
this issue
Aug 19, 2019
- merged npufuncs.py module into ufuncs.py - updated setup.cfg config file to skip all functions derived from Numpy and for which copied doctests fail
alixdamman
added a commit
to alixdamman/larray
that referenced
this issue
Aug 20, 2019
- merged npufuncs.py module into ufuncs.py - updated setup.cfg config file to skip all functions derived from Numpy and for which copied doctests fail
alixdamman
added a commit
to alixdamman/larray
that referenced
this issue
Aug 20, 2019
- merged npufuncs.py module into ufuncs.py - updated setup.cfg config file to skip all functions derived from Numpy and for which copied doctests fail
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
numpy/numpy#8247
The text was updated successfully, but these errors were encountered: