numexpr 2.8.3-1build1 source package in Ubuntu

Changelog

numexpr (2.8.3-1build1) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Thu, 03 Nov 2022 06:30:15 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
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.3.orig.tar.gz 109.9 KiB 389ceefca74eff30ec3fd03fc4c3b7ab3df8f22d1f235117a392ce702ed208c0
numexpr_2.8.3-1build1.debian.tar.xz 7.1 KiB 86a431be1872f38954d0089cbef52e79bc8b167625a6651f8526f447ee2eb2e8
numexpr_2.8.3-1build1.dsc 2.2 KiB d8ed3e17040568007c152a6af19a7e6585630ede49282c0c87bcbe08069687dc

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.
 .
 This package contains numexpr for Python 3.

python3-numexpr-dbgsym: debug symbols for python3-numexpr