numexpr 2.8.1-1build1 source package in Ubuntu
Changelog
numexpr (2.8.1-1build1) jammy; urgency=medium * No-change rebuild with Python 3.10 only -- Graham Inggs <email address hidden> Wed, 16 Mar 2022 23:50:53 +0000
Upload details
- Uploaded by:
- Graham Inggs
- Uploaded to:
- Jammy
- Original maintainer:
- Debian Science Team
- Architectures:
- any
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
numexpr_2.8.1.orig.tar.gz | 109.4 KiB | a416a869f4e6a488af7cd876a326fb82f892b23570b68eecff8135c4a39dd161 |
numexpr_2.8.1-1build1.debian.tar.xz | 7.0 KiB | 6807658b9d0db13f50342fcff659a2b56fb289021eea0305501601df32897ab3 |
numexpr_2.8.1-1build1.dsc | 2.2 KiB | a9b6c28cfdd3a4e00064d6f658f2f236964be45590f1031ec8cc38435c893874 |
Available diffs
- diff from 2.8.1-1 (in Debian) to 2.8.1-1build1 (308 bytes)
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