numexpr 2.0.1-3 source package in Ubuntu

Changelog

numexpr (2.0.1-3) unstable; urgency=low


  * Disable unittests at build time on sparc

 -- Antonio Valentino <email address hidden>  Sat, 21 Apr 2012 19:25:39 +0200

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
numexpr_2.0.1-3.dsc 1.6 KiB b5bf0169c12ab69b71621b94fba43c8b5d0e974fea4c77fd499fbac4bcae1c76
numexpr_2.0.1.orig.tar.gz 66.9 KiB 29492a08d5137c9a3a369527a899680ef7c1908cd4851ad2827b6c1d3767b092
numexpr_2.0.1-3.debian.tar.gz 5.3 KiB ff8a1affce510b07f8612b4fc821abe65232aa6518d21820a86406f0b4d9d6e0

Available diffs

No changes file available.

Binary packages built by this source

python-numexpr: No summary available for python-numexpr in ubuntu raring.

No description available for python-numexpr in ubuntu raring.

python-numexpr-dbg: Fast numerical array expression evaluator for Python and NumPy (debug ext)

 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.
 .
 This package contains the extension built for the Python 2 debug
 interpreter.