Package Info

python-lazyarray


Lazily-evaluated numerical array class, compatible with NumPy arrays


Development/Languages/Python

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)

License: BSD-3-Clause
URL: http://github.com/NeuralEnsemble/lazyarray/

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
0.3.3-bp155.2.12 info GA Release 2023-05-22 15 SP5
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • python3-lazyarray
0.3.3-bp154.1.30 info GA Release 2022-05-09 15 SP4
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • python3-lazyarray
0.3.3-bp153.1.17 info GA Release 2021-03-06 15 SP3
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • python2-lazyarray
  • python3-lazyarray
0.3.3-bp152.1.9 info GA Release 2020-04-17 15 SP2
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • python2-lazyarray
  • python3-lazyarray
0.3.2-bp151.1.2 info GA Release 2019-07-17 15 SP1
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • python2-lazyarray
  • python3-lazyarray