numexpr 2.8.0-2 source package in Ubuntu

Changelog

numexpr (2.8.0-2) unstable; urgency=medium

  * debian/control:
    - drop dependency on pkg-resources (no longer necessary)
    - add dependency on setuptools
      (see https://github.com/pydata/numexpr/issues/391).

 -- Antonio Valentino <email address hidden>  Thu, 02 Dec 2021 19:09:29 +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.0-2.dsc 2.2 KiB b84bf0380d76cd4496de5820c6a22f8c7e5eda15a21e1a73ee09023de18ee481
numexpr_2.8.0.orig.tar.gz 109.1 KiB 3a984ca875a7c76153a42f94df7773ea1c53b53f6597cbda61c02156a941b706
numexpr_2.8.0-2.debian.tar.xz 6.9 KiB 2e9c8c438b3f5f10b3167104be5b3509ca11933cda9bd02f71151971646f79bb

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-dbgsym: debug symbols for python3-numexpr