unyt 2.9.3-2 source package in Ubuntu

Changelog

unyt (2.9.3-2) unstable; urgency=medium

  * Fix a test to work on numpy 1.24 (Closes: #1027224)

 -- Ole Streicher <email address hidden>  Mon, 09 Jan 2023 09:50:37 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
unyt_2.9.3-2.dsc 2.0 KiB 975c540980edcce79e6f8496c0cd2d2ba6974b7fefd068a07f6f00c5ff16224a
unyt_2.9.3.orig.tar.gz 1.3 MiB bb838f81888040c1645e6386fd784cc595dc6f51c7fdd2ac4c09ad5890b4258e
unyt_2.9.3-2.debian.tar.xz 3.8 KiB fdd4ca47c22e9d1c380182dcef9423b7c75a959058624c03d23b13625ef4220c

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.