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

    Бинарный пакет: python-module-numexpr-tests
    Версия: 2.4.4-alt1.dev0.git20150815.1.1
    Архитектура: x86_64
    Собран:  4 апреля 2016 г. 7:27 в задании #159698
    Исходный пакет: python-module-numexpr
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/pydata/numexpr

    Лицензия: MIT
    О пакете: Tests for numexpr
    Описание: 
    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.
    
    This package contains tests for numexpr.

    Сопровождающий: Eugeny A. Rostovtsev


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


    17 марта 2016 г. Ivan Zakharyaschev 1:2.4.4-alt1.dev0.git20150815.1.1
    - (NMU) rebuild with python3-3.5 & rpm-build-python3-0.1.10
      (for ABI dependence and new python3(*) reqs)
    28 января 2016 г. Mikhail Efremov 1:2.4.4-alt1.dev0.git20150815.1
    - NMU: Use buildreq for BR.
    16 августа 2015 г. Eugeny A. Rostovtsev 1:2.4.4-alt1.dev0.git20150815
    - New snapshot