Package python3-module-numexpr: Information

  • Default inline alert: Version in the repository: 2.8.3-alt2

Source package: python3-module-numexpr
Version: 2.8.3-alt1
Build time:  Jun 12, 2023, 05:23 PM
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 rpms provided by this srpm:
python3-module-numexpr (e2kv6, e2kv5, e2kv4, e2k)
python3-module-numexpr-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

Maintainer: Vitaly Lipatov


    1. liblapack-devel
    2. python3(numpy.testing)
    3. python3-module-setuptools
    4. /proc
    5. gcc-c++
    6. python3(tox)
    7. rpm-build-python3
    8. libnumpy-py3-devel

Last changed


July 18, 2022 Vitaly Lipatov 1:2.8.3-alt1
- new version 2.8.3
June 20, 2022 Michael Shigorin 1:2.8.1-alt4
- E2K: build with openblas too
Feb. 4, 2022 Grigory Ustinov 1:2.8.1-alt3
- Build with check again.