numexpr 2.7.3-2 source package in Ubuntu

Changelog

numexpr (2.7.3-2) unstable; urgency=medium

  * Standards version bumped to 4.6.0 (no chenges).
  * Drop the -dbg package (Closes: 994314).

 -- Antonio Valentino <email address hidden>  Sun, 26 Sep 2021 08:53:14 +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.3-2.dsc 2.2 KiB 3fb31bf2d31607d2fa064e3ca98f8304ade81fc21e498d87620f2fa70a812938
numexpr_2.7.3.orig.tar.gz 111.4 KiB 00d6b1518605afe0ed10417e0ff07123e5d531c02496c6eed7dd4b9923238e1e
numexpr_2.7.3-2.debian.tar.xz 6.8 KiB 14333079bf189ceda8de0618ba0c0737e2deab33e9ead4cbe42e5c698beb1946

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