unyt 2.9.5-1 source package in Ubuntu

Changelog

unyt (2.9.5-1) unstable; urgency=medium

  * New upstream version 2.9.5
  * Drop Fix-a-test-to-work-on-numpy-1.24.patch: applied upstream

 -- Ole Streicher <email address hidden>  Fri, 23 Jun 2023 16:40:24 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
unyt_2.9.5-1.dsc 2.0 KiB ac20bb30b6112e58b9f8823658a0f5dcf4768b8093e9bf72f9d263523bc84752
unyt_2.9.5.orig.tar.gz 1.3 MiB 126690733b6177d6338a86dde51488887a0a877e062f2aa4a700d50d043d4c36
unyt_2.9.5-1.debian.tar.xz 3.5 KiB 919002210267c75b97762a382e2ba19af061580ab2b7d06ad0aa95379ed9e356

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.