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

Remove more_itertools dependency #126

Open
2 tasks done
dholth opened this issue Sep 28, 2023 · 1 comment
Open
2 tasks done

Remove more_itertools dependency #126

dholth opened this issue Sep 28, 2023 · 1 comment
Labels
good first issue great for new contributors, code change is envisioned to be trivial/relatively straight-forward source::anaconda created by members of Anaconda, Inc. type::feature request for a new feature or capability

Comments

@dholth
Copy link
Contributor

dholth commented Sep 28, 2023

Checklist

  • I added a descriptive title
  • I searched open requests and couldn't find a duplicate

What is the idea?

conda-index only uses one more_itertools "ichunked" feature. Remove dependency by bundling our own iterate-over-chunks implementation?

Why is this needed?

No response

What should happen?

No response

Additional Context

No response

@dholth dholth added type::feature request for a new feature or capability good first issue great for new contributors, code change is envisioned to be trivial/relatively straight-forward source::anaconda created by members of Anaconda, Inc. labels Sep 28, 2023
@dholth
Copy link
Contributor Author

dholth commented Oct 4, 2023

It's a Python 3.12 feature! https://docs.python.org/3/library/itertools.html#itertools.batched

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue great for new contributors, code change is envisioned to be trivial/relatively straight-forward source::anaconda created by members of Anaconda, Inc. type::feature request for a new feature or capability
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant