numexpr 2.10.1-2 source package in Ubuntu

Changelog

numexpr (2.10.1-2) unstable; urgency=medium

  * debian/patches:
    - New 0002-Fix-test_max_threads_unset.patch (Closes: #1074145).

 -- Antonio Valentino <email address hidden>  Mon, 24 Jun 2024 18:25:24 +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 release universe python

Downloads

File Size SHA-256 Checksum
numexpr_2.10.1-2.dsc 2.2 KiB 8cdfded26f631ceeb4fff095603f314f55fc40f44c3a1d067634d6f8af1a0cbb
numexpr_2.10.1.orig.tar.gz 116.9 KiB e499bd19a7fd9803d5ec1b2cff2e0a11a2f01a109d5326e5a09eff590448c793
numexpr_2.10.1-2.debian.tar.xz 8.2 KiB 7bea9973ee036020ef9a19cc55fb288258d647192524284da6d8e78665b96138

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