Fri, 29 Mar 2024 15:21:20 UTC | login

Information for build python-lazyarray-0.3.4-1.fc33

ID192095
Package Namepython-lazyarray
Version0.3.4
Release1.fc33
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
StartedMon, 18 Jan 2021 08:31:05 UTC
CompletedMon, 18 Jan 2021 08:31:05 UTC
Tags
f33
f37
f38
RPMs
src
python-lazyarray-0.3.4-1.fc33.src.rpm (info) (download)
noarch
python-lazyarray-docs-0.3.4-1.fc33.noarch.rpm (info) (download)
python3-lazyarray-0.3.4-1.fc33.noarch.rpm (info) (download)
Changelog * Sat Jan 09 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.3.4-1 - Update to latest release * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.3.2-7 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.3.2-5 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.3.2-4 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild