unyt 2.8.0-1 source package in Ubuntu

Changelog

unyt (2.8.0-1) unstable; urgency=medium

  * Initial Debian package. Closes: #992999

 -- Ole Streicher <email address hidden>  Thu, 26 Aug 2021 08:46:26 +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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
unyt_2.8.0-1.dsc 2.0 KiB fd9eba98a1d8763242dea1038f7e0e1d6c81b3f4fa1cbb9c7edabd5166fa93ce
unyt_2.8.0.orig.tar.gz 1.3 MiB 4fc95704cba4527604f21724d0d9845aea07831a6a2a3d1be9b9d18395e0c345
unyt_2.8.0-1.debian.tar.xz 2.7 KiB 8bc0c9cea43a349e68c5729c080de76fa221af1965dbefe1b687564aab866a2b

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.