unyt 3.0.3-1 source package in Ubuntu

Changelog

unyt (3.0.3-1) unstable; urgency=medium

  * New upstream version 3.0.3
  * Rediff patches

 -- Ole Streicher <email address hidden>  Fri, 12 Jul 2024 14:29:51 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
unyt_3.0.3-1.dsc 2.1 KiB a7bbf2d0c83d4113a05233ef880fa1523b9ad81c406563f47263a65db3fdaaa8
unyt_3.0.3.orig.tar.gz 1.3 MiB 717327b57dcb64e93f0f31ebcb1666e3be0fbaef28638bcf1bb77ee3a944a022
unyt_3.0.3-1.debian.tar.xz 3.8 KiB a4673c5d3e020a2631dac2e4e4b73466ffdd99d373b6678c66d8451115854ffe

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.