Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-lazyarray | Distribution: Fedora Project |
Version: 0.6.0 | Vendor: Fedora Project |
Release: 3.20241020git61d5f98.fc39 | Build date: Sat Nov 2 11:19:52 2024 |
Group: Unspecified | Build host: buildvm-x86-05.iad2.fedoraproject.org |
Size: 97343 | Source RPM: python-lazyarray-0.6.0-3.20241020git61d5f98.fc39.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/NeuralEnsemble/lazyarray | |
Summary: A lazily-evaluated numerical array class |
lazyarray is a Python package that provides a lazily-evaluated numerical array class, larray, based on and compatible with NumPy arrays. Lazy evaluation means that any operations on the array (potentially including array construction) are not performed immediately, but are delayed until evaluation is specifically requested. Evaluation of only parts of the array is also possible. Use of an larray can potentially save considerable computation time and memory in cases where: • arrays are used conditionally (i.e. there are cases in which the array is never used) • only parts of an array are used (for example in distributed computation, in which each MPI node operates on a subset of the elements of the array) Documentation: http://lazyarray.readthedocs.org
BSD-3-Clause
* Sat Nov 02 2024 Sandro <[email protected]> - 0.6.0-1 - Update to 0.6.0 (RHBZ#2310265) * Sat Nov 02 2024 Miroslav Suchý <[email protected]> - 0.5.2-11 - convert license to SPDX * Sat Nov 02 2024 Benjamin A. Beasley <[email protected]> - 0.5.2-10 - Assert that the .dist-info directory contains a license file * Fri Jul 21 2023 Fedora Release Engineering <[email protected]> - 0.5.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jun 15 2023 Python Maint <[email protected]> - 0.5.2-5 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 0.5.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
/usr/lib/python3.12/site-packages/__pycache__/lazyarray.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/__pycache__/lazyarray.cpython-312.pyc /usr/lib/python3.12/site-packages/lazyarray-0.6.0.dist-info /usr/lib/python3.12/site-packages/lazyarray-0.6.0.dist-info/INSTALLER /usr/lib/python3.12/site-packages/lazyarray-0.6.0.dist-info/LICENSE /usr/lib/python3.12/site-packages/lazyarray-0.6.0.dist-info/METADATA /usr/lib/python3.12/site-packages/lazyarray-0.6.0.dist-info/WHEEL /usr/lib/python3.12/site-packages/lazyarray-0.6.0.dist-info/top_level.txt /usr/lib/python3.12/site-packages/lazyarray.py /usr/share/doc/python3-lazyarray /usr/share/doc/python3-lazyarray/README.rst /usr/share/doc/python3-lazyarray/changelog.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Nov 27 04:04:38 2024