Path to this page:
Subject: CVS commit: pkgsrc/devel/py-more-itertools
From: Adam Ciarcinski
Date: 2020-02-01 21:59:25
Message id: 20200201205925.8BC9AFBF4@cvs.NetBSD.org
Log Message:
py-more-itertools: updated to 8.2.0
8.2.0
* Bug fixes
* The .pyi files for typing were updated.
* Changes to existing itertools:
* :func:`numeric_range` now behaves more like the built-in :func:`range`.
* :func:`bucket` now allows for enumerating keys.
* :func:`sliced` now should now work for numpy arrays.
* :func:`seekable` now has a ``maxlen`` parameter.
Files: