more-itertools/more-itertools (more_itertools)
### [`v10.3.0`](https://togithub.com/more-itertools/more-itertools/releases/tag/v10.3.0): Version 10.3.0
[Compare Source](https://togithub.com/more-itertools/more-itertools/compare/v10.2.0...v10.3.0)
#### What's Changed
- 100% Code Coverage by [@haukex](https://togithub.com/haukex) in [https://github.com/more-itertools/more-itertools/pull/792](https://togithub.com/more-itertools/more-itertools/pull/792)
- Remove recursion from `collapse` by [@james-wasson](https://togithub.com/james-wasson) in [https://github.com/more-itertools/more-itertools/pull/796](https://togithub.com/more-itertools/more-itertools/pull/796)
- Closes [#780](https://togithub.com/more-itertools/more-itertools/issues/780): add pre/postpend examples in value_chain doc by [@bjrtx](https://togithub.com/bjrtx) in [https://github.com/more-itertools/more-itertools/pull/802](https://togithub.com/more-itertools/more-itertools/pull/802)
- Increase performance of `padded` by [@james-wasson](https://togithub.com/james-wasson) in [https://github.com/more-itertools/more-itertools/pull/805](https://togithub.com/more-itertools/more-itertools/pull/805)
- Update table of contents by [@bjrtx](https://togithub.com/bjrtx) in [https://github.com/more-itertools/more-itertools/pull/808](https://togithub.com/more-itertools/more-itertools/pull/808)
- Add exactly size of n doc to padded by [@james-wasson](https://togithub.com/james-wasson) in [https://github.com/more-itertools/more-itertools/pull/807](https://togithub.com/more-itertools/more-itertools/pull/807)
- Speed up `ichunked` by [@james-wasson](https://togithub.com/james-wasson) in [https://github.com/more-itertools/more-itertools/pull/793](https://togithub.com/more-itertools/more-itertools/pull/793)
- Optimize `chunked_even` itertool by [@james-wasson](https://togithub.com/james-wasson) in [https://github.com/more-itertools/more-itertools/pull/816](https://togithub.com/more-itertools/more-itertools/pull/816)
- Optimize windowed itertool by [@james-wasson](https://togithub.com/james-wasson) in [https://github.com/more-itertools/more-itertools/pull/810](https://togithub.com/more-itertools/more-itertools/pull/810)
- Issue 822: update iter_index docs by [@bbayles](https://togithub.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/827](https://togithub.com/more-itertools/more-itertools/pull/827)
- Issue 823: improve totient by [@bbayles](https://togithub.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/826](https://togithub.com/more-itertools/more-itertools/pull/826)
- Issue 821: key argument for all_equal by [@bbayles](https://togithub.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/825](https://togithub.com/more-itertools/more-itertools/pull/825)
- Update roundrobin implementation by [@bbayles](https://togithub.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/829](https://togithub.com/more-itertools/more-itertools/pull/829)
- Issue 820: add powerset_of_sets by [@bbayles](https://togithub.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/828](https://togithub.com/more-itertools/more-itertools/pull/828)
- Fix a typo found by codespell by [@DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos) in [https://github.com/more-itertools/more-itertools/pull/830](https://togithub.com/more-itertools/more-itertools/pull/830)
- Add typing for countable.items_seen attribute. by [@aidanholm](https://togithub.com/aidanholm) in [https://github.com/more-itertools/more-itertools/pull/836](https://togithub.com/more-itertools/more-itertools/pull/836)
- Add join_mappings by [@bbayles](https://togithub.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/841](https://togithub.com/more-itertools/more-itertools/pull/841)
- Add doublestarmap (closes [#679](https://togithub.com/more-itertools/more-itertools/issues/679)) by [@monk-time](https://togithub.com/monk-time) in [https://github.com/more-itertools/more-itertools/pull/845](https://togithub.com/more-itertools/more-itertools/pull/845)
- Add dft and idft by [@bbayles](https://togithub.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/847](https://togithub.com/more-itertools/more-itertools/pull/847)
- Changes for version 10.3.0 by [@bbayles](https://togithub.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/851](https://togithub.com/more-itertools/more-itertools/pull/851)
- Add unique() by [@bbayles](https://togithub.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/850](https://togithub.com/more-itertools/more-itertools/pull/850)
#### New Contributors
- [@james-wasson](https://togithub.com/james-wasson) made their first contribution in [https://github.com/more-itertools/more-itertools/pull/796](https://togithub.com/more-itertools/more-itertools/pull/796)
- [@bjrtx](https://togithub.com/bjrtx) made their first contribution in [https://github.com/more-itertools/more-itertools/pull/802](https://togithub.com/more-itertools/more-itertools/pull/802)
- [@aidanholm](https://togithub.com/aidanholm) made their first contribution in [https://github.com/more-itertools/more-itertools/pull/836](https://togithub.com/more-itertools/more-itertools/pull/836)
- [@monk-time](https://togithub.com/monk-time) made their first contribution in [https://github.com/more-itertools/more-itertools/pull/845](https://togithub.com/more-itertools/more-itertools/pull/845)
**Full Changelog**: https://github.com/more-itertools/more-itertools/compare/v10.2.0...v10.3.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 has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
<10.3
-><10.4
Release Notes
more-itertools/more-itertools (more_itertools)
### [`v10.3.0`](https://togithub.com/more-itertools/more-itertools/releases/tag/v10.3.0): Version 10.3.0 [Compare Source](https://togithub.com/more-itertools/more-itertools/compare/v10.2.0...v10.3.0) #### What's Changed - 100% Code Coverage by [@haukex](https://togithub.com/haukex) in [https://github.com/more-itertools/more-itertools/pull/792](https://togithub.com/more-itertools/more-itertools/pull/792) - Remove recursion from `collapse` by [@james-wasson](https://togithub.com/james-wasson) in [https://github.com/more-itertools/more-itertools/pull/796](https://togithub.com/more-itertools/more-itertools/pull/796) - Closes [#780](https://togithub.com/more-itertools/more-itertools/issues/780): add pre/postpend examples in value_chain doc by [@bjrtx](https://togithub.com/bjrtx) in [https://github.com/more-itertools/more-itertools/pull/802](https://togithub.com/more-itertools/more-itertools/pull/802) - Increase performance of `padded` by [@james-wasson](https://togithub.com/james-wasson) in [https://github.com/more-itertools/more-itertools/pull/805](https://togithub.com/more-itertools/more-itertools/pull/805) - Update table of contents by [@bjrtx](https://togithub.com/bjrtx) in [https://github.com/more-itertools/more-itertools/pull/808](https://togithub.com/more-itertools/more-itertools/pull/808) - Add exactly size of n doc to padded by [@james-wasson](https://togithub.com/james-wasson) in [https://github.com/more-itertools/more-itertools/pull/807](https://togithub.com/more-itertools/more-itertools/pull/807) - Speed up `ichunked` by [@james-wasson](https://togithub.com/james-wasson) in [https://github.com/more-itertools/more-itertools/pull/793](https://togithub.com/more-itertools/more-itertools/pull/793) - Optimize `chunked_even` itertool by [@james-wasson](https://togithub.com/james-wasson) in [https://github.com/more-itertools/more-itertools/pull/816](https://togithub.com/more-itertools/more-itertools/pull/816) - Optimize windowed itertool by [@james-wasson](https://togithub.com/james-wasson) in [https://github.com/more-itertools/more-itertools/pull/810](https://togithub.com/more-itertools/more-itertools/pull/810) - Issue 822: update iter_index docs by [@bbayles](https://togithub.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/827](https://togithub.com/more-itertools/more-itertools/pull/827) - Issue 823: improve totient by [@bbayles](https://togithub.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/826](https://togithub.com/more-itertools/more-itertools/pull/826) - Issue 821: key argument for all_equal by [@bbayles](https://togithub.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/825](https://togithub.com/more-itertools/more-itertools/pull/825) - Update roundrobin implementation by [@bbayles](https://togithub.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/829](https://togithub.com/more-itertools/more-itertools/pull/829) - Issue 820: add powerset_of_sets by [@bbayles](https://togithub.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/828](https://togithub.com/more-itertools/more-itertools/pull/828) - Fix a typo found by codespell by [@DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos) in [https://github.com/more-itertools/more-itertools/pull/830](https://togithub.com/more-itertools/more-itertools/pull/830) - Add typing for countable.items_seen attribute. by [@aidanholm](https://togithub.com/aidanholm) in [https://github.com/more-itertools/more-itertools/pull/836](https://togithub.com/more-itertools/more-itertools/pull/836) - Add join_mappings by [@bbayles](https://togithub.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/841](https://togithub.com/more-itertools/more-itertools/pull/841) - Add doublestarmap (closes [#679](https://togithub.com/more-itertools/more-itertools/issues/679)) by [@monk-time](https://togithub.com/monk-time) in [https://github.com/more-itertools/more-itertools/pull/845](https://togithub.com/more-itertools/more-itertools/pull/845) - Add dft and idft by [@bbayles](https://togithub.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/847](https://togithub.com/more-itertools/more-itertools/pull/847) - Changes for version 10.3.0 by [@bbayles](https://togithub.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/851](https://togithub.com/more-itertools/more-itertools/pull/851) - Add unique() by [@bbayles](https://togithub.com/bbayles) in [https://github.com/more-itertools/more-itertools/pull/850](https://togithub.com/more-itertools/more-itertools/pull/850) #### New Contributors - [@james-wasson](https://togithub.com/james-wasson) made their first contribution in [https://github.com/more-itertools/more-itertools/pull/796](https://togithub.com/more-itertools/more-itertools/pull/796) - [@bjrtx](https://togithub.com/bjrtx) made their first contribution in [https://github.com/more-itertools/more-itertools/pull/802](https://togithub.com/more-itertools/more-itertools/pull/802) - [@aidanholm](https://togithub.com/aidanholm) made their first contribution in [https://github.com/more-itertools/more-itertools/pull/836](https://togithub.com/more-itertools/more-itertools/pull/836) - [@monk-time](https://togithub.com/monk-time) made their first contribution in [https://github.com/more-itertools/more-itertools/pull/845](https://togithub.com/more-itertools/more-itertools/pull/845) **Full Changelog**: https://github.com/more-itertools/more-itertools/compare/v10.2.0...v10.3.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 has been generated by Mend Renovate. View repository job log here.