numexpr 2.8.8-1 source package in Ubuntu

Changelog

numexpr (2.8.8-1) unstable; urgency=medium

  * New upstream release.

 -- Antonio Valentino <email address hidden>  Sat, 16 Dec 2023 07:21:47 +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

Downloads

File Size SHA-256 Checksum
numexpr_2.8.8-1.dsc 2.2 KiB 9cb4160fd8ae8ec52e1357c7e88a272a74580cb5406aff522180bcbf9a32ca47
numexpr_2.8.8.orig.tar.gz 115.5 KiB 10b377c6ec6d9c01349d00e16dd82e6a6f4439c8c2b1945e490df1436c1825f5
numexpr_2.8.8-1.debian.tar.xz 7.4 KiB 6638acac3b7da065f5bfea391363ab61af9063908d052f67fcda7a86e9494f02

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