numexpr 2.8.4-1 source package in Ubuntu

Changelog

numexpr (2.8.4-1) unstable; urgency=medium

  * New upstream release.
  * Fix d/copyright formatting.
  * Update d/copyright.

 -- Antonio Valentino <email address hidden>  Sat, 29 Oct 2022 14:37:58 +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.4-1.dsc 2.2 KiB 55da17ed5a582402604f93fdbb9702ee6961934c9b1b2f078210bd13bba70156
numexpr_2.8.4.orig.tar.gz 110.9 KiB 0e21addd25db5f62d60d97e4380339d9c1fb2de72c88b070c279776ee6455d10
numexpr_2.8.4-1.debian.tar.xz 7.0 KiB b5d948c54de67cefa42ccedb72b3094a26eba33d66fe257b308ff7c4e6e2bf39

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