From owner-svn-ports-all@freebsd.org Tue Mar 20 08:16:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90948F5CBBD; Tue, 20 Mar 2018 08:16:56 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 302C88663E; Tue, 20 Mar 2018 08:16:56 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2695E1A719; Tue, 20 Mar 2018 08:16:56 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2K8Gu0G069488; Tue, 20 Mar 2018 08:16:56 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2K8GtKa069484; Tue, 20 Mar 2018 08:16:55 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803200816.w2K8GtKa069484@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 20 Mar 2018 08:16:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465073 - in head/math: . py-uncertainties X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . py-uncertainties X-SVN-Commit-Revision: 465073 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2018 08:16:56 -0000 Author: yuri Date: Tue Mar 20 08:16:55 2018 New Revision: 465073 URL: https://svnweb.freebsd.org/changeset/ports/465073 Log: New port: math/py-uncertainties: Calculations with uncertainties on the quantities involved Added: head/math/py-uncertainties/ head/math/py-uncertainties/Makefile (contents, props changed) head/math/py-uncertainties/distinfo (contents, props changed) head/math/py-uncertainties/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Tue Mar 20 07:58:02 2018 (r465072) +++ head/math/Makefile Tue Mar 20 08:16:55 2018 (r465073) @@ -676,6 +676,7 @@ SUBDIR += py-sympy SUBDIR += py-theano SUBDIR += py-ufl + SUBDIR += py-uncertainties SUBDIR += py-viper SUBDIR += py-yt SUBDIR += qalculate Added: head/math/py-uncertainties/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-uncertainties/Makefile Tue Mar 20 08:16:55 2018 (r465073) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= uncertainties +DISTVERSION= 3.0.2 +CATEGORIES= math python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Calculations with uncertainties on the quantities involved + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYNUMPY} + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/math/py-uncertainties/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-uncertainties/distinfo Tue Mar 20 08:16:55 2018 (r465073) @@ -0,0 +1,3 @@ +TIMESTAMP = 1521533279 +SHA256 (uncertainties-3.0.2.tar.gz) = 91db922d54dff6094b4ea0d6e058f713a992cdf42e3ebaf73278e1893bfa2942 +SIZE (uncertainties-3.0.2.tar.gz) = 229516 Added: head/math/py-uncertainties/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-uncertainties/pkg-descr Tue Mar 20 08:16:55 2018 (r465073) @@ -0,0 +1,21 @@ +The uncertainties package is a free, cross-platform program that transparently +handles calculations with numbers with uncertainties (like 3.14+/-0.01). It can +also yield the derivatives of any expression. + +The uncertainties package takes the pain and complexity out of uncertainty +calculations. Error propagation is not to be feared anymore! + +Calculations of results with uncertainties, or of derivatives, can be performed +either in an interactive session (as with a calculator), or in programs written +in the Python programming language. Existing calculation code can run with +little or no change. + +Whatever the complexity of a calculation, this package returns its result with +an uncertainty as predicted by linear error propagation theory. It automatically +calculates derivatives and uses them for calculating uncertainties. Almost all +uncertainty calculations are performed analytically. + +Correlations between variables are automatically handled, which sets this module +a part from many existing error propagation codes. + +WWW: https://uncertainties-python-package.readthedocs.io/en/latest/