Path to this page:
Subject: CVS commit: pkgsrc/devel/py-more-itertools
From: Thomas Klausner
Date: 2020-01-14 23:42:19
Message id: 20200114224219.1572AFBF4@cvs.NetBSD.org
Log Message:
py-more-itertools: update to 8.1.0.
8.1.0
-----
* Bug fixes
* :func:`partition` works with ``pred=None`` again. (thanks to MSeifert04)
* New itertools
* :func:`sample` (thanks to tommyod)
* :func:`nth_or_last` (thanks to d-ryzhikov)
* Changes to existing itertools:
* The implementation for :func:`divide` was improved. (thanks to jferard)
Files: