Path to this page:
Subject: CVS commit: pkgsrc/devel/py-more-itertools
From: Adam Ciarcinski
Date: 2025-01-15 13:30:28
Message id: 20250115123028.AD15FFC7D@cvs.NetBSD.org
Log Message:
py-more-itertools: updated to 10.6.0
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)
Files: