Skip to content

Update dependency more-itertools to v10 #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
more-itertools ==8.14.0 -> ==10.5.0 age adoption passing confidence

Release Notes

more-itertools/more-itertools (more-itertools)

v10.5.0

Compare Source

What's Changed

Full Changelog: more-itertools/more-itertools@v10.4.0...v10.5.0

v10.4.0: Version 10.4.0

Compare Source

What's Changed
New Contributors

Full Changelog: more-itertools/more-itertools@v10.3.0...v10.4.0

v10.3.0: Version 10.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: more-itertools/more-itertools@v10.2.0...v10.3.0

v10.2.0: Version 10.2.0

Compare 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, and unique_justseen were updated to match the itertools docs
    • first 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, and combination_with_replacement_index were optimized (thanks to rhettinger)
    • batched now accepts a strict argument (adapted from itertools docs)
    • time_limited was improved for Windows (thanks to haukex)
  • Other changes

    • Several typing updates were made (thanks to obaltian and ilai-deutel)
    • Some documentation issues were fixed (thanks to F-park, DimitriPapadopoulos, peterbygrave, shuuji3, eltoder, and homeworkprod)

v10.1.0: Version 10.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: more-itertools/more-itertools@v10.0.1...v10.1.0

v10.0.0: Version 10.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: more-itertools/more-itertools@v9.1.1...v10.0.0

v9.1.0: Version 9.1.0

Compare Source

See PR #​678 for details.

v9.0.0: Version 9.0.0

Compare Source

See PR #​647 for details


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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/more-itertools-10.x branch from 093ecac to c34c7bf Compare November 25, 2024 10:38
@renovate renovate bot force-pushed the renovate/more-itertools-10.x branch from c34c7bf to 5b80ae5 Compare November 25, 2024 13:32
@diemol diemol merged commit baeeb67 into main Nov 25, 2024
0 of 16 checks passed
@diemol diemol deleted the renovate/more-itertools-10.x branch November 25, 2024 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant