How to Install and Uninstall python312-tinyarray Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python312-tinyarray" package

This is a short guide on how to install python312-tinyarray on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-tinyarray

2. Uninstall "python312-tinyarray" package

Please follow the steps below to uninstall python312-tinyarray on openSuSE Tumbleweed:

$ sudo zypper remove python312-tinyarray

3. Information about the python312-tinyarray package on openSuSE Tumbleweed

Information for package python312-tinyarray:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-tinyarray
Version : 1.2.4-2.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 141.0 KiB
Installed : No
Status : not installed
Source package : python-tinyarray-1.2.4-2.6.src
Upstream URL : https://gitlab.kwant-project.org/kwant/tinyarray
Summary : Arrays of numbers for Python, optimized for small sizes
Description :
Tinyarrays are similar to NumPy arrays, but optimized for small sizes.
Tinyarrays support mathematical operations like element-wise addition
and matrix multiplication. Tinyarrays can be used as dictionary keys
because they are hashable and immutable. Tinyarrays are useful if you
need many small arrays of numbers, and cannot combine them into a few
large ones. Common operations on very small arrays are faster than
with NumPy, and less memory is used to store them.