tinyarray 1.2.3-4build2 source package in Ubuntu

Changelog

tinyarray (1.2.3-4build2) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Thu, 03 Nov 2022 18:11:21 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
tinyarray_1.2.3.orig.tar.gz 36.1 KiB 47a06f801ed4b3d438f4f7098e244cd0c6d7db09428b1bc5ee813e52234dee9f
tinyarray_1.2.3-4build2.debian.tar.xz 8.6 KiB 7aa38f08604fe236e888566c54c63eacaeba6a655f9661e25018d629f7bab8ef
tinyarray_1.2.3-4build2.dsc 2.0 KiB 924a5c601dfc12b5de36fe247900346a9561c13038612117c066d482d3173b44

Available diffs

View changes file

Binary packages built by this source

python3-tinyarray: Arrays of numbers, optimized for small sizes

 Tinyarray is a numerical array module for Python. The multi-dimensional
 arrays it provides are best thought of as (possibly nested) tuples of numbers
 that, unlike Python's built-in tuples, support mathematical operations. Like
 tuples, tinyarrays are hashable and immutable and thus can be used as
 dictionary keys. The module's interface is a subset of that of NumPy and
 hence should be familiar to many Python programmers. Tinyarray has been
 heavily optimized for small arrays: For example, common operations on 1-d
 arrays of length 3 run 3-7 times faster than with NumPy. When storing many
 small arrays, memory consumption is reduced by a factor of 3. In summary,
 Tinyarray is a more efficient alternative to NumPy when many separate small
 numerical arrays are to be used.

python3-tinyarray-dbgsym: debug symbols for python3-tinyarray