-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Implement rest of itertools API #1361
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
Comments
can i try it? |
@seeeturtle |
@coolreader18 |
sure, i'll try to implement |
Hi all, I'll take |
hello, can I try |
Yep, go ahead! |
I am working on |
I am working on |
What is "taken" and who claimed it. I will try to keep this updated including what gets completed. Please leave a reference to this issue in your PRs to make that easier. Infinite Iterators
Iterators terminating on the shortest input sequence
Combinatoric iterators
|
Hello, Can I try |
All reactions
Sorry, something went wrong.
No need to ask, just say you're working on it so that others know and don't duplicate work |
All reactions
-
👍 2 reactions
Sorry, something went wrong.
I'll work on |
All reactions
-
👍 1 reaction
Sorry, something went wrong.
I’ll work on |
All reactions
-
👍 1 reaction
Sorry, something went wrong.
This implements `itertools.product` of standard library. Related with RustPython#1361
This implements `itertools.product` of standard library. Related with RustPython#1361
This implements `itertools.product` of standard library. Related with RustPython#1361
This implements `itertools.product` of standard library. Related with RustPython#1361
This implements `itertools.product` of standard library. Related with RustPython#1361
@dralley , can you remove me from taking combinatoric iterators except |
All reactions
-
👍 1 reaction
Sorry, something went wrong.
This implements `itertools.product` of standard library. Related with RustPython#1361
This implements `itertools.product` of standard library. Related with RustPython#1361
This implements `itertools.product` of standard library. Related with RustPython#1361
This implements `itertools.product` of standard library. Related with RustPython#1361
@corona10 Are you still working on @Thrimbda Are you still working on @Space0726 Are you still working on |
All reactions
Sorry, something went wrong.
@dralley Yes, I still working on |
All reactions
Sorry, something went wrong.
@Space0726 Yeah, probably just put a PR up, and maybe the issues can be found during review. If it's got test snippets for the ways in which it isn't working properly, then it won't be merged until it passes the CI anyways. |
All reactions
-
👍 1 reaction
Sorry, something went wrong.
@dralley Please go a head :) |
All reactions
Sorry, something went wrong.
Implement itertools.groupby closes RustPython#1361
Implement itertools.groupby closes RustPython#1361
Implement itertools.groupby closes RustPython#1361
Implement itertools.groupby closes RustPython#1361
The last one remaining is |
All reactions
-
👍 1 reaction
Sorry, something went wrong.
@dralley It might be take some time, but I'll try it. |
All reactions
Sorry, something went wrong.
I'm currently looking at implementing |
All reactions
-
👍 2 reactions
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Feature
There are some APIs does not implement yet.
Let's implement them
Python Documentation
https://docs.python.org/3/library/itertools.html
The text was updated successfully, but these errors were encountered: