pytest-arraydiff 0.3-1 source package in Ubuntu

Changelog

pytest-arraydiff (0.3-1) unstable; urgency=low

  * Fix maintainer (DPMT) email address
  * Move VCS to DPMT
  * New upstream version 0.3

 -- Ole Streicher <email address hidden>  Thu, 06 Dec 2018 16:50:59 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-arraydiff_0.3-1.dsc 2.1 KiB 279350fd4f7571ebd30e89b9fb654c917c59090595713de5717dae30672a3197
pytest-arraydiff_0.3.orig.tar.gz 10.9 KiB de2d62f53ecc107ed754d70d562adfa7573677a263216a7f19aa332f20dc6c15
pytest-arraydiff_0.3-1.debian.tar.xz 2.9 KiB 42fe4968a2ae28030c99a86b2605c0c75621d481a0a99bc5442f2852f81ec20c

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.