Package python-module-numexpr: Information

    Source package: python-module-numexpr
    Version: 2.0.2-alt1.hg20121113
    Build time:  Apr 2, 2013, 06:52 AM
    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)



    ACL:
    @qa_p7

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

    Last changed


    April 2, 2013 Eugeny A. Rostovtsev 1:2.0.2-alt1.hg20121113
    - New snapshot
    May 13, 2012 Eugeny A. Rostovtsev 1:2.0.2-alt1.hg20120301
    - New snapshot
    April 12, 2012 Vitaly Kuznetsov 2.1-alt1.hg20111127.1
    - Rebuild to remove redundant libpython2.7 dependency