numexpr 2.8.7-1build1 source package in Ubuntu

Changelog

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

  * No-change rebuild to build with python3.12 as supported.

 -- Matthias Klose <email address hidden>  Wed, 01 Nov 2023 19:02:11 +0100

Upload details

Uploaded by:
Matthias Klose
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

Downloads

File Size SHA-256 Checksum
numexpr_2.8.7.orig.tar.gz 115.5 KiB df5131349ec1e4b080a3e2df7abbb7bce20d023adff633d259e1ce1549a60ed1
numexpr_2.8.7-1build1.debian.tar.xz 7.5 KiB 7d2859a832353e034afa30267467ccae5bce07396fd0f5748c7a15bc3d0fce67
numexpr_2.8.7-1build1.dsc 2.2 KiB dc27048ce0223c5580db87187e26e9b1a927a3d1fd4a251742a3a193183c5494

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