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

    Исходный пакет: python3-module-numexpr
    Версия: 2.6.2-alt6.E2K.1
    Собран:  18 июня 2022 г. 18:33
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/pydata/numexpr

    Лицензия: MIT
    О пакете: Fast numerical array expression evaluator for Python and NumPy
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python3-module-numexpr (e2kv6, e2kv5, e2kv4, e2k)
    python3-module-numexpr-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Сопровождающий: Michael Shigorin


      1. python3-module-numpy-testing
      2. liblapack-devel
      3. python3-module-setuptools
      4. libnumpy-py3-devel
      5. rpm-build-intro >= 2.2.4
      6. rpm-build-python3
      7. gcc-c++

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


    18 июня 2022 г. Michael Shigorin 1:2.6.2-alt6.E2K.1
    - E2K: build with openblas too.
    31 мая 2021 г. Grigory Ustinov 1:2.6.2-alt6
    - Fixed Build Requires.
    4 ноября 2020 г. Vitaly Lipatov 1:2.6.2-alt5
    - build python3 separately, without tests subpackage