numexpr 2.9.0-1build1 source package in Ubuntu

Changelog

numexpr (2.9.0-1build1) noble; urgency=medium

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Thu, 11 Apr 2024 09:37:21 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
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
Noble release universe python

Downloads

File Size SHA-256 Checksum
numexpr_2.9.0.orig.tar.gz 115.7 KiB 4df4163fcab20030137e8f2aa23e88e1e42e6fe702387cfd95d7675e1d84645e
numexpr_2.9.0-1build1.debian.tar.xz 7.5 KiB 1b857698e3c2b63f18d6b19459fe3182b1ee6943540e295f5a3869c54349e52d
numexpr_2.9.0-1build1.dsc 2.2 KiB 44f9af612153c392c9c40a9af3ccdcbb68d02997d9e2ae06c1d521c7637cc74b

View changes file

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