pytest-arraydiff 0.5.0-2 source package in Ubuntu

Changelog

pytest-arraydiff (0.5.0-2) unstable; urgency=medium

  * Add version.py to d/clean (Closes: #1015127)
  * Push Standards-Version to 4.6.1. No changes needed

 -- Ole Streicher <email address hidden>  Sun, 17 Jul 2022 12:57:03 +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
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-arraydiff_0.5.0-2.dsc 2.1 KiB da7fc65a69d130d3d01c6ba2a90ec7e9638e2b4a3c19b07aa29ea7a7a0b0c1a1
pytest-arraydiff_0.5.0.orig.tar.gz 12.1 KiB 714149beffd0dfa085477c65791c1139b619602b049536353ce1a91397fb3bd2
pytest-arraydiff_0.5.0-2.debian.tar.xz 3.5 KiB f21950c5fc1f322e9c649aeb25689fb81121c67c89d74d525fe7c66a925db774

Available diffs

No changes file available.

Binary packages built by this source

python3-pytest-arraydiff: Pytest plugin to generate and compare data arrays

 The basic idea is that you can write a test that generates a Numpy array
 (or other related objects depending on the format). You can then either
 run the tests in a mode to generate reference files from the arrays, or
 you can run the tests in comparison mode, which will compare the results
 of the tests to the reference ones within some tolerance. At the moment,
 the supported file formats for the reference files are plaint text and
 FITS.