numexpr 2.8.4-1build1 source package in Ubuntu

Changelog

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

  * Rebuild to drop Python 3.10 extension

 -- Jeremy Bicha <email address hidden>  Wed, 01 Mar 2023 18:01:44 -0500

Upload details

Uploaded by:
Jeremy BĂ­cha
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
Lunar release universe python

Downloads

File Size SHA-256 Checksum
numexpr_2.8.4.orig.tar.gz 110.9 KiB 0e21addd25db5f62d60d97e4380339d9c1fb2de72c88b070c279776ee6455d10
numexpr_2.8.4-1build1.debian.tar.xz 7.1 KiB 6ef345412faacead1d7f7f9ab8df957f1c59f446b19781d80149194f4f499362
numexpr_2.8.4-1build1.dsc 2.2 KiB 5e4b08d743aa2a1e67452016ab5e5c90f6e0473a1a2d19dbf6c4cb0cf5d244e9

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