uncertainties 1.7.4-1 source package in Ubuntu

Changelog

uncertainties (1.7.4-1) unstable; urgency=low

  * New upstream release
  * Package switched from pysupport to dh_python2
  * Patches removed, fixed upstream
  * Standards-Version bump to 3.9.2, no changes needed
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 16:40:50 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
David Paleino
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
uncertainties_1.7.4.orig.tar.gz 79.7 KiB 53aec9f879fd5b9ec1a083a1d89c0ac418e4bb548b1cda1f4f98f70a3430b9f1
uncertainties_1.7.4-1.debian.tar.gz 3.5 KiB a4989fc1e6f9d0566dd62a57866adc8001e916a0829af91e339994ed35868354
uncertainties_1.7.4-1.dsc 1.3 KiB c509f75f591bdd8b7dbd7b3251d4790c67079a2c0a15d1d07a53e899ed8c0515

Available diffs

View changes file

Binary packages built by this source

python-uncertainties: Python module for calculations with uncertainties

 uncertainties is a Python module, which allows calculations such as
 .
   (0.2 +/- 0.01) * 2 = 0.4 +/- 0.02
 .
 to be performed transparently; much more complex mathematical expressions
 involving numbers with uncertainties can also be evaluated transparently.
 .
 Correlations between expressions are correctly taken into account; x-x is
 thus exactly zero, for instance. The uncertainties produced by this module
 are what is predicted by error propagation theory.