python-lazyarray

Python module providing a NumPy-compatible lazily-evaluated array


The ‘larray’ class is a NumPy-compatible numerical array where 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. Consequently, use of an ‘larray’ can potentially save considerable computation time and memory in cases where arrays are used conditionally, or 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).


Maintainer information

This software package is maintained for (Neuro)Debian by the follow individuals and/or groups:

Maintainer avatar
NeuroDebian Maintainers
Maintainer avatar
Michael Hanke
Maintainer avatar
Yaroslav Halchenko

In order to get support, or to get in touch with a maintainer, please click the ‘Help’ button at the top of the page.

Advanced user information

Version control system available: Browse sources

Package availability chart
Distribution Base version Our version Architectures
Debian GNU/Linux 6.0 (squeeze)   0.1.0-1~nd60+1 i386, amd64, sparc
Debian GNU/Linux 7.0 (wheezy) 0.1.0-1 0.1.0-1~nd70+1 i386, amd64, sparc
Debian GNU/Linux 8.0 (jessie) 0.1.0-1 0.1.0-1~nd70+1 i386, amd64, sparc
Debian testing (stretch) 0.1.0-1 0.1.0-1~nd70+1+nd90+1 i386, amd64, sparc
Debian unstable (sid) 0.1.0-1 0.1.0-1~nd+1 i386, amd64, sparc
Ubuntu 12.04 LTS “Precise Pangolin” (precise)   0.1.0-1~nd11.10+1+nd12.04+1 i386, amd64, sparc
Ubuntu 14.04 “Trusty Tahr” (trusty) 0.1.0-1    
Ubuntu 14.10 “Utopic Unicorn” (utopic) 0.1.0-1    
Ubuntu 15.04 “Vivid Vervet” (vivid) 0.1.0-1    
The source code for this portal is licensed under the GPL-3 and is available on GitHub.