numexpr 2.8.5-2 source package in Ubuntu

Changelog

numexpr (2.8.5-2) unstable; urgency=medium

  [ Rebecca N. Palmer ]
  * Loosen input sanitization to not break pandas.  (Closes: #1049326)

  [ Antonio Valentino ]
  * debian/control:
    - Minor update to the package description.
  * Use d/clean instead of overriding targets in d/rules.
  * Switch to dh-sequence-*.
  * New d/python3-numexpr.lintian-overrides.

 -- Antonio Valentino <email address hidden>  Thu, 17 Aug 2023 07:38:32 +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.8.5-2.dsc 2.2 KiB a062d409ab578ae5d7fa0dd52eaa708c87c660e7b35cb6a29fd753480b766374
numexpr_2.8.5.orig.tar.gz 114.3 KiB 97b89d0e7a3ff6b85af079a220efcd418950dae8352be61ed286ae80c44d5fcc
numexpr_2.8.5-2.debian.tar.xz 9.6 KiB 746bdb733ad0aae075aef829251cbe03bd670c31277d2eaca722a281457b2b75

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.

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