Fri, 22 Nov 2024 16:15:03 UTC | login

Information for build python-lazyarray-0.6.0-3.20241020git61d5f98.fc41

ID343181
Package Namepython-lazyarray
Version0.6.0
Release3.20241020git61d5f98.fc41
Epoch
SummaryA lazily-evaluated numerical array class
Descriptionlazyarray 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
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 12 Nov 2024 07:48:51 UTC
CompletedTue, 12 Nov 2024 07:48:51 UTC
Tags
f41
RPMs
src
python-lazyarray-0.6.0-3.20241020git61d5f98.fc41.src.rpm (info) (download)
noarch
python-lazyarray-docs-0.6.0-3.20241020git61d5f98.fc41.noarch.rpm (info) (download)
python3-lazyarray-0.6.0-3.20241020git61d5f98.fc41.noarch.rpm (info) (download)
Changelog * Sun Oct 20 2024 Sandro <devel@penguinpee.nl> - 0.6.0-1 - Update to 0.6.0 (RHBZ#2310265) * Wed Sep 04 2024 Miroslav Suchý <msuchy@redhat.com> - 0.5.2-15 - convert license to SPDX * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sat Jun 08 2024 Python Maint <python-maint@redhat.com> - 0.5.2-13 - Rebuilt for Python 3.13 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Jan 03 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.2-10 - Assert that the .dist-info directory contains a license file * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 0.5.2-5 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild