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

support of ufunc.reduce, accumulate, etc. #8111

Closed
auderson opened this issue May 25, 2022 · 2 comments
Closed

support of ufunc.reduce, accumulate, etc. #8111

auderson opened this issue May 25, 2022 · 2 comments
Labels
duplicate feature_request more info needed This issue needs more information

Comments

@auderson
Copy link

Feature request

As title.

@njit
def test():
    return np.add.reduce(np.arange(10))
@njit
def test():
    return np.maximum.accumulate(np.arange(10))
@gmarkall
Copy link
Member

Many thanks for the request - is this a duplicate of #2751 and #6313? #7524 appears to be a start on this.

@gmarkall gmarkall added duplicate more info needed This issue needs more information labels May 25, 2022
@auderson
Copy link
Author

Oh, this does have been raised before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate feature_request more info needed This issue needs more information
Projects
None yet
Development

No branches or pull requests

2 participants