Skip to content
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #497 from ocefpaf/add_uncertainties
Browse files Browse the repository at this point in the history
Add uncertainties
  • Loading branch information
ocefpaf committed Oct 10, 2015
2 parents d9e8a98 + 01fa11c commit 7ae64f8
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
2 changes: 2 additions & 0 deletions uncertainties/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"%PYTHON%" setup.py install --single-version-externally-managed --record record.txt
if errorlevel 1 exit 1
3 changes: 3 additions & 0 deletions uncertainties/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

$PYTHON setup.py install --single-version-externally-managed --record record.txt
33 changes: 33 additions & 0 deletions uncertainties/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
package:
name: uncertainties
version: "2.4.6.1"

source:
fn: uncertainties-2.4.6.1.tar.gz
url: https://pypi.python.org/packages/source/u/uncertainties/uncertainties-2.4.6.1.tar.gz
md5: a30c01fda82b07ceb758e47e4768843f

build:
number: 0

requirements:
build:
- python
- setuptools
run:
- python

test:
imports:
- uncertainties
- uncertainties.lib1to2
- uncertainties.lib1to2.fixes
- uncertainties.unumpy
requires:
- nose
- numpy

about:
home: http://pythonhosted.org/uncertainties/
license: BSD License
summary: 'Transparent calculations with uncertainties on the quantities involved (aka "error propagation"); fast calculation of derivatives'

0 comments on commit 7ae64f8

Please sign in to comment.