Skip to content
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

Update more-itertools to 10.6.0 #843

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Collaborator

This PR updates more-itertools from 10.5.0 to 10.6.0.

Changelog

10.6.0

------

* New functions:
 * :func:`is_prime` and :func:`nth_prime` were added (thanks to JamesParrott and rhettinger)
 * :func:`loops` was added (thanks to rhettinger)

* Changes to existing functions:
 * :func:`factor` was optimized to handle larger inputs and use less memory (thanks to rhettinger)
 * :func:`spy` was optimized to enable nested calls (thanks to rhettinger)
 * :func:`polynomial_from_roots` was made non-recursive and able to handle larger numbers of roots (thanks to pochmann3 and rhettinger)
 * :func:`is_sorted` now only relies on less than comparisons (thanks to rhettinger)
 * The docstring for :func:`outer_product` was improved (thanks to rhettinger)
 * The type annotations for :func:`sample` were improved (thanks to rhettinger)
 
* Other changes:
 * Python 3.13 is officially supported. Python 3.8 is no longer officially supported. (thanks to hugovk, JamesParrott, and stankudrow)
 * `mypy` checks were fixed (thanks to JamesParrott)
Links

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