Path to this page:
Subject: CVS commit: pkgsrc/devel/py-more-itertools
From: Adam Ciarcinski
Date: 2024-01-10 21:29:14
Message id: 20240110202914.759B2FA42@cvs.NetBSD.org
Log Message:
py-more-itertools: updated to 10.2.0
10.2.0
------
* New functions
* :func:`iter_suppress`
* :func:`filter_map`
* :func:`classify_unique`
* :func:`totient` (from the itertools docs)
* :func:`reshape` (from the itertools docs)
* Changes to existing functions
* :func:`factor`, :func:`iter_index`, :func:`sieve`, and \
:func:`unique_justseen` were updated to match the itertools docs
* :func:`first` was was optimized
* :func:`takewhile_inclusive` was was refactored
* :func:`combination_with_replacement_index` was was optimized
* :func:`nth_permutation`, :func:`nth_combination_with_replacement`, \
:func:`combination_index`, and :func:`combination_with_replacement_index` were \
optimized
* :func:`batched` now accepts a `strict` argument (adapted from itertools docs)
* :func:`time_limited` was improved for Windows
* Other changes
* Several typing updates were made
* Some documentation issues were fixed
Files: