SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python2-lazyarray rpm build for : OpenSuSE. For other distributions click python2-lazyarray.

Name : python2-lazyarray
Version : 0.3.3 Vendor : openSUSE
Release : bp154.1.1 Date : 2021-07-15 21:38:47
Group : Development/Languages/Python Source RPM : python-lazyarray-0.3.3-bp154.1.1.src.rpm
Size : 0.07 MB
Packager : https://bugs_opensuse_org
Summary : Lazily-evaluated numerical array class, compatible with NumPy arrays
Description :
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)

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15-SP4/step/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python2-lazyarray-0.3.3-bp154.1.1.noarch.rpm
ftp.icm.edu.pl  python2-lazyarray-0.3.3-bp154.1.1.noarch.rpm
     

Provides :
python-lazyarray
python2-lazyarray

Requires :
python(abi) = 2.7
python2-numpy >= 1.5
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/python2.7/site-packages/lazyarray-0.3.3-py2.7.egg-info
/usr/lib/python2.7/site-packages/lazyarray.py
/usr/lib/python2.7/site-packages/lazyarray.pyc
/usr/lib/python2.7/site-packages/lazyarray.pyo
/usr/share/doc/packages/python2-lazyarray
/usr/share/doc/packages/python2-lazyarray/README.rst
/usr/share/doc/packages/python2-lazyarray/changelog.txt
/usr/share/licenses/python2-lazyarray
/usr/share/licenses/python2-lazyarray/LICENSE

 
ICM