Package python3-module-mmh3: Information

    Source package: python3-module-mmh3
    Version: 3.1.0-alt1
    Build time:  Jan 31, 2024, 01:29 AM
    Report package bug
    License: CC0-1.0
    Summary: Python wrapper for MurmurHash (MurmurHash3), a set of fast and robust hash functions.
    Description: 
    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.

    List of rpms provided by this srpm:
    python3-module-mmh3 (riscv64)
    python3-module-mmh3-debuginfo (riscv64)

    Maintainer: Danil Shein

    List of contributors:
    Danil Shein
    Ivan Razzhivin

      1. python3-devel
      2. python3-module-numpy
      3. python3-module-pyproject-installer >= 0.4.0
      4. python3-module-pytest
      5. python3-module-setuptools
      6. python3-module-tox
      7. python3-module-tox
      8. python3-module-tox-console-scripts
      9. python3-module-tox-no-deps
      10. python3-module-wheel
      11. gcc-c++
      12. rpm-build-python3

    Last changed


    March 29, 2023 Danil Shein 3.1.0-alt1
    - new version 3.1.0
      + delete 32bit archs patch (merged by upstream)
    Nov. 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
    Oct. 22, 2019 Ivan Razzhivin 2.5.1-alt2
    - enable tests