tinyarray 1.2.3-4build3 source package in Ubuntu

Changelog

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

  * No-change rebuild with Python 3.11 only

 -- Graham Inggs <email address hidden>  Wed, 22 Mar 2023 05:52:16 +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
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
tinyarray_1.2.3.orig.tar.gz 36.1 KiB 47a06f801ed4b3d438f4f7098e244cd0c6d7db09428b1bc5ee813e52234dee9f
tinyarray_1.2.3-4build3.debian.tar.xz 8.6 KiB 9d79a9ab6d40f512270e78798e7357fe9893700a31412cdc8e347885d00c5249
tinyarray_1.2.3-4build3.dsc 2.0 KiB 99d89b4a996b31a531a91d04a053f97fe74b0a7277c1a69305981b50776a0266

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