Update dependency more-itertools to v10#49
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
cc494ca to
0fe9153
Compare
0fe9153 to
cf1c4bd
Compare
cf1c4bd to
2543148
Compare
2543148 to
ca6a7a3
Compare
ca6a7a3 to
44ddae5
Compare
44ddae5 to
10a8a07
Compare
10a8a07 to
f62224e
Compare
f62224e to
2f7fec1
Compare
Collaborator
|
Closing. See PR #70 |
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
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:
==8.14.0->==10.8.0Release Notes
more-itertools/more-itertools (more-itertools)
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
v10.7.0: Version 10.7.0Compare Source
See the change log here for details.
v10.6.0: Version 10.6.0Compare Source
New functions:
is_primeandnth_primewere added (thanks to JamesParrott and rhettinger)loopswas added (thanks to rhettinger)Changes to existing functions:
factorwas optimized to handle larger inputs and use less memory (thanks to rhettinger)spywas optimized to enable nested calls (thanks to rhettinger)polynomial_from_rootswas made non-recursive and able to handle larger numbers of roots (thanks to pochmann3 and rhettinger)is_sortednow only relies on less than comparisons (thanks to rhettinger)outer_productwas improved (thanks to rhettinger)samplewere improved (thanks to rhettinger)Other changes:
mypychecks were fixed (thanks to JamesParrott)v10.5.0Compare Source
What's Changed
Full Changelog: more-itertools/more-itertools@v10.4.0...v10.5.0
v10.4.0: Version 10.4.0Compare Source
What's Changed
windowed_completecorrected by @m472 in #881zip_broadcastby @Pandede in #888stricttosort_togetherby @Pandede in #892New Contributors
Full Changelog: more-itertools/more-itertools@v10.3.0...v10.4.0
v10.3.0: Version 10.3.0Compare Source
What's Changed
collapseby @james-wasson in #796paddedby @james-wasson in #805ichunkedby @james-wasson in #793chunked_evenitertool by @james-wasson in #816New Contributors
Full Changelog: more-itertools/more-itertools@v10.2.0...v10.3.0
v10.2.0: Version 10.2.0Compare Source
New functions
iter_suppress(thanks to jaraco, pochmann, and rhettinger)filter_map(thanks to struktured)classify_unique(thanks to haukex)totient(from the itertools docs)reshape(from the itertools docs)Changes to existing functions
factor,iter_index,sieve, andunique_justseenwere updated to match the itertools docsfirstwas was optimized (thanks to pochmann)takewhile_inclusivewas was refactored (thanks to eltoder)combination_with_replacement_indexwas was optimized (thanks to elliotwutingfeng and rhettinger)nth_permutation,nth_combination_with_replacement,combination_index, andcombination_with_replacement_indexwere optimized (thanks to rhettinger)batchednow accepts astrictargument (adapted from itertools docs)time_limitedwas improved for Windows (thanks to haukex)Other changes
v10.1.0: Version 10.1.0Compare Source
What's Changed
zip_broadcast()by @kalekundert in #739zip_broadcast()by pre-filling the scalar elements by @kalekundert in #740zip_broadcastby @pochmann in #742_zip_equalby @pochmann in #744New Contributors
Full Changelog: more-itertools/more-itertools@v10.0.1...v10.1.0
v10.0.0: Version 10.0.0Compare Source
What's Changed
iterate()to enablefuncto raise StopIteration + 3 unittests by @jrebiffe in #708partitionby @pochmann in #710partial_product(also simplify and clean up) by @pochmann in #714pairwiseby @pochmann in #712partial_productby @pochmann in #716duplicates_justseenby @pochmann in #718New Contributors
Full Changelog: more-itertools/more-itertools@v9.1.1...v10.0.0
v9.1.0: Version 9.1.0Compare Source
See PR #678 for details.
v9.0.0: Version 9.0.0Compare Source
See PR #647 for details
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.
This PR was generated by Mend Renovate. View the repository job log.