Package python3-module-numexpr: Information

    Source package: python3-module-numexpr
    Version: 2.10.2-alt1.1
    Build time:  Aug 17, 2025, 10:07 AM
    Report package bug
    License: MIT
    Summary: Fast numerical array expression evaluator for Python and NumPy
    Description: 
    The numexpr package evaluates multiple-operator array expressions many
    times faster than NumPy can. It accepts the expression as a string,
    analyzes it, rewrites it more efficiently, and compiles it to faster
    Python code on the fly. It's the next best thing to writing the
    expression in C and compiling it with a specialized just-in-time (JIT)
    compiler, i.e. it does not require a compiler at runtime.
    
    Also, numexpr has support for the Intel VML (Vector Math Library) --
    integrated in Intel MKL (Math Kernel Library) --, allowing nice
    speed-ups when computing transcendental functions (like trigonometrical,
    exponentials...) on top of Intel-compatible platforms. This support also
    allows to use multiple cores in your computations.

    List of RPM packages built from this SRPM:
    python3-module-numexpr (e2kv6, e2kv5, e2kv4, e2k)
    python3-module-numexpr-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Maintainer: Stanislav Levin


      1. /proc
      2. gcc-c++
      3. liblapack-devel
      4. libnumpy-py3-devel
      5. python3-module-pyproject-installer >= 0.4.0
      6. python3-module-setuptools
      7. python3-module-tox
      8. python3-module-tox-console-scripts
      9. python3-module-tox-no-deps
      10. python3-module-tox-passenv
      11. python3-module-wheel
      12. rpm-build-python3
      13. python3(numpy.testing)

    Last changed


    Feb. 6, 2025 Stanislav Levin 1:2.10.2-alt1.1
    - NMU: fixed FTBFS (tox 4).
    Nov. 27, 2024 Grigory Ustinov 1:2.10.2-alt1
    - Automatically updated to 2.10.2.
    July 9, 2024 Grigory Ustinov 1:2.10.1-alt1
    - Automatically updated to 2.10.1.