unyt 2.9.2-1 source package in Ubuntu

Changelog

unyt (2.9.2-1) unstable; urgency=medium

  * New upstream version 2.9.2

 -- Ole Streicher <email address hidden>  Fri, 22 Jul 2022 10:28:00 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
unyt_2.9.2-1.dsc 2.0 KiB 1812bbec817051a4a2698216d29424324688f6755f91ec6f575da9b5802cbe90
unyt_2.9.2.orig.tar.gz 1.3 MiB 5ae11eff5941ad387fcf0ea86fdea79c93c747768c3d7868e9cab3828ad941e5
unyt_2.9.2-1.debian.tar.xz 3.2 KiB 1c58011a73419ece32768821c405c10d4c9ef91d4f04286f1d9bdd793949abf7

Available diffs

No changes file available.

Binary packages built by this source

python3-unyt: Python package for handling numpy arrays with units

 Often writing code that deals with data that has units can be
 confusing. A function might return an array but at least with plain
 NumPy arrays, there is no way to easily tell what the units of the
 data are without somehow knowing a priori.
 .
 The unyt package (pronounced like “unit”) provides a subclass of
 NumPy’s ndarray class that knows about units.