python-more-itertools
No description set
- Developed at devel:languages:python
-
11
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-more-itertools && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
more-itertools-8.7.0.tar.gz | 0000092857 90.7 KB | |
python-more-itertools.changes | 0000014531 14.2 KB | |
python-more-itertools.spec | 0000001860 1.82 KB |
Revision 14 (latest revision is 27)
Dominique Leuenberger (dimstar_suse)
accepted
request 876826
from
Dirk Mueller (dirkmueller)
(revision 14)
- update to 8.7.0: * New functions * :func:`convolve` * :func:`product_index`, :func:`combination_index`, and :func:`permutation_index` * :func:`value_chain` * Changes to existing functions * :func:`distinct_combinations` now uses a non-recursive algorithm * :func:`pad_none` is now the preferred name for :func:`padnone`, though the latter remains available. * :func:`pairwise` will now use the Python standard library implementation on Python 3.10+ * :func:`sort_together` now accepts a ``key`` argument * :func:`seekable` now has a ``peek`` method, and can indicate whether the iterator it's wrapping is exhausted * :func:`time_limited` can now indicate whether its iterator has expired * The implementation of :func:`unique_everseen` was improved * Other changes: * Various documentation updates
Comments 0