numexpr 2.7.1-1 source package in Ubuntu

Changelog

numexpr (2.7.1-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches:
    - drop 0001-Use-the-corrent-interpreter-for-testing.patch,
      applied upstream

 -- Antonio Valentino <email address hidden>  Sun, 05 Jan 2020 21:45:02 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
numexpr_2.7.1-1.dsc 2.2 KiB 8b548a8b3d2adb6231440143d88171102c5a6658c2ac862120b71f9d846a1c73
numexpr_2.7.1.orig.tar.gz 117.3 KiB 5c6ae3bb5688184b922b43fc47de49d642576d0feec55a1b679caa66efae90a1
numexpr_2.7.1-1.debian.tar.xz 6.8 KiB 0310ed536a11ffb9ebd5e61afb8802ad508321545feace9b065ba91e8abe3ca1

Available diffs

No changes file available.

Binary packages built by this source

python3-numexpr: Fast numerical array expression evaluator for Python 3 and NumPy

 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 numexpr for Python 3.

python3-numexpr-dbg: Fast numerical array expression evaluator for Python 3 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 3 debug
 interpreter.