Пакет python3-module-mmh3: Информация

    Бинарный пакет: python3-module-mmh3
    Версия: 3.1.0-alt1
    Архитектура: i586
    Собран:  29 марта 2023 г. 14:03 в задании #317694
    Исходный пакет: python3-module-mmh3
    Категория: Разработка/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.

    Сопровождающий: Danil Shein

    Список участников:
    Danil Shein
    Ivan Razzhivin

    Права:
    Oleg Solovyov
    Ivan Razzhivin
    @everybody

    Последнее изменение


    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