Skip to content

build: Update itertools to 0.13.0 #3993

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

Merged
merged 4 commits into from
Sep 5, 2024
Merged

build: Update itertools to 0.13.0 #3993

merged 4 commits into from
Sep 5, 2024

Conversation

jan-auer
Copy link
Member

@jan-auer jan-auer commented Sep 5, 2024

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.

#skip-changelog

@jan-auer jan-auer requested a review from a team as a code owner September 5, 2024 08:26
* master:
  build: Update rdkafka to 0.36.2 (#3995)
  build: Update tikv-jemallocator to 0.6.0 (#3994)
  build: Update minidump to 0.22.0 (#3992)
  build: Update bindgen to 0.70.1 (#3991)
  build: Update chrono to 0.4.38 (#3990)
@jan-auer jan-auer enabled auto-merge (squash) September 5, 2024 09:13
@jan-auer jan-auer merged commit 4131a20 into master Sep 5, 2024
23 checks passed
@jan-auer jan-auer deleted the ref/itertools-0.13.0 branch September 5, 2024 09:15
jan-auer added a commit that referenced this pull request Sep 6, 2024
* master: (27 commits)
  build: Update dialoguer and hostname (#4009)
  build: Update opentelemetry-proto to 0.7.0 (#4000)
  build: Update lru to 0.12.4 (#4008)
  build: Update cookie to 0.18.1 (#4007)
  feat(spans): Extract standalone CLS span metrics and performance score (#3988)
  build: Update cadence to 1.4.0 and statsdproxy to 0.2.0 (#4005)
  build: Update maxminddb to 0.24.0 (#4003)
  build: Update multer to 3.1.0 (#4002)
  build: Update regex and aho-corasick (#4001)
  build: Update sentry-kafka-schemas to 1.0.107 (#3999)
  build: Update dev-dependencies (#3998)
  build: Update itertools to 0.13.0 (#3993)
  build: Update brotli, zstd, flate2 (#3996)
  build: Update rdkafka to 0.36.2 (#3995)
  build: Update tikv-jemallocator to 0.6.0 (#3994)
  build: Update minidump to 0.22.0 (#3992)
  build: Update bindgen to 0.70.1 (#3991)
  build: Update chrono to 0.4.38 (#3990)
  feat(spans): initial MongoDB description scrubbing support (#3912)
  fix(spooler): Reduce number of disk reads (#3983)
  ...
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.

2 participants