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

Update Rust crate itertools to 0.12.1 #25

Merged
merged 1 commit into from
Apr 19, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
itertools dependencies minor 0.11.0 -> 0.12.1

Release Notes

rust-itertools/itertools (itertools)

v0.12.1

Compare Source

Added
  • Documented iteration order guarantee for Itertools::[tuple_]combinations (#​822)
  • Documented possible panic in iterate (#​842)
  • Implemented Clone and Debug for Diff (#​845)
  • Implemented Debug for WithPosition (#​859)
  • Implemented Eq for MinMaxResult (#​838)
  • Implemented From<EitherOrBoth<A, B>> for Option<Either<A, B>> (#​843)
  • Implemented PeekingNext for RepeatN (#​855)
Changed
  • Made CoalesceBy lazy (#​801)
  • Optimized Filter[Map]Ok::next, Itertools::partition, Unique[By]::next[_back] (#​818)
  • Optimized Itertools::find_position (#​837)
  • Optimized Positions::next[_back] (#​816)
  • Optimized ZipLongest::fold (#​854)
  • Relaxed Debug bounds for GroupingMapBy (#​860)
  • Specialized ExactlyOneError::fold (#​826)
  • Specialized Interleave[Shortest]::fold (#​849)
  • Specialized MultiPeek::fold (#​820)
  • Specialized PadUsing::[r]fold (#​825)
  • Specialized PeekNth::fold (#​824)
  • Specialized Positions::[r]fold (#​813)
  • Specialized PutBackN::fold (#​823)
  • Specialized RepeatN::[r]fold (#​821)
  • Specialized TakeWhileInclusive::fold (#​851)
  • Specialized ZipLongest::rfold (#​848)
Notable Internal Changes

v0.12.0

Compare Source

Breaking
  • Made take_while_inclusive consume iterator by value (#​709)
  • Added Clone bound to Unique (#​777)
Added
  • Added Itertools::try_len (#​723)
  • Added free function sort_unstable (#​796)
  • Added GroupMap::fold_with (#​778, #​785)
  • Added PeekNth::{peek_mut, peek_nth_mut} (#​716)
  • Added PeekNth::{next_if, next_if_eq} (#​734)
  • Added conversion into (Option<A>,Option<B>) to EitherOrBoth (#​713)
  • Added conversion from Either<A, B> to EitherOrBoth<A, B> (#​715)
  • Implemented ExactSizeIterator for Tuples (#​761)
  • Implemented ExactSizeIterator for (Circular)TupleWindows (#​752)
  • Made EitherOrBoth<T> a shorthand for EitherOrBoth<T, T> (#​719)
Changed
  • Added missing #[must_use] annotations on iterator adaptors (#​794)
  • Made Combinations lazy (#​795)
  • Made Intersperse(With) lazy (#​797)
  • Made Permutations lazy (#​793)
  • Made Product lazy (#​800)
  • Made TupleWindows lazy (#​602)
  • Specialized Combinations::{count, size_hint} (#​729)
  • Specialized CombinationsWithReplacement::{count, size_hint} (#​737)
  • Specialized Powerset::fold (#​765)
  • Specialized Powerset::count (#​735)
  • Specialized TupleCombinations::{count, size_hint} (#​763)
  • Specialized TupleCombinations::fold (#​775)
  • Specialized WhileSome::fold (#​780)
  • Specialized WithPosition::fold (#​772)
  • Specialized ZipLongest::fold (#​774)
  • Changed {min, max}_set* operations require alloc feature, instead of std (#​760)
  • Improved documentation of tree_fold1 (#​787)
  • Improved documentation of permutations (#​724)
  • Fixed typo in documentation of multiunzip (#​770)
Notable Internal Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update Rust crate itertools to 0.12.0 fix(deps): update rust crate itertools to 0.12.0 Dec 21, 2023
@renovate renovate bot force-pushed the renovate/itertools-0.x branch from e8303df to 41b3540 Compare January 29, 2024 20:47
@renovate renovate bot requested a review from sksat as a code owner January 29, 2024 20:47
@renovate renovate bot changed the title fix(deps): update rust crate itertools to 0.12.0 fix(deps): update rust crate itertools to 0.12.1 Jan 29, 2024
@renovate renovate bot force-pushed the renovate/itertools-0.x branch from 41b3540 to 0639395 Compare February 14, 2024 09:51
@KOBA789 KOBA789 added this to the v1.0.0 milestone Mar 12, 2024
@renovate renovate bot force-pushed the renovate/itertools-0.x branch from 0639395 to c9327bd Compare March 12, 2024 11:38
@renovate renovate bot requested a review from KOBA789 as a code owner March 12, 2024 11:38
@renovate renovate bot changed the title fix(deps): update rust crate itertools to 0.12.1 Update Rust crate itertools to 0.12.1 Mar 15, 2024
@renovate renovate bot changed the title Update Rust crate itertools to 0.12.1 fix(deps): update rust crate itertools to 0.12.1 Apr 18, 2024
@renovate renovate bot changed the title fix(deps): update rust crate itertools to 0.12.1 Update Rust crate itertools to 0.12.1 Apr 19, 2024
@renovate renovate bot force-pushed the renovate/itertools-0.x branch 2 times, most recently from 5a79257 to a0ee57e Compare April 19, 2024 15:24
@KOBA789 KOBA789 mentioned this pull request Apr 19, 2024
@renovate renovate bot force-pushed the renovate/itertools-0.x branch from a0ee57e to 655a45d Compare April 19, 2024 17:18
@KOBA789 KOBA789 enabled auto-merge April 19, 2024 17:21
@KOBA789 KOBA789 merged commit e36f1a3 into main Apr 19, 2024
4 checks passed
@KOBA789 KOBA789 deleted the renovate/itertools-0.x branch April 19, 2024 17:22
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.

1 participant