numexpr 2.8.3-1 source package in Ubuntu

Changelog

numexpr (2.8.3-1) unstable; urgency=medium

  * New upstream release.

 -- Antonio Valentino <email address hidden>  Fri, 01 Jul 2022 17:49:47 +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.3-1.dsc 2.2 KiB cd0d6c2b514134fb69eb4bce3168862161b2a446236472e2779445bf27ce692a
numexpr_2.8.3.orig.tar.gz 109.9 KiB 389ceefca74eff30ec3fd03fc4c3b7ab3df8f22d1f235117a392ce702ed208c0
numexpr_2.8.3-1.debian.tar.xz 7.0 KiB be3903193828f50822b0d17362b6097c7a942dbdd3c2b5dff124ea12bab9e151

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