numexpr 2.9.0-1 source package in Ubuntu

Changelog

numexpr (2.9.0-1) unstable; urgency=medium

  * New upstream release.
  * Update dates in d/copyright.

 -- Antonio Valentino <email address hidden>  Sat, 27 Jan 2024 10:24:15 +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.9.0-1.dsc 2.2 KiB 1423ac7d1fbbf043a9e0b4d1eee4c9f8e35e26974b291c9f920d60fb6515a58d
numexpr_2.9.0.orig.tar.gz 115.7 KiB 4df4163fcab20030137e8f2aa23e88e1e42e6fe702387cfd95d7675e1d84645e
numexpr_2.9.0-1.debian.tar.xz 7.5 KiB bd00da96b78bc5802accffdee9bdda238a164ca5c9236de2a1b56db310da8246

Available diffs

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