chore(deps): update dependency more-itertools to v11#174
Open
renovate-bot wants to merge 2 commits intogoogleapis:mainfrom
Open
chore(deps): update dependency more-itertools to v11#174renovate-bot wants to merge 2 commits intogoogleapis:mainfrom
renovate-bot wants to merge 2 commits intogoogleapis:mainfrom
Conversation
|
/gcbrun |
pl04351820
approved these changes
Apr 23, 2026
|
/gcbrun |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Contributor
|
/gcbrun |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==10.7.0→==11.0.1Release Notes
more-itertools/more-itertools (more-itertools)
v11.0.1: Version 11.0.1Compare Source
This release restores
pairwise, which was mistakenly removed in 11.0.0 instead of being deprecated. It is now marked as deprecated and will be removed in a future major release. Useitertools.pairwiseas a replacement.v11.0.0: Version 11.0.0Compare Source
Potentially breaking changes
callback_iteris deprecated. It will be removed in a future major release.iequalsno longer returnsTruewhen called with([], [ANY])(thanks to rhettinger and pochmann3)predargument forlocateandreplacemust now be able tohandle a variable number of arguments. See their docstrings for details. (thanks to veeceey, james-wasson, and pochmann3)
unique_everseennow raisesTypeErrorwhen input elements are not hashable.The silent fallback mechanism for unhashable inputs has been removed. (thanks to rhettinger and karlicoss)
windowednow raisesValueErrorwhen given a window size of0(thanks to rhettinger and brevzin)flatten,iter_except,repeatfunc,prepend,transpose,and
sum_of_squareshave been changed. Code that uses these functions will need to be updated if ituses keywords for positional arguments. (thanks to rhettinger)
New functions
concurrent_tee: similar totee, but with guaranteed threadingsemantics (thanks to rhettinger)
random_derangement: returns a random derangement of elements from aniterable (thanks to rhettinger)
running_mean: yields the mean of values in an iterable, or in a slidingwindow (thanks to rhettinger)
running_statistics: provides statistics for the values in an iterable, orin a sliding window (thanks to rhettinger)
serialize: wraps a non-concurrent iterator with a lock to enforcesequential access (thanks to rhettinger)
synchronized: wraps an iterator-returning callable to make its iteratorsthread-safe (thanks to rhettinger)
sized_iterator: wraps an iterable with a known length and implements__len__(thanks to assaf127)Changes to existing functions
always_iterablewere improved (thanks to rhettinger and maltevesper)callback_iterwas fixedexactly_n's handling of negative arguments was fixed (thanks to rhettinger)extract`` now accepts amonotonic` argument for improved performance (thanks to rhettinger)numeric_range's handling of negative steps was fixed (thanks to bysiber)grouperimplementation was updated to match theitertoolsdocs (thanks to rhettinger)nth_product,product_index,gray_product,partial_product,nth_product,product_index, andrandom_productnow accept arepeatkeyword argument (thanks to rhettinger)powerset_of_setscan now constructfrozensetinstances (thanks to rhettinger)staggerwere improved (thanks to nathanjmcdougall)partitionwas improved (thanks to rhettinger and yueyinqiu)count_cycle,difference,random_product, was improvednth_combination,nth_combination_with_replacement,nth_permuwas improvedtation,nth_product,product_index,random_permutation,substrings, andvalue_chainwasimproved (thanks to rhettinger)
ichunkedwas improved (thanks to pochmann3 and rhettinger)Other changes
v10.8.0: Version 10.8.0Compare Source
What's Changed
derangementsby itself by bbayles in #985interleave_longestby pochmann3 in #1027mark_endsby pochmann3 in #1035unzip: replace custom itemgetter by pochmann3 in #1059interleave_randomlyby ktbarrett in #1048Full Changelog: more-itertools/more-itertools@v10.7.0...v10.8.0
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: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.