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

add Iterators.accumulate #34033

Merged
merged 1 commit into from
Dec 9, 2019
Merged

add Iterators.accumulate #34033

merged 1 commit into from
Dec 9, 2019

Conversation

JeffBezanson
Copy link
Sponsor Member

I was surprised we didn't have this. Even IterTools.jl doesn't seem to have it. Nice to complete the set with map and filter.

@ararslan
Copy link
Member

ararslan commented Dec 6, 2019

Nice to complete the set with map and filter.

I'm confused, there is no Iterators.map.

@rfourquet
Copy link
Member

I'm confused, there is no Iterators.map.

It just has another name: Base.Generator ;-)

@JeffBezanson
Copy link
Sponsor Member Author

Actually it might not be a bad idea to add Iterators.map = Base.Generator just for uniformity.

@JeffBezanson JeffBezanson merged commit 7bc3742 into master Dec 9, 2019
@JeffBezanson JeffBezanson deleted the jb/accumiter branch December 9, 2019 20:17
@ararslan ararslan added the needs compat annotation Add !!! compat "Julia x.y" to the docstring label Dec 9, 2019
@ararslan
Copy link
Member

ararslan commented Dec 9, 2019

Just realized that this needs a compat annotation in the docstring

@tkf tkf mentioned this pull request Jan 12, 2020
KristofferC pushed a commit that referenced this pull request Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs compat annotation Add !!! compat "Julia x.y" to the docstring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants