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 support for _apply_iterate #449

Open
JeffBezanson opened this issue Jan 8, 2020 · 2 comments
Open

add support for _apply_iterate #449

JeffBezanson opened this issue Jan 8, 2020 · 2 comments

Comments

@JeffBezanson
Copy link

This is a new builtin function that's just like _apply, except takes the iterate function to use as the first argument.

@MikeInnes MikeInnes mentioned this issue Jan 10, 2020
bors bot added a commit that referenced this issue Jan 10, 2020
453: 1.4 updates r=MikeInnes a=MikeInnes

fixes #393, partially addresses #449 (this doesn't fully support apply_iterate but should address the most common cases).

bors r+

Co-authored-by: Mike Innes <mike.j.innes@gmail.com>
bors bot added a commit that referenced this issue Jan 10, 2020
453: 1.4 updates r=MikeInnes a=MikeInnes

fixes #393, partially addresses #449 (this doesn't fully support apply_iterate but should address the most common cases).

bors r+

Co-authored-by: Mike Innes <mike.j.innes@gmail.com>
@MikeInnes
Copy link
Member

Explanation of _apply_iterate here: JuliaLang/julia#33356

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

3 participants