forked from pool/python-more-itertools
- update to 8.14.0:
* :func:`longest_common_prefix` (thanks to nanouasyn) * :func:`iequals` (thanks to nanouasyn) * `concurrent.futures.ThreadPoolExecutor` is now imported lazily in :func:`callback_iter`. * :func:`tail` is now optimized for iterables with a fixed length. * Some documentation issues were fixed (thanks to pochmann and timgates42) * This library is now marked for Python 3.10 compatibility in PyPI (thanks to chayim) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-more-itertools?expand=0&rev=41
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 16 18:26:20 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 8.14.0:
|
||||
* :func:`longest_common_prefix` (thanks to nanouasyn)
|
||||
* :func:`iequals` (thanks to nanouasyn)
|
||||
* `concurrent.futures.ThreadPoolExecutor` is now imported lazily in :func:`callback_iter`.
|
||||
* :func:`tail` is now optimized for iterables with a fixed length.
|
||||
* Some documentation issues were fixed (thanks to pochmann and timgates42)
|
||||
* This library is now marked for Python 3.10 compatibility in PyPI (thanks to chayim)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 13 13:15:41 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user