Path to this page:
./
devel/py-more-itertools,
More routines for operating on iterables, beyond itertools
Branch: CURRENT,
Version: 8.13.0,
Package name: py39-more-itertools-8.13.0,
Maintainer: imilA collection of several routines not found in itertools, meant to
operate on itertables.
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 98.891 KB
Version history: (Expand)
- (2022-05-10) Updated to version: py39-more-itertools-8.13.0
- (2022-01-05) Updated to version: py39-more-itertools-8.12.0nb1
- (2021-11-29) Updated to version: py39-more-itertools-8.12.0
- (2021-10-07) Updated to version: py39-more-itertools-8.10.0
- (2021-09-29) Updated to version: py38-more-itertools-8.10.0
- (2021-09-10) Updated to version: py38-more-itertools-8.9.0
CVS history: (Expand)
2022-05-10 15:05:55 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-more-itertools: updated to 8.13.0
8.13.0
------
* New functions
* The :func:`subslices` recipe from the `itertools` docs was added (thanks \
to rhettinger)
* Changes to existing functions
* The :func:`ichunked` function is now more efficient (thanks to hjtran0 and \
seanmacavaney)
* The :func:`difference` function is now more efficient (thanks to Masynchin)
* The :func:`grouper` recipe now has more features, mirroring the one in the \
`itertools` docs (thanks to rhettinger)
* Other changes
* Some documentation issues were fixed (thanks to medvied and Freed-Wu)
* The `more_itertools` package is now built with `flit` (thanks to mgorny)
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-11-29 11:51:14 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-more-itertools: updated to 8.12.0
8.12.0
------
* Bug fixes
* Some documentation issues were fixed
* Python 3.5 support was temporarily restored
8.11.0
------
* New functions
* The :func:`before_and_after`, :func:`sliding_window`, and \
:func:`triplewise` recipes from the Python 3.10 docs were added
* :func:`duplicates_everseen` and :func:`duplicates_justseen`
* :func:`minmax`
* :func:`strictly_n`
* :func:`unique_in_window`
* Changes to existing functions
* :func:`groupby_transform` had its type stub improved
* :func:`is_sorted` now accepts a ``strict`` parameter
* :func:`zip_broadcast` was updated to fix a bug
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-09-29 11:22:29 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-more-itertools: updated to 8.10.0
8.10.0
------
* Changes to existing functions
* The type stub for :func:`iter_except` was improved (thanks to \
MarcinKonowalczyk)
* Other changes:
* Type stubs now ship with the source release (thanks to saaketp)
* The Sphinx docs were improved (thanks to MarcinKonowalczyk)
|
2021-09-10 17:06:24 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-more-itertools: updated to 8.9.0
8.9.0
-----
* New functions
* :func:`interleave_evenly` (thanks to mbugert)
* :func:`repeat_each` (thanks to FinalSh4re)
* :func:`chunked_even` (thanks to valtron)
* :func:`map_if` (thanks to sassbalint)
* :func:`zip_broadcast` (thanks to kalekundert)
* Changes to existing functions
* The type stub for :func:`chunked` was improved (thanks to PhilMacKay)
* The type stubs for :func:`zip_equal` and `zip_offset` were improved \
(thanks to maffoo)
* Building Sphinx docs locally was improved (thanks to MarcinKonowalczyk)
|
2021-05-25 07:20:12 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-more-itertools: updated to 8.8.0
8.8.0
-----
* New functions
* :func:`countable`
* Changes to existing functions
* :func:`split_before` was updated to handle empy collections
* :func:`unique_everseen` got a performance boost
* The type hint for :func:`value_chain` was corrected
|