./devel/py-cytoolz, Cython Toolz High performance functional utilities

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.1, Package name: py312-cytoolz-1.0.1, Maintainer: jihbed.research

Cython implementation of the toolz package, which provides high performance
utility functions for iterables, functions, and dictionaries

toolz is a pure Python package that borrows heavily from contemporary functional
languages. It is designed to interoperate seamlessly with other libraries
including itertools, functools, and third party libraries. High performance
functional data analysis is possible with builtin types like list and dict, and
user-defined data structures; and low memory usage is achieved by using the
iterator protocol and returning iterators whenever possible.

cytoolz implements the same API as toolz. The main differences are that cytoolz
is faster (typically 2-5x faster with a few spectactular exceptions) and cytoolz
offers a C API that is accessible to other projects developed in Cython. Since
toolz is able to process very large (potentially infinite) data sets, the
performance increase gained by using cytoolz can be significant


Master sites:

Filesize: 611.965 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-26 10:26:54 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-cytoolz: updated to 1.0.1

1.0.1
Add support for Python 3.13
   2024-11-12 06:55:25 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-cytoolz: updated to 1.0.0

1.0.0

Test fixes for Python 3.13
Drop Python 3.7
Bump cibuildwheel in CI
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-01-25 07:59:02 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-cytoolz: updated to 0.12.3

Release 0.12.3
Add support for Python 3.12, PyPy 3.9, and PyPy 3.10
Update to match toolz 0.12.1
   2023-08-01 14:10:32 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-cytoolz: updated to 0.12.2

Release 0.12.2

Support Cython 3.0
Stop building wheels for PyPy 3.9 and PyPy 3.10, which stopped working for some \ 
reason
   2023-01-25 14:24:34 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-cytoolz: updated to 0.12.1

0.12.1

Support Python 3.11 (including wheels)
Drop Python 3.5 support
   2022-07-11 15:01:23 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-cytoolz: updated to 0.12.0

Release 0.12.0

Update to toolz 0.12.0
See toolz release notes: https://github.com/pytoolz/toolz/releases/tag/0.12.0
Build wheels automatically with cibuildwheel!
Support newer Python versions
Improve import times
Use versioneer.py to manage versions
__version__ and __toolz_version__ are no longer available from \ 
cytoolz._version--use cython.__toolz_version__ instead.
   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