numexpr 2.10.0-2 source package in Ubuntu

Changelog

numexpr (2.10.0-2) unstable; urgency=medium

  * debian/patches:
    - New 0002-Fix-nthreads-test.patch.

 -- Antonio Valentino <email address hidden>  Sat, 04 May 2024 07:15:05 +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
Oracular proposed universe python

Downloads

File Size SHA-256 Checksum
numexpr_2.10.0-2.dsc 2.2 KiB 6ad83e92057026f7093e68ac72a9e1c1654655d2707c77d0a8ea11b12eb7298e
numexpr_2.10.0.orig.tar.gz 116.3 KiB 23722ec36d8e86e053a9a8419347d14808036bfdb6e651a8148ed9065c913c18
numexpr_2.10.0-2.debian.tar.xz 8.2 KiB 04c1eb5d054af4529d873bd6448682613619048b3b27a2911208f4dccb0edf23

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