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

    Исходный пакет: python-module-numexpr
    Версия: 2.0.2-alt1.hg20121113
    Собран:  2 апреля 2013 г. 6:52
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://code.google.com/p/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-пакетом:
    python-module-numexpr (x86_64, i586)
    python-module-numexpr-debuginfo (x86_64, i586)
    python-module-numexpr-tests (x86_64, i586)

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

    Список участников:
    Eugeny A. Rostovtsev
    Vitaly Kuznetsov

      1. libnumpy-devel
      2. gcc-c++
      3. python-devel
      4. python-module-setuptools

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


    2 апреля 2013 г. Eugeny A. Rostovtsev 1:2.0.2-alt1.hg20121113
    - New snapshot
    13 мая 2012 г. Eugeny A. Rostovtsev 1:2.0.2-alt1.hg20120301
    - New snapshot
    12 апреля 2012 г. Vitaly Kuznetsov 2.1-alt1.hg20111127.1
    - Rebuild to remove redundant libpython2.7 dependency