lazyarray 0.3.3-2 source package in Ubuntu

Changelog

lazyarray (0.3.3-2) unstable; urgency=medium

  * Team upload.
  * Rules-Requires-Root: no (routine-update)

 -- Andreas Tille <email address hidden>  Thu, 02 Apr 2020 18:11:36 +0200

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lazyarray_0.3.3-2.dsc 2.1 KiB 449c38e04f0f200e96f4fc5dbd51e9a14350b575a816bdadd2c7ee33897db05f
lazyarray_0.3.3.orig.tar.gz 25.4 KiB bddb955d7dba9a836e2c2085c6406cc90a905af97a738090532b12d889b7f226
lazyarray_0.3.3-2.debian.tar.xz 2.6 KiB 63bf3cddfb8820fd1c3e6c58f2d44ce015715fd767fbc5e405caba4df546b93c

No changes file available.

Binary packages built by this source

python3-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).