unyt 2.9.3-1 source package in Ubuntu

Changelog

unyt (2.9.3-1) unstable; urgency=medium

  * New upstream version 2.9.3
  * Push Standards-Version to 4.6.2. No changes

 -- Ole Streicher <email address hidden>  Wed, 21 Dec 2022 08:46:28 +0100

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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
unyt_2.9.3-1.dsc 2.0 KiB 337708bc939b448c1641cbdf471ca2b84117e8361108a397f91b3c07de239017
unyt_2.9.3.orig.tar.gz 1.3 MiB bb838f81888040c1645e6386fd784cc595dc6f51c7fdd2ac4c09ad5890b4258e
unyt_2.9.3-1.debian.tar.xz 3.4 KiB b8cf499d29ee11ce9c8838539e9e6a912a644d5395a9d4cd2a2d76d6fbf0854e

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.