numexpr 2.8.1-1 source package in Ubuntu
Changelog
numexpr (2.8.1-1) unstable; urgency=medium * New upstream release. * debian/control: - update dependencies (python3-packaging added). -- Antonio Valentino <email address hidden> Sat, 11 Dec 2021 14:02:58 +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.1-1.dsc | 2.2 KiB | 9994e50bdf946e89958da528543b1fe20b6d4a47b4ff503520feabf5b2f017de |
numexpr_2.8.1.orig.tar.gz | 109.4 KiB | a416a869f4e6a488af7cd876a326fb82f892b23570b68eecff8135c4a39dd161 |
numexpr_2.8.1-1.debian.tar.xz | 7.0 KiB | c8776fe565872d0f16aafe25d004413d8170c8359b2eea96f901191a344a5ecb |
Available diffs
- diff from 2.8.0-2 to 2.8.1-1 (3.8 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