Sun, 25 Jan 2026 06:08:30 CST | login

Information for build python-numexpr-2.8.5-1.oc9

ID23494
Package Namepython-numexpr
Version2.8.5
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-numexpr.git?.#a52a4ac5be730a6ee95e313e503e4e3a5f27f5c8
SummaryFast numerical array expression evaluator for Python and NumPy
DescriptionThe 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.
Built byfanjunkong
State complete
Volume DEFAULT
StartedMon, 03 Jun 2024 20:40:26 CST
CompletedMon, 03 Jun 2024 20:43:13 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-numexpr.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-numexpr.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-numexpr-2.8.5-1.oc9.src.rpm (info) (download)
aarch64
python3-numexpr-2.8.5-1.oc9.aarch64.rpm (info) (download)
python-numexpr-debugsource-2.8.5-1.oc9.aarch64.rpm (info) (download)
python3-numexpr-debuginfo-2.8.5-1.oc9.aarch64.rpm (info) (download)
x86_64
python3-numexpr-2.8.5-1.oc9.x86_64.rpm (info) (download)
python-numexpr-debugsource-2.8.5-1.oc9.x86_64.rpm (info) (download)
python3-numexpr-debuginfo-2.8.5-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.8.5-1 - initial build