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

prefer a global hook for ufunc routines as opposed to per ufunc name, per signature #15

Open
tdimitri opened this issue Sep 29, 2020 · 0 comments
Labels
enhancement New feature or request numpy changes fixing this requires support from numpy

Comments

@tdimitri
Copy link
Collaborator

When a ufunc loop is replaced there is no user callback argument, this makes it difficult for the routine being called to know what it is.

I would rather funnel all ufunc loops to a single routine. The current ufunc hook design has fanned out already and I have to write code to funnel it all back into a central routine so I can thread it back out.

@jack-pappas jack-pappas added enhancement New feature or request numpy changes fixing this requires support from numpy labels Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request numpy changes fixing this requires support from numpy
Projects
None yet
Development

No branches or pull requests

2 participants