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 more base types #47

Merged
merged 2 commits into from
Nov 15, 2022
Merged

Add more base types #47

merged 2 commits into from
Nov 15, 2022

Conversation

mcabbott
Copy link
Member

@mcabbott mcabbott commented Nov 14, 2022

Closes #28, intended for 0.4 release

So far aims to add all of Base.Iterators, and Fix1, Fix2, Pair. Are there other obvious things to add?

Needs tests.

PR Checklist

  • Tests are added
  • Documentation, if applicable

@CarloLucibello
Copy link
Member

I still don't understand why we shouldn't switch to an opt out semantics

@mcabbott mcabbott marked this pull request as ready for review November 14, 2022 19:40
@mcabbott
Copy link
Member Author

I would favour doing that, eventually. It's probably got to be done with a breaking release of Flux.

This PR moves us a little closer to traversing everything. Fix2 in particular came up in FluxML/Flux.jl#2107

@darsnack
Copy link
Member

Same, I am in favor (and in fact have a branch doing something like this), but it will require many more tests than we currently have. It would be a candidate for v0.5, but it would be nice to get v0.4 out soon.

@CarloLucibello CarloLucibello added this to the v0.4 milestone Nov 15, 2022
@mcabbott mcabbott merged commit 04d08aa into FluxML:master Nov 15, 2022
@mcabbott mcabbott deleted the iterators_etc branch November 15, 2022 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add more Base types
3 participants