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

Need cumsum! and cumprod! #3746

Closed
ViralBShah opened this issue Jul 18, 2013 · 4 comments
Closed

Need cumsum! and cumprod! #3746

ViralBShah opened this issue Jul 18, 2013 · 4 comments

Comments

@ViralBShah
Copy link
Member

We only have cumsum and cumprod right now, and it would be nice to have the ! variants as well.

@johnmyleswhite
Copy link
Member

+1

If we do that, can we also have cummax!, cummin! and cumsum_kbn?

@ViralBShah
Copy link
Member Author

It would be nice to have general purpose scans so that we can have scans with user defined functions as well.

@lindahua
Copy link
Contributor

Scanning and inplace scanning are recently added to NumericExtensions.jl (see http://lindahua.github.io/NumericExtensions.jl/scan.html)

These may be migrated to base together with some other parts of the package.

@quinnj
Copy link
Member

quinnj commented Jun 23, 2014

Implemented in #7359.

@quinnj quinnj closed this as completed Jun 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants