Пакет python3-module-mmh3: Информация
Исходный пакет: python3-module-mmh3
Версия: 3.1.0-alt1
Собран: 21 января 2024 г. 22:25
Категория: Разработка/Python 3
Сообщить об ошибке в пакетеДомашняя страница: https://github.com/hajimes/mmh3
Лицензия: CC0-1.0
О пакете: Python wrapper for MurmurHash (MurmurHash3), a set of fast and robust hash functions.
Описание:
Python wrapper for MurmurHash (MurmurHash3), a set of fast and robust non-cryptographic hash functions invented by Austin Appleby. Combined with probabilistic techniques like a Bloom filter, MinHash, and feature hashing, mmh3 allows you to develop high-performance systems in fields such as data mining, machine learning, and natural language processing.
Список бинарных RPM-пакетов, собираемых из данного SRPM:
python3-module-mmh3 (loongarch64)
python3-module-mmh3-debuginfo (loongarch64)
python3-module-mmh3 (loongarch64)
python3-module-mmh3-debuginfo (loongarch64)
Сопровождающий: Danil Shein
Последнее изменение
29 марта 2023 г. Danil Shein 3.1.0-alt1
- new version 3.1.0 + delete 32bit archs patch (merged by upstream)
8 ноября 2022 г. Danil Shein 3.0.0-alt1
- new version 3.0.0 + actually enable tests + fix 32bit hash calculations on 32bit platforms + migrate to pyproject + build from upstream git
22 октября 2019 г. Ivan Razzhivin 2.5.1-alt2
- enable tests