numexpr 2.8.0-1 source package in Ubuntu
Changelog
numexpr (2.8.0-1) unstable; urgency=medium * New upstream release. * Remove unnused d/tests/python3-dbg. * debian/watch: - only scan for new versions of the 2.x series. * Update the d/copyright file. -- Antonio Valentino <email address hidden> Thu, 02 Dec 2021 07:35:02 +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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
numexpr_2.8.0-1.dsc | 2.2 KiB | 2ab0581a7cad23bcf253231a5e647782b9b313033f2e1c5eac623df36053dab7 |
numexpr_2.8.0.orig.tar.gz | 109.1 KiB | 3a984ca875a7c76153a42f94df7773ea1c53b53f6597cbda61c02156a941b706 |
numexpr_2.8.0-1.debian.tar.xz | 6.9 KiB | 5385de8d292691ecbfabab5b120e25622c2ce23904c592ebc10aa549df47c547 |
Available diffs
- diff from 2.7.3-2 to 2.8.0-1 (14.0 KiB)
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.
.
This package contains numexpr for Python 3.
- python3-numexpr-dbgsym: debug symbols for python3-numexpr