diff options
author | LukenShiro <lukenshiro@ngi.it> | 2012-05-01 12:06:18 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-05-07 12:18:06 -0500 |
commit | d835fad7a703af3c8f8d65d519d30c9e179060d1 (patch) | |
tree | 02e9fa21d02e4d1a5f46476117be8c1d51f7ae0b /python/numexpr/slack-desc | |
parent | 0ecfcb7153a392bff1888dbecc7a30a6e51b520d (diff) | |
download | slackbuilds-d835fad7a703af3c8f8d65d519d30c9e179060d1.tar.gz |
python/numexpr: Updated for version 2.0.1 moved from development.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/numexpr/slack-desc')
-rw-r--r-- | python/numexpr/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/numexpr/slack-desc b/python/numexpr/slack-desc new file mode 100644 index 0000000000..923a69e87e --- /dev/null +++ b/python/numexpr/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +numexpr: numexpr (Fast numerical array expression evaluator for Python) +numexpr: +numexpr: It evaluates multiple-operator array expressions many times faster +numexpr: than NumPy can. It accepts the expression as a string, analyzes it, +numexpr: rewrites it more efficiently, and compiles it to faster Python code. +numexpr: +numexpr: Homepage: http://code.google.com/p/numexpr/ +numexpr: +numexpr: +numexpr: +numexpr: |