numexpr 2.8.7-1 source package in Ubuntu

Changelog

numexpr (2.8.7-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches:
    - Remove 0001-Fix-scientific-notation.patch and
      0002-Fix-sanitization.patch, applied upstream.
  * Update d/copyright.

 -- Antonio Valentino <email address hidden>  Sun, 01 Oct 2023 06:59:06 +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.7-1.dsc 2.2 KiB d4c8aaf6ad4b99153bd33b678722b7f5baf8d9ad327812c52e7f8abe2df231fb
numexpr_2.8.7.orig.tar.gz 115.5 KiB df5131349ec1e4b080a3e2df7abbb7bce20d023adff633d259e1ce1549a60ed1
numexpr_2.8.7-1.debian.tar.xz 7.4 KiB 6c9fb72b7fc96b72f78f5e65c997f5a0d2c983aaed437c77070cf6e81d0e7360

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