-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Update itertools to 0.13.0 (#3993)
Updates itertools to the latest version. `group_by` has been replaced by `chunk_by` to clarify that this method only collects _consecutive_ elements with the same key. To improve on this, this PR uses `GroupingMap`, which offers more efficient folding operations such as `min_by_key` directly. This implements the desired outcome of collecing the shortest quota for each unique `KeyRef`.
- Loading branch information
Showing
3 changed files
with
31 additions
and
20 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters