-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
scan! and scan functions #14730
Comments
Ah, yes. We should possibly steal all of those. Arguably it would be better to do these after Jeff's branch is merged since we can avoid the whole functor dance after that. |
btw: Is there a clear definition of 'We'? For this here, and for other topics it's not clear, what should be in julia Base and what is expected to be in a package (e.g. Very early there was a list of matlab functions which have/haven't julia counterparts. and it looked, like this should be available in julia Base) |
"We" refers to the Julia project / community as a whole. So no? It's a judgement call what should be in Base versus in a package, but |
Yeah scan is a no-brainer. |
Hmm, in the giant cleanup that was #16260, I may have unknowingly fixed this. Anyone should feel free to rename/repackage these functions to their heart's content. |
Hmm. Since these are already implemented, perhaps we should do the rename before 0.5. |
+1 to rename them. I just needed |
-1 to adding new things to the milestone. If someone wants to rename, document, and independently test these go ahead, but it's not at all worth delaying the release for. |
If it doesn't get done, we can just remove the milestone. The tag is useful for remembering things to do. |
Let me grab this issue! |
Closed by #18931 |
I'm a little incredulous that we don't have a
scan
function generalizingcumsum
andcumprod
for an arbitrary reducer. But it seems that we don't, nor as far as I can tell do we have an issue for it.The text was updated successfully, but these errors were encountered: