Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-numexpr-2.8.5-4.fc40 RPM for s390x

From Fedora Rawhide for s390x / p

Name: python3-numexpr Distribution: Fedora Project
Version: 2.8.5 Vendor: Fedora Project
Release: 4.fc40 Build date: Fri Jan 26 08:30:52 2024
Group: Unspecified Build host: buildvm-s390x-19.s390.fedoraproject.org
Size: 610281 Source RPM: python-numexpr-2.8.5-4.fc40.src.rpm
Packager: Fedora Project
Url: https://github.com/pydata/numexpr
Summary: Fast numerical array expression evaluator for Python and NumPy
The 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.

Provides

Requires

License

MIT

Changelog

* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.5-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.5-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Aug 16 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.8.5-2
  - Revert changes in 2.8.5 which causes problems in PyTables (#2231686).
    Upstream is still working on a fix, and it seems that this functionality
    needs more design work. This reverts all the commits related to
    validation of expressions.
* Mon Aug 07 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.8.5-1
  - Update to 2.8.5
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.4-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 2.8.4-2
  - Rebuilt for Python 3.12
* Sun Jan 22 2023 Orion Poplawski <orion@nwra.com> - 2.8.4-1
  - Update to 2.8.4
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.1-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.1-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jun 22 2022 Lumir Balhar <lbalhar@redhat.com> - 2.8.1-3
  - Fix build with the latest setuptools
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.8.1-2
  - Rebuilt for Python 3.11
* Fri Apr 22 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.8.1-1
  - Version 2.8.1 (rhbz#1869949, rhbz#2061435)

Files

/usr/lib/.build-id
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/bebe68967f8c22ed3f55fab106300cc59b0493
/usr/lib64/python3.12/site-packages/numexpr
/usr/lib64/python3.12/site-packages/numexpr-2.8.5-py3.12.egg-info
/usr/lib64/python3.12/site-packages/numexpr-2.8.5-py3.12.egg-info/PKG-INFO
/usr/lib64/python3.12/site-packages/numexpr-2.8.5-py3.12.egg-info/SOURCES.txt
/usr/lib64/python3.12/site-packages/numexpr-2.8.5-py3.12.egg-info/dependency_links.txt
/usr/lib64/python3.12/site-packages/numexpr-2.8.5-py3.12.egg-info/not-zip-safe
/usr/lib64/python3.12/site-packages/numexpr-2.8.5-py3.12.egg-info/requires.txt
/usr/lib64/python3.12/site-packages/numexpr-2.8.5-py3.12.egg-info/top_level.txt
/usr/lib64/python3.12/site-packages/numexpr/__init__.py
/usr/lib64/python3.12/site-packages/numexpr/__pycache__
/usr/lib64/python3.12/site-packages/numexpr/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib64/python3.12/site-packages/numexpr/__pycache__/__init__.cpython-312.pyc
/usr/lib64/python3.12/site-packages/numexpr/__pycache__/cpuinfo.cpython-312.opt-1.pyc
/usr/lib64/python3.12/site-packages/numexpr/__pycache__/cpuinfo.cpython-312.pyc
/usr/lib64/python3.12/site-packages/numexpr/__pycache__/expressions.cpython-312.opt-1.pyc
/usr/lib64/python3.12/site-packages/numexpr/__pycache__/expressions.cpython-312.pyc
/usr/lib64/python3.12/site-packages/numexpr/__pycache__/necompiler.cpython-312.opt-1.pyc
/usr/lib64/python3.12/site-packages/numexpr/__pycache__/necompiler.cpython-312.pyc
/usr/lib64/python3.12/site-packages/numexpr/__pycache__/utils.cpython-312.opt-1.pyc
/usr/lib64/python3.12/site-packages/numexpr/__pycache__/utils.cpython-312.pyc
/usr/lib64/python3.12/site-packages/numexpr/__pycache__/version.cpython-312.opt-1.pyc
/usr/lib64/python3.12/site-packages/numexpr/__pycache__/version.cpython-312.pyc
/usr/lib64/python3.12/site-packages/numexpr/cpuinfo.py
/usr/lib64/python3.12/site-packages/numexpr/expressions.py
/usr/lib64/python3.12/site-packages/numexpr/interpreter.cpython-312-s390x-linux-gnu.so
/usr/lib64/python3.12/site-packages/numexpr/necompiler.py
/usr/lib64/python3.12/site-packages/numexpr/tests
/usr/lib64/python3.12/site-packages/numexpr/tests/__init__.py
/usr/lib64/python3.12/site-packages/numexpr/tests/__pycache__
/usr/lib64/python3.12/site-packages/numexpr/tests/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib64/python3.12/site-packages/numexpr/tests/__pycache__/__init__.cpython-312.pyc
/usr/lib64/python3.12/site-packages/numexpr/tests/__pycache__/test_numexpr.cpython-312.opt-1.pyc
/usr/lib64/python3.12/site-packages/numexpr/tests/__pycache__/test_numexpr.cpython-312.pyc
/usr/lib64/python3.12/site-packages/numexpr/tests/test_numexpr.py
/usr/lib64/python3.12/site-packages/numexpr/utils.py
/usr/lib64/python3.12/site-packages/numexpr/version.py
/usr/share/doc/python3-numexpr
/usr/share/doc/python3-numexpr/ANNOUNCE.rst
/usr/share/doc/python3-numexpr/README.rst
/usr/share/doc/python3-numexpr/RELEASE_NOTES.rst
/usr/share/licenses/python3-numexpr
/usr/share/licenses/python3-numexpr/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 02:05:04 2024