chore(deps): update dependency more-itertools to v10.2.0 #15
No reviewers
Labels
No labels
renovate-bot
renovate-security
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ForgeFlux/ftest-common-py#15
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/more-itertools-10.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==10.1.0
->==10.2.0
Release Notes
more-itertools/more-itertools (more-itertools)
v10.2.0
: Version 10.2.0Compare Source
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_justseen
were updated to match the itertools docsfirst
was was optimized (thanks to pochmann)takewhile_inclusive
was was refactored (thanks to eltoder)combination_with_replacement_index
was was optimized (thanks to elliotwutingfeng and rhettinger)nth_permutation
,nth_combination_with_replacement
,combination_index
, andcombination_with_replacement_index
were optimized (thanks to rhettinger)batched
now accepts astrict
argument (adapted from itertools docs)time_limited
was improved for Windows (thanks to haukex)Other changes
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.
This PR has been generated by Renovate Bot.