Closed renovate-bot closed 5 months ago
/gcbrun
/gcbrun
/gcbrun
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
/gcbrun
This PR contains the following updates:
==0.1.47
->==0.2.9
==10.2.0
->==10.3.0
==0.23.6
->==0.23.7
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.0pytest-dev/pytest-asyncio (test/pytest-asyncio)
### [`v0.23.7`](https://togithub.com/pytest-dev/pytest-asyncio/releases/tag/v0.23.7): pytest-asyncio 0.23.7 [Compare Source](https://togithub.com/pytest-dev/pytest-asyncio/compare/v0.23.6...v0.23.7) ##### 0.23.7 (2024-05-19) - Silence deprecation warnings about unclosed event loops that occurred with certain CPython patch releases [#817](https://togithub.com/pytest-dev/pytest-asyncio/pull/817) ##### Known issues As of v0.23, pytest-asyncio attaches an asyncio event loop to each item of the test suite (i.e. session, packages, modules, classes, functions) and allows tests to be run in those loops when marked accordingly. Pytest-asyncio currently assumes that async fixture scope is correlated with the new event loop scope. This prevents fixtures from being evaluated independently from the event loop scope and breaks some existing test suites (see [#706](https://togithub.com/pytest-dev/pytest-asyncio/issues/706)). For example, a test suite may require all fixtures and tests to run in the same event loop, but have async fixtures that are set up and torn down for each module. If you're affected by this issue, please continue using the v0.21 release, until it is resolved.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: Never, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.