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

The cutting block: These features will be removed from itertools eventually (2) #903

Open
4 tasks
Philippe-Cholet opened this issue Mar 15, 2024 · 0 comments
Open
4 tasks

Comments

@Philippe-Cholet
Copy link
Member

I did some clean up with #878 but I also deprecated some parts recently so...
Similarly to #223, I list deprecated parts that will eventually be removed:

  • fn unfold and Unfold deprecated since 0.13.0.
  • Itertools::group_by and GroupBy deprecated since 0.13.0.
  • Remove together:
    • Itertools::fold1 deprecated since 0.10.2, the alternative Iterator::reduce requires MSRV ≥ 1.51.0 ;
    • Itertools::tree_fold1 deprecated since 0.13.0 ;
    • GroupingMap::fold_first deprecated since 0.13.0.
  • fn zip deprecated since 0.10.4, the alternative core::iter::zip requires MSRV ≥ 1.59.0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant