Closed renovate[bot] closed 2 weeks ago
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Python dependency is essentially pinned due to Python 3.6 support.
Because you closed this PR without merging, Renovate will ignore this update (<10.6
). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps
array of your Renovate config.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
<10.4
-><10.6
Release Notes
more-itertools/more-itertools (more_itertools)
### [`v10.5.0`](https://redirect.github.com/more-itertools/more-itertools/releases/tag/v10.5.0) [Compare Source](https://redirect.github.com/more-itertools/more-itertools/compare/v10.4.0...v10.5.0) ##### What's Changed - Optimize all_equal recipe by [@bbayles](https://redirect.github.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/899](https://redirect.github.com/more-itertools/more-itertools/pull/899) - Reduce groupby.**next** calls in all_equal by [@bbayles](https://redirect.github.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/903](https://redirect.github.com/more-itertools/more-itertools/pull/903) - Fix types.UnionType by [@bbayles](https://redirect.github.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/905](https://redirect.github.com/more-itertools/more-itertools/pull/905) - Version 10.5.0 by [@bbayles](https://redirect.github.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/906](https://redirect.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`](https://redirect.github.com/more-itertools/more-itertools/releases/tag/v10.4.0): Version 10.4.0 [Compare Source](https://redirect.github.com/more-itertools/more-itertools/compare/v10.3.0...v10.4.0) ##### What's Changed - Issue 854: sample improvements by [@bbayles](https://redirect.github.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/855](https://redirect.github.com/more-itertools/more-itertools/pull/855) - Issue 858: Use chain and starmap in run_length.decode by [@bbayles](https://redirect.github.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/861](https://redirect.github.com/more-itertools/more-itertools/pull/861) - Issue 859: Update totient recipe by [@bbayles](https://redirect.github.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/860](https://redirect.github.com/more-itertools/more-itertools/pull/860) - Distinct permutations of incomparable items by [@JamesParrott](https://redirect.github.com/JamesParrott) in [https://github.com/more-itertools/more-itertools/pull/834](https://redirect.github.com/more-itertools/more-itertools/pull/834) - Clarify seekable.relative_seek behavior by [@bbayles](https://redirect.github.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/863](https://redirect.github.com/more-itertools/more-itertools/pull/863) - Issue 864: Improve \_sample_unweighted by [@bbayles](https://redirect.github.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/865](https://redirect.github.com/more-itertools/more-itertools/pull/865) - Use log1p for \_sample_unweighted by [@bbayles](https://redirect.github.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/868](https://redirect.github.com/more-itertools/more-itertools/pull/868) - Issue 862: change relative_seek() behaviour by [@dkrikun](https://redirect.github.com/dkrikun) in [https://github.com/more-itertools/more-itertools/pull/866](https://redirect.github.com/more-itertools/more-itertools/pull/866) - Issue 876: is_sorted clarifications by [@bbayles](https://redirect.github.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/877](https://redirect.github.com/more-itertools/more-itertools/pull/877) - Issue 870: counts parameter for sample by [@bbayles](https://redirect.github.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/875](https://redirect.github.com/more-itertools/more-itertools/pull/875) - Issue 869: Add a steps argument to circular_shifts by [@bbayles](https://redirect.github.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/874](https://redirect.github.com/more-itertools/more-itertools/pull/874) - Issue 871: Add a fast path for sliding_window by [@bbayles](https://redirect.github.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/873](https://redirect.github.com/more-itertools/more-itertools/pull/873) - type annotation of `windowed_complete` corrected by [@m472](https://redirect.github.com/m472) in [https://github.com/more-itertools/more-itertools/pull/881](https://redirect.github.com/more-itertools/more-itertools/pull/881) - \[Docs] Fix strictly_n missing the n parameter by [@fakuivan](https://redirect.github.com/fakuivan) in [https://github.com/more-itertools/more-itertools/pull/886](https://redirect.github.com/more-itertools/more-itertools/pull/886) - Standardize type hints for isinstance's second argument by [@jbosboom](https://redirect.github.com/jbosboom) in [https://github.com/more-itertools/more-itertools/pull/887](https://redirect.github.com/more-itertools/more-itertools/pull/887) - Issue 883: change type hint by [@akisatoon1](https://redirect.github.com/akisatoon1) in [https://github.com/more-itertools/more-itertools/pull/884](https://redirect.github.com/more-itertools/more-itertools/pull/884) - Add type overloads for `zip_broadcast` by [@Pandede](https://redirect.github.com/Pandede) in [https://github.com/more-itertools/more-itertools/pull/888](https://redirect.github.com/more-itertools/more-itertools/pull/888) - Issue 889: Optimize triplewise by [@bbayles](https://redirect.github.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/891](https://redirect.github.com/more-itertools/more-itertools/pull/891) - Add option `strict` to `sort_together` by [@Pandede](https://redirect.github.com/Pandede) in [https://github.com/more-itertools/more-itertools/pull/892](https://redirect.github.com/more-itertools/more-itertools/pull/892) - Updates for version 10.4.0 by [@bbayles](https://redirect.github.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/893](https://redirect.github.com/more-itertools/more-itertools/pull/893) ##### New Contributors - [@JamesParrott](https://redirect.github.com/JamesParrott) made their first contribution in [https://github.com/more-itertools/more-itertools/pull/834](https://redirect.github.com/more-itertools/more-itertools/pull/834) - [@dkrikun](https://redirect.github.com/dkrikun) made their first contribution in [https://github.com/more-itertools/more-itertools/pull/866](https://redirect.github.com/more-itertools/more-itertools/pull/866) - [@m472](https://redirect.github.com/m472) made their first contribution in [https://github.com/more-itertools/more-itertools/pull/881](https://redirect.github.com/more-itertools/more-itertools/pull/881) - [@fakuivan](https://redirect.github.com/fakuivan) made their first contribution in [https://github.com/more-itertools/more-itertools/pull/886](https://redirect.github.com/more-itertools/more-itertools/pull/886) - [@jbosboom](https://redirect.github.com/jbosboom) made their first contribution in [https://github.com/more-itertools/more-itertools/pull/887](https://redirect.github.com/more-itertools/more-itertools/pull/887) - [@akisatoon1](https://redirect.github.com/akisatoon1) made their first contribution in [https://github.com/more-itertools/more-itertools/pull/884](https://redirect.github.com/more-itertools/more-itertools/pull/884) - [@Pandede](https://redirect.github.com/Pandede) made their first contribution in [https://github.com/more-itertools/more-itertools/pull/888](https://redirect.github.com/more-itertools/more-itertools/pull/888) **Full Changelog**: https://github.com/more-itertools/more-itertools/compare/v10.3.0...v10.4.0Configuration
📅 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.