Package python-module-numexpr: Information

    Source package: python-module-numexpr
    Version: 2.4.4-alt1.dev0.git20150815.1.1
    Build time:  Apr 4, 2016, 07:27 AM in the task #159698
    Report package bug
    License: MIT
    Summary: Fast numerical array expression evaluator for Python and NumPy
    Description: 
    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.

    List of rpms provided by this 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)



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

    Last changed


    March 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)
    Jan. 28, 2016 Mikhail Efremov 1:2.4.4-alt1.dev0.git20150815.1
    - NMU: Use buildreq for BR.
    Aug. 16, 2015 Eugeny A. Rostovtsev 1:2.4.4-alt1.dev0.git20150815
    - New snapshot