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

Deprecate group_by in favor of chunk_by #866

Merged

Conversation

Philippe-Cholet
Copy link
Member

@Philippe-Cholet Philippe-Cholet commented Jan 30, 2024

Finally fixes #374 (see #374 (comment) and above for more details).

What do you think?
I'm not entirely sure of the documentation changes: when to use to term "chunk" and when to use "group".

I could additionally make "consecutive" bold.

Copy link

codecov bot commented Jan 30, 2024

Codecov Report

Attention: 8 lines in your changes are missing coverage. Please review.

Comparison is base (1f69c53) 94.20% compared to head (14f5b62) 94.09%.

Files Patch % Lines
src/lib.rs 42.85% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #866      +/-   ##
==========================================
- Coverage   94.20%   94.09%   -0.12%     
==========================================
  Files          48       48              
  Lines        6676     6684       +8     
==========================================
  Hits         6289     6289              
- Misses        387      395       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Philippe-Cholet Philippe-Cholet added this to the next milestone Jan 31, 2024
@Philippe-Cholet Philippe-Cholet marked this pull request as ready for review February 4, 2024 16:34
Copy link
Member

@phimuemue phimuemue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @Philippe-Cholet .

@phimuemue phimuemue added this pull request to the merge queue Feb 6, 2024
Merged via the queue into rust-itertools:master with commit b607fbd Feb 6, 2024
12 of 13 checks passed
@Philippe-Cholet Philippe-Cholet deleted the rename-group_by-to-chunk_by branch February 6, 2024 10:57
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

Successfully merging this pull request may close these issues.

group_by is weird
2 participants