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

consider support for np 1.13 __array_ufunc__ #234

Open
gdementen opened this issue May 2, 2017 · 3 comments
Open

consider support for np 1.13 __array_ufunc__ #234

gdementen opened this issue May 2, 2017 · 3 comments

Comments

@gdementen
Copy link
Contributor

numpy/numpy#8247

@alixdamman alixdamman added this to the 0.31 milestone Feb 11, 2019
@alixdamman
Copy link
Collaborator

The idea is to be able to do something like that:

arr = ndtest((3, 3))
np.sum(arr)

?

@gdementen
Copy link
Contributor Author

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
alixdamman added a commit to alixdamman/larray that referenced this issue Apr 24, 2019
alixdamman added a commit to alixdamman/larray that referenced this issue Apr 29, 2019
@gdementen gdementen modified the milestones: 0.31, 0.32 Aug 1, 2019
alixdamman added a commit to alixdamman/larray that referenced this issue Aug 14, 2019
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
@alixdamman alixdamman removed this from the 0.32 milestone Oct 2, 2019
@alixdamman alixdamman added this to the 0.33 milestone Oct 22, 2019
@alixdamman alixdamman removed this from the 0.33 milestone Nov 29, 2019
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