Tue, 14 May 2024 11:52:59 UTC | login

Information for build python-lazyarray-0.2.8-10.fc28

ID35139
Package Namepython-lazyarray
Version0.2.8
Release10.fc28
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
StartedThu, 07 Jun 2018 04:01:15 UTC
CompletedThu, 07 Jun 2018 04:01:15 UTC
Tags
f29
RPMs
src
python-lazyarray-0.2.8-10.fc28.src.rpm (info) (download)
noarch
python-lazyarray-docs-0.2.8-10.fc28.noarch.rpm (info) (download)
python2-lazyarray-0.2.8-10.fc28.noarch.rpm (info) (download)
python3-lazyarray-0.2.8-10.fc28.noarch.rpm (info) (download)
python3-lazyarray-docs-0.2.8-10.fc28.noarch.rpm (info) (download)
Changelog * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.8-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jan 25 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.2.8-9 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.2.8-8 - Python 2 binary package renamed to python2-lazyarray See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.8-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.2.8-5 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.8-4 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Tue Mar 08 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.2.8-3 - Provide python2 package * Tue Mar 08 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.2.8-2 - Update doc config - Disable test - issue filed upstream * Tue Mar 08 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.2.8-1 - Update to latest upstream release * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.7-5 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Oct 08 2014 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.2.7-3 - Correct nosetest3* usage * Wed Oct 08 2014 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.2.7-2 - Make nosetest for py3 a wildcard * Wed Oct 08 2014 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.2.7-1 - Split documentation to separate sub package * Tue Oct 07 2014 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.2.7-1 - Added tests - Corrected file lists - Added docs * Tue Oct 07 2014 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.2.7-1 - Initial rpm build