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

    Бинарный пакет: python3-module-numexpr
    Версия: 2.6.2-alt6.E2K.1
    Архитектура: e2k
    Собран:  18 июня 2022 г. 18:33
    Исходный пакет: python3-module-numexpr
    Категория: Разработка/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.

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


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


    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