Path to this page:
Subject: CVS commit: pkgsrc/devel/py-more-itertools
From: Adam Ciarcinski
Date: 2020-11-22 12:16:54
Message id: 20201122111654.A8C8BFA9D@cvs.NetBSD.org
Log Message:
py-more-itertools: updated to 8.6.0
8.6.0
-----
* New itertools
* :func:`all_unique`
* :func:`nth_product` and :func:`nth_permutation`
* Changes to existing itertools
* :func:`chunked` and :func:`sliced` now accept a ``strict`` parameter
* Other changes
* Python 3.5 has reached its end of life and is no longer supported.
* Python 3.9 is officially supported.
* Various documentation fixes
Files: