unyt 3.0.0-1 source package in Ubuntu

Changelog

unyt (3.0.0-1) unstable; urgency=medium

  * New upstream version 3.0.0
  * Rediff patches
  * Add new build dependencies
  * Ignore test that fails on installed package

 -- Ole Streicher <email address hidden>  Thu, 02 Nov 2023 09:57: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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
unyt_3.0.0-1.dsc 2.1 KiB d575c93b17e6b6fd054ad31a5ed94c80bd1ff3aa7ccb3ec28d2f63d8a826c0f3
unyt_3.0.0.orig.tar.gz 1.3 MiB 44f8e6387406943b88c9be50b558e8fb59798ad95bc642b4eaee3393ddd9c44f
unyt_3.0.0-1.debian.tar.xz 3.7 KiB 5bb50d6fb02566ca9db6ce4246fda12c23fb844ec10900c5e144571eb0f5d123

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.