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

    Исходный пакет: python-module-numexpr
    Версия: 2.4.4-alt1.dev0.git20150815.1.1
    Собран:  4 апреля 2016 г. 7:27 в задании #159698
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: 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-пакетом:
    python-module-numexpr (x86_64, i586)
    python-module-numexpr-debuginfo (x86_64, i586)
    python-module-numexpr-tests (x86_64, i586)
    python3-module-numexpr (x86_64, i586)
    python3-module-numexpr-debuginfo (x86_64, i586)
    python3-module-numexpr-tests (x86_64, i586)

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


      1. python3-module-numpy-testing
      2. python3-module-setuptools-tests
      3. libnumpy-py3-devel
      4. gcc-c++
      5. rpm-build-python3
      6. time
      7. python-module-html5lib
      8. python-module-numpy-testing
      9. python-module-setuptools-tests
      10. liblapack-devel

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


    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