unyt 3.0.2-1 source package in Ubuntu

Changelog

unyt (3.0.2-1) unstable; urgency=medium

  * New upstream version 3.0.2
  * Rediff patches

 -- Ole Streicher <email address hidden>  Fri, 15 Mar 2024 08:20:56 +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

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
unyt_3.0.2-1.dsc 2.1 KiB 85bb333245ca3044537556e68328dfcf46c17816309e0dc713e155e283ad3857
unyt_3.0.2.orig.tar.gz 1.3 MiB 860d62dffd975c02a0eb953cfd0c6876d937a371ec8c7bdaf05e1a2b1df3e574
unyt_3.0.2-1.debian.tar.xz 3.7 KiB ac027d005ceff5e0694a2ae09e20eaef6200e6cb2db41c8ed7a2c4b897ea0f3e

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.