generated from Hochfrequenz/python_template_repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit d495248
authored
Bump more-itertools from 10.2.0 to 10.5.0 (#11)
Bumps [more-itertools](https://github.com/more-itertools/more-itertools)
from 10.2.0 to 10.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/more-itertools/more-itertools/releases">more-itertools's
releases</a>.</em></p>
<blockquote>
<h2>v10.5.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Optimize all_equal recipe by <a
href="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/bbayles"><code>@bbayles</code></a> in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/899">more-itertools/more-itertools#899</a></li>
<li>Reduce groupby.<strong>next</strong> calls in all_equal by <a
href="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/bbayles"><code>@bbayles</code></a> in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/903">more-itertools/more-itertools#903</a></li>
<li>Fix types.UnionType by <a
href="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/bbayles"><code>@bbayles</code></a> in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/905">more-itertools/more-itertools#905</a></li>
<li>Version 10.5.0 by <a
href="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/bbayles"><code>@bbayles</code></a> in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/906">more-itertools/more-itertools#906</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/more-itertools/more-itertools/compare/v10.4.0...v10.5.0">https://github.com/more-itertools/more-itertools/compare/v10.4.0...v10.5.0</a></p>
<h2>Version 10.4.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Issue 854: sample improvements by <a
href="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/bbayles"><code>@bbayles</code></a> in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/855">more-itertools/more-itertools#855</a></li>
<li>Issue 858: Use chain and starmap in run_length.decode by <a
href="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/bbayles"><code>@bbayles</code></a> in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/861">more-itertools/more-itertools#861</a></li>
<li>Issue 859: Update totient recipe by <a
href="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/bbayles"><code>@bbayles</code></a> in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/860">more-itertools/more-itertools#860</a></li>
<li>Distinct permutations of incomparable items by <a
href="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/JamesParrott"><code>@JamesParrott</code></a>
in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/834">more-itertools/more-itertools#834</a></li>
<li>Clarify seekable.relative_seek behavior by <a
href="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/bbayles"><code>@bbayles</code></a> in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/863">more-itertools/more-itertools#863</a></li>
<li>Issue 864: Improve _sample_unweighted by <a
href="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/bbayles"><code>@bbayles</code></a> in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/865">more-itertools/more-itertools#865</a></li>
<li>Use log1p for _sample_unweighted by <a
href="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/bbayles"><code>@bbayles</code></a> in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/868">more-itertools/more-itertools#868</a></li>
<li>Issue 862: change relative_seek() behaviour by <a
href="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/dkrikun"><code>@dkrikun</code></a> in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/866">more-itertools/more-itertools#866</a></li>
<li>Issue 876: is_sorted clarifications by <a
href="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/bbayles"><code>@bbayles</code></a> in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/877">more-itertools/more-itertools#877</a></li>
<li>Issue 870: counts parameter for sample by <a
href="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/bbayles"><code>@bbayles</code></a> in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/875">more-itertools/more-itertools#875</a></li>
<li>Issue 869: Add a steps argument to circular_shifts by <a
href="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/bbayles"><code>@bbayles</code></a> in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/874">more-itertools/more-itertools#874</a></li>
<li>Issue 871: Add a fast path for sliding_window by <a
href="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/bbayles"><code>@bbayles</code></a> in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/873">more-itertools/more-itertools#873</a></li>
<li>type annotation of <code>windowed_complete</code> corrected by <a
href="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/m472"><code>@m472</code></a> in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/881">more-itertools/more-itertools#881</a></li>
<li>[Docs] Fix strictly_n missing the n parameter by <a
href="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/fakuivan"><code>@fakuivan</code></a> in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/886">more-itertools/more-itertools#886</a></li>
<li>Standardize type hints for isinstance's second argument by <a
href="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/jbosboom"><code>@jbosboom</code></a> in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/887">more-itertools/more-itertools#887</a></li>
<li>Issue 883: change type hint by <a
href="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/akisatoon1"><code>@akisatoon1</code></a> in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/884">more-itertools/more-itertools#884</a></li>
<li>Add type overloads for <code>zip_broadcast</code> by <a
href="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/Pandede"><code>@Pandede</code></a> in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/888">more-itertools/more-itertools#888</a></li>
<li>Issue 889: Optimize triplewise by <a
href="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/bbayles"><code>@bbayles</code></a> in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/891">more-itertools/more-itertools#891</a></li>
<li>Add option <code>strict</code> to <code>sort_together</code> by <a
href="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/Pandede"><code>@Pandede</code></a> in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/892">more-itertools/more-itertools#892</a></li>
<li>Updates for version 10.4.0 by <a
href="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/bbayles"><code>@bbayles</code></a> in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/893">more-itertools/more-itertools#893</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="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/JamesParrott"><code>@JamesParrott</code></a>
made their first contribution in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/834">more-itertools/more-itertools#834</a></li>
<li><a href="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/dkrikun"><code>@dkrikun</code></a> made
their first contribution in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/866">more-itertools/more-itertools#866</a></li>
<li><a href="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/m472"><code>@m472</code></a> made their
first contribution in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/881">more-itertools/more-itertools#881</a></li>
<li><a href="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/fakuivan"><code>@fakuivan</code></a>
made their first contribution in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/886">more-itertools/more-itertools#886</a></li>
<li><a href="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/jbosboom"><code>@jbosboom</code></a>
made their first contribution in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/887">more-itertools/more-itertools#887</a></li>
<li><a
href="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/akisatoon1"><code>@akisatoon1</code></a> made
their first contribution in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/884">more-itertools/more-itertools#884</a></li>
<li><a href="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/Pandede"><code>@Pandede</code></a> made
their first contribution in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/888">more-itertools/more-itertools#888</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/more-itertools/more-itertools/compare/v10.3.0...v10.4.0">https://github.com/more-itertools/more-itertools/compare/v10.3.0...v10.4.0</a></p>
<h2>Version 10.3.0</h2>
<h2>What's Changed</h2>
<ul>
<li>100% Code Coverage by <a
href="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/haukex"><code>@haukex</code></a> in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/792">more-itertools/more-itertools#792</a></li>
<li>Remove recursion from <code>collapse</code> by <a
href="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/james-wasson"><code>@james-wasson</code></a>
in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/796">more-itertools/more-itertools#796</a></li>
<li>Closes <a
href="https://redirect.github.com/more-itertools/more-itertools/issues/780">#780</a>:
add pre/postpend examples in value_chain doc by <a
href="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/bjrtx"><code>@bjrtx</code></a> in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/802">more-itertools/more-itertools#802</a></li>
<li>Increase performance of <code>padded</code> by <a
href="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/james-wasson"><code>@james-wasson</code></a>
in <a
href="https://redirect.github.com/more-itertools/more-itertools/pull/805">more-itertools/more-itertools#805</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/more-itertools/more-itertools/commit/4998a257373f36e91edef7324572ed8df10f39d1"><code>4998a25</code></a>
Merge pull request <a
href="https://redirect.github.com/more-itertools/more-itertools/issues/906">#906</a>
from more-itertools/version-10.5.0</li>
<li><a
href="https://github.com/more-itertools/more-itertools/commit/b585bb56e038ede24d0ba9aac378a8880f8e4da5"><code>b585bb5</code></a>
Version notes for 10.5.0</li>
<li><a
href="https://github.com/more-itertools/more-itertools/commit/2f9036c04aa4731f8e9cef0a0cccd91dbff78829"><code>2f9036c</code></a>
Bump version: 10.4.0 → 10.5.0</li>
<li><a
href="https://github.com/more-itertools/more-itertools/commit/7384f9ecd2a6d477e39f5daf2399b97b9301f79a"><code>7384f9e</code></a>
Merge pull request <a
href="https://redirect.github.com/more-itertools/more-itertools/issues/905">#905</a>
from more-itertools/issue-887</li>
<li><a
href="https://github.com/more-itertools/more-itertools/commit/c381a4215d5cfd2cbd1f6b05f4acf2f9ebbad9cb"><code>c381a42</code></a>
Fix types.UnionType for 3.10+</li>
<li><a
href="https://github.com/more-itertools/more-itertools/commit/35f8e41dc6cad3310d8fbe9a618c121a2b8d379c"><code>35f8e41</code></a>
Merge pull request <a
href="https://redirect.github.com/more-itertools/more-itertools/issues/903">#903</a>
from more-itertools/issue-902</li>
<li><a
href="https://github.com/more-itertools/more-itertools/commit/ebe42b056eccc424ee1682c25eeabda74cbc46c0"><code>ebe42b0</code></a>
Reduce groupby.<strong>next</strong> calls in all_equal</li>
<li><a
href="https://github.com/more-itertools/more-itertools/commit/4f4217c164eb99df5c09a3882b8c7222d7c74d6c"><code>4f4217c</code></a>
Fix issue 897</li>
<li><a
href="https://github.com/more-itertools/more-itertools/commit/390a3db74c62c206fdb2edcf49373fea25d50adc"><code>390a3db</code></a>
Merge pull request <a
href="https://redirect.github.com/more-itertools/more-itertools/issues/899">#899</a>
from more-itertools/issue-896-all-equal</li>
<li><a
href="https://github.com/more-itertools/more-itertools/commit/fa05e903f93e8a2b46fab3d002d7c79f55a93dfe"><code>fa05e90</code></a>
Use loops</li>
<li>Additional commits viewable in <a
href="https://github.com/more-itertools/more-itertools/compare/v10.2.0...v10.5.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent b28ce56 commit d495248Copy full SHA for d495248
File tree
Expand file treeCollapse file tree
2 files changed
+8
-10
lines changedFilter options
- dev_requirements
Expand file treeCollapse file tree
2 files changed
+8
-10
lines changedCollapse file: dev_requirements/requirements-packaging.txt
dev_requirements/requirements-packaging.txt
Copy file name to clipboardExpand all lines: dev_requirements/requirements-packaging.txt+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
| 66 | + | |
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
|
Collapse file: dev_requirements/requirements-tests.txt
dev_requirements/requirements-tests.txt
Copy file name to clipboardExpand all lines: dev_requirements/requirements-tests.txt+5-7Lines changed: 5 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
15 | 13 |
| |
16 | 14 |
| |
17 | 15 |
| |
| |||
24 | 22 |
| |
25 | 23 |
| |
26 | 24 |
| |
27 |
| - | |
28 |
| - | |
| 25 | + | |
| 26 | + | |
29 | 27 |
| |
30 | 28 |
| |
31 | 29 |
| |
32 | 30 |
| |
33 | 31 |
| |
34 | 32 |
| |
35 |
| - | |
| 33 | + | |
36 | 34 |
| |
37 | 35 |
| |
38 |
| - | |
| 36 | + | |
39 | 37 |
| |
40 |
| - | |
| 38 | + | |
41 | 39 |
| |
42 | 40 |
| |
43 | 41 |
| |
|
0 commit comments