unyt 3.0.1-1 source package in Ubuntu

Changelog

unyt (3.0.1-1) unstable; urgency=medium

  * New upstream version 3.0.1

 -- Ole Streicher <email address hidden>  Fri, 03 Nov 2023 10:11:22 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
unyt_3.0.1-1.dsc 2.1 KiB 937594a58d39426194dfa21fe2c319bc44e5f650abc4f65d35bdb25903723704
unyt_3.0.1.orig.tar.gz 1.3 MiB 38ce3f964d548a6862764982618b6f8d1122aed4f3b6b27d8cb8b1a58c97db30
unyt_3.0.1-1.debian.tar.xz 3.6 KiB 38ac4090d991f351bfded3d6b0e9efd4d16e96cbf0d394f06c0fdbeecc70fdaf

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.