numexpr 2.8.5-3 source package in Ubuntu

Changelog

numexpr (2.8.5-3) unstable; urgency=medium

  * debian/patches:
    - Improve d/patches/1049326_sanitize_fix.patch
      (patch provided by Rebecca N. Palmer).

 -- Antonio Valentino <email address hidden>  Fri, 18 Aug 2023 06:14:31 +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
Mantic release universe python

Downloads

File Size SHA-256 Checksum
numexpr_2.8.5-3.dsc 2.2 KiB 39da65b67012fa47a832de976e0468c9f89b209d72feb459d5f3a0c48cbc3eb1
numexpr_2.8.5.orig.tar.gz 114.3 KiB 97b89d0e7a3ff6b85af079a220efcd418950dae8352be61ed286ae80c44d5fcc
numexpr_2.8.5-3.debian.tar.xz 9.8 KiB 4d7668e832032ae96e69cc32f56ddeb3de43dcdbc65657dcd533908b3f5c33e9

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.

python3-numexpr-dbgsym: debug symbols for python3-numexpr