sourcery-analytics
                                
                                
                                
                                    sourcery-analytics copied to clipboard
                            
                            
                            
                        fix(deps): update dependency more-itertools to v10
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | 
|---|---|---|---|---|---|
| more-itertools | 9.1.0 -> 10.5.0 | 
Release Notes
more-itertools/more-itertools (more-itertools)
v10.5.0
What's Changed
- Optimize all_equal recipe by @bbayles in https://github.com/more-itertools/more-itertools/pull/899
 - Reduce groupby.next calls in all_equal by @bbayles in https://github.com/more-itertools/more-itertools/pull/903
 - Fix types.UnionType by @bbayles in https://github.com/more-itertools/more-itertools/pull/905
 - Version 10.5.0 by @bbayles in https://github.com/more-itertools/more-itertools/pull/906
 
Full Changelog: https://github.com/more-itertools/more-itertools/compare/v10.4.0...v10.5.0
v10.4.0: Version 10.4.0
What's Changed
- Issue 854: sample improvements by @bbayles in https://github.com/more-itertools/more-itertools/pull/855
 - Issue 858: Use chain and starmap in run_length.decode by @bbayles in https://github.com/more-itertools/more-itertools/pull/861
 - Issue 859: Update totient recipe by @bbayles in https://github.com/more-itertools/more-itertools/pull/860
 - Distinct permutations of incomparable items by @JamesParrott in https://github.com/more-itertools/more-itertools/pull/834
 - Clarify seekable.relative_seek behavior by @bbayles in https://github.com/more-itertools/more-itertools/pull/863
 - Issue 864: Improve _sample_unweighted by @bbayles in https://github.com/more-itertools/more-itertools/pull/865
 - Use log1p for _sample_unweighted by @bbayles in https://github.com/more-itertools/more-itertools/pull/868
 - Issue 862: change relative_seek() behaviour by @dkrikun in https://github.com/more-itertools/more-itertools/pull/866
 - Issue 876: is_sorted clarifications by @bbayles in https://github.com/more-itertools/more-itertools/pull/877
 - Issue 870: counts parameter for sample by @bbayles in https://github.com/more-itertools/more-itertools/pull/875
 - Issue 869: Add a steps argument to circular_shifts by @bbayles in https://github.com/more-itertools/more-itertools/pull/874
 - Issue 871: Add a fast path for sliding_window by @bbayles in https://github.com/more-itertools/more-itertools/pull/873
 - type annotation of 
windowed_completecorrected by @m472 in https://github.com/more-itertools/more-itertools/pull/881 - [Docs] Fix strictly_n missing the n parameter by @fakuivan in https://github.com/more-itertools/more-itertools/pull/886
 - Standardize type hints for isinstance's second argument by @jbosboom in https://github.com/more-itertools/more-itertools/pull/887
 - Issue 883: change type hint by @akisatoon1 in https://github.com/more-itertools/more-itertools/pull/884
 - Add type overloads for 
zip_broadcastby @Pandede in https://github.com/more-itertools/more-itertools/pull/888 - Issue 889: Optimize triplewise by @bbayles in https://github.com/more-itertools/more-itertools/pull/891
 - Add option 
stricttosort_togetherby @Pandede in https://github.com/more-itertools/more-itertools/pull/892 - Updates for version 10.4.0 by @bbayles in https://github.com/more-itertools/more-itertools/pull/893
 
New Contributors
- @JamesParrott made their first contribution in https://github.com/more-itertools/more-itertools/pull/834
 - @dkrikun made their first contribution in https://github.com/more-itertools/more-itertools/pull/866
 - @m472 made their first contribution in https://github.com/more-itertools/more-itertools/pull/881
 - @fakuivan made their first contribution in https://github.com/more-itertools/more-itertools/pull/886
 - @jbosboom made their first contribution in https://github.com/more-itertools/more-itertools/pull/887
 - @akisatoon1 made their first contribution in https://github.com/more-itertools/more-itertools/pull/884
 - @Pandede made their first contribution in https://github.com/more-itertools/more-itertools/pull/888
 
Full Changelog: https://github.com/more-itertools/more-itertools/compare/v10.3.0...v10.4.0
v10.3.0: Version 10.3.0
What's Changed
- 100% Code Coverage by @haukex in https://github.com/more-itertools/more-itertools/pull/792
 - Remove recursion from 
collapseby @james-wasson in https://github.com/more-itertools/more-itertools/pull/796 - Closes #780: add pre/postpend examples in value_chain doc by @bjrtx in https://github.com/more-itertools/more-itertools/pull/802
 - Increase performance of 
paddedby @james-wasson in https://github.com/more-itertools/more-itertools/pull/805 - Update table of contents by @bjrtx in https://github.com/more-itertools/more-itertools/pull/808
 - Add exactly size of n doc to padded by @james-wasson in https://github.com/more-itertools/more-itertools/pull/807
 - Speed up 
ichunkedby @james-wasson in https://github.com/more-itertools/more-itertools/pull/793 - Optimize 
chunked_evenitertool by @james-wasson in https://github.com/more-itertools/more-itertools/pull/816 - Optimize windowed itertool by @james-wasson in https://github.com/more-itertools/more-itertools/pull/810
 - Issue 822: update iter_index docs by @bbayles in https://github.com/more-itertools/more-itertools/pull/827
 - Issue 823: improve totient by @bbayles in https://github.com/more-itertools/more-itertools/pull/826
 - Issue 821: key argument for all_equal by @bbayles in https://github.com/more-itertools/more-itertools/pull/825
 - Update roundrobin implementation by @bbayles in https://github.com/more-itertools/more-itertools/pull/829
 - Issue 820: add powerset_of_sets by @bbayles in https://github.com/more-itertools/more-itertools/pull/828
 - Fix a typo found by codespell by @DimitriPapadopoulos in https://github.com/more-itertools/more-itertools/pull/830
 - Add typing for countable.items_seen attribute. by @aidanholm in https://github.com/more-itertools/more-itertools/pull/836
 - Add join_mappings by @bbayles in https://github.com/more-itertools/more-itertools/pull/841
 - Add doublestarmap (closes #679) by @monk-time in https://github.com/more-itertools/more-itertools/pull/845
 - Add dft and idft by @bbayles in https://github.com/more-itertools/more-itertools/pull/847
 - Changes for version 10.3.0 by @bbayles in https://github.com/more-itertools/more-itertools/pull/851
 - Add unique() by @bbayles in https://github.com/more-itertools/more-itertools/pull/850
 
New Contributors
- @james-wasson made their first contribution in https://github.com/more-itertools/more-itertools/pull/796
 - @bjrtx made their first contribution in https://github.com/more-itertools/more-itertools/pull/802
 - @aidanholm made their first contribution in https://github.com/more-itertools/more-itertools/pull/836
 - @monk-time made their first contribution in https://github.com/more-itertools/more-itertools/pull/845
 
Full Changelog: https://github.com/more-itertools/more-itertools/compare/v10.2.0...v10.3.0
v10.2.0: Version 10.2.0
- 
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
- Several typing updates were made (thanks to obaltian and ilai-deutel)
 - Some documentation issues were fixed (thanks to F-park, DimitriPapadopoulos, peterbygrave, shuuji3, eltoder, and homeworkprod)
 
 
v10.1.0: Version 10.1.0
What's Changed
- Add more tests for 
zip_broadcast()by @kalekundert in https://github.com/more-itertools/more-itertools/pull/739 - Added takewhile_inclusive by @OlegAlexander in https://github.com/more-itertools/more-itertools/pull/736
 - Speed up 
zip_broadcast()by pre-filling the scalar elements by @kalekundert in https://github.com/more-itertools/more-itertools/pull/740 - Added outer_product. by @OlegAlexander in https://github.com/more-itertools/more-itertools/pull/743
 - Simplify 
zip_broadcastby @pochmann in https://github.com/more-itertools/more-itertools/pull/742 - Simplify 
_zip_equalby @pochmann in https://github.com/more-itertools/more-itertools/pull/744 - fix consume() type annotation by @obaltian in https://github.com/more-itertools/more-itertools/pull/746
 - Version 10.1.0 by @bbayles in https://github.com/more-itertools/more-itertools/pull/747
 
New Contributors
- @OlegAlexander made their first contribution in https://github.com/more-itertools/more-itertools/pull/736
 - @obaltian made their first contribution in https://github.com/more-itertools/more-itertools/pull/746
 
Full Changelog: https://github.com/more-itertools/more-itertools/compare/v10.0.1...v10.1.0
v10.0.0: Version 10.0.0
What's Changed
- Update recipes.iter_index to match CPython PR 102360 by @bbayles in https://github.com/more-itertools/more-itertools/pull/690
 - fixup - add missing commas to the readme function table by @lonnen in https://github.com/more-itertools/more-itertools/pull/692
 - fixup remove 3.6 from tox by @lonnen in https://github.com/more-itertools/more-itertools/pull/693
 - seekable: Add relative_seek by @karlb in https://github.com/more-itertools/more-itertools/pull/694
 - Optimize _chunked_even_finite() by @elliotwutingfeng in https://github.com/more-itertools/more-itertools/pull/699
 - Indexing of combinations with replacement by @Schoyen in https://github.com/more-itertools/more-itertools/pull/689
 - Add notes for transposing empty inputs by @XuehaiPan in https://github.com/more-itertools/more-itertools/pull/700
 - Add the polynomial_eval recipe by @bbayles in https://github.com/more-itertools/more-itertools/pull/703
 - Add nth_combination_with_replacement by @Schoyen in https://github.com/more-itertools/more-itertools/pull/704
 - Add sum_of_squares, sync with itertools by @bbayles in https://github.com/more-itertools/more-itertools/pull/706
 - Issue #707: fix 
iterate()to enablefuncto raise StopIteration + 3 unittests by @jrebiffe in https://github.com/more-itertools/more-itertools/pull/708 - Update polynomial_from roots and convolve by @bbayles in https://github.com/more-itertools/more-itertools/pull/709
 - Issue #677: Improve 
partitionby @pochmann in https://github.com/more-itertools/more-itertools/pull/710 - Issue #713: Fix 
partial_product(also simplify and clean up) by @pochmann in https://github.com/more-itertools/more-itertools/pull/714 - Issue #711: Optimize 
pairwiseby @pochmann in https://github.com/more-itertools/more-itertools/pull/712 - Issue #715: Simplify/optimize 
partial_productby @pochmann in https://github.com/more-itertools/more-itertools/pull/716 - Issue #717: Improve 
duplicates_justseenby @pochmann in https://github.com/more-itertools/more-itertools/pull/718 - Fix unique_in_window to match described behavior by @elliotwutingfeng in https://github.com/more-itertools/more-itertools/pull/720
 - Add polynomial_derivative recipe by @bbayles in https://github.com/more-itertools/more-itertools/pull/723
 - Update recipes with CPython PRs: 105403 and 106371 by @bbayles in https://github.com/more-itertools/more-itertools/pull/731
 - Changes for version 10.0.0 by @bbayles in https://github.com/more-itertools/more-itertools/pull/734
 - Delay computation of numeric_range len until needed by @eltoder in https://github.com/more-itertools/more-itertools/pull/674
 
New Contributors
- @karlb made their first contribution in https://github.com/more-itertools/more-itertools/pull/694
 - @elliotwutingfeng made their first contribution in https://github.com/more-itertools/more-itertools/pull/699
 - @Schoyen made their first contribution in https://github.com/more-itertools/more-itertools/pull/689
 - @XuehaiPan made their first contribution in https://github.com/more-itertools/more-itertools/pull/700
 - @jrebiffe made their first contribution in https://github.com/more-itertools/more-itertools/pull/708
 - @pochmann made their first contribution in https://github.com/more-itertools/more-itertools/pull/710
 - @eltoder made their first contribution in https://github.com/more-itertools/more-itertools/pull/674
 
Full Changelog: https://github.com/more-itertools/more-itertools/compare/v9.1.1...v10.0.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: 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 was generated by Mend Renovate. View the repository job log.