unyt 2.9.2-2 source package in Ubuntu

Changelog

unyt (2.9.2-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Set upstream metadata fields: Bug-Submit, Repository-Browse.

 -- Jelmer Vernooij <email address hidden>  Wed, 02 Nov 2022 21:02:57 +0000

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.2-2.dsc 2.0 KiB f25c36ce0b946498a07f5b3f426e4f21b5a588fd4c457301bf5216c520573eee
unyt_2.9.2.orig.tar.gz 1.3 MiB 5ae11eff5941ad387fcf0ea86fdea79c93c747768c3d7868e9cab3828ad941e5
unyt_2.9.2-2.debian.tar.xz 3.3 KiB 25f1952b9c612ab13b766a90527543169b51240180897b8e2ca511315e17d87b

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.