Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2019 17:52:13 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518790 - in head/math: . py-arviz
Message-ID:  <201912011752.xB1HqDqx021893@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Dec  1 17:52:12 2019
New Revision: 518790
URL: https://svnweb.freebsd.org/changeset/ports/518790

Log:
  New port: math/py-arviz: Package for exploratory analysis of Bayesian models

Added:
  head/math/py-arviz/
  head/math/py-arviz/Makefile   (contents, props changed)
  head/math/py-arviz/distinfo   (contents, props changed)
  head/math/py-arviz/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sun Dec  1 17:40:06 2019	(r518789)
+++ head/math/Makefile	Sun Dec  1 17:52:12 2019	(r518790)
@@ -685,6 +685,7 @@
     SUBDIR += py-algopy
     SUBDIR += py-altgraph
     SUBDIR += py-apgl
+    SUBDIR += py-arviz
     SUBDIR += py-autograd
     SUBDIR += py-basemap
     SUBDIR += py-basemap-data

Added: head/math/py-arviz/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-arviz/Makefile	Sun Dec  1 17:52:12 2019	(r518790)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME=	arviz
+DISTVERSION=	0.5.1
+CATEGORIES=	math python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Package for exploratory analysis of Bayesian models
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}netCDF4>0:science/py-netCDF4@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pandas>=0.23:math/py-pandas@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scipy>=0.19:science/py-scipy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}xarray>=0.11:devel/py-xarray@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/math/py-arviz/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-arviz/distinfo	Sun Dec  1 17:52:12 2019	(r518790)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1575220065
+SHA256 (arviz-0.5.1.tar.gz) = b0a796cccda61dbd26aad36d0258bb46bb3c412e41176d3b9fbbb49c2a69be12
+SIZE (arviz-0.5.1.tar.gz) = 1321172

Added: head/math/py-arviz/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-arviz/pkg-descr	Sun Dec  1 17:52:12 2019	(r518790)
@@ -0,0 +1,10 @@
+ArviZ is a Python package for exploratory analysis of Bayesian models. Includes
+functions for posterior analysis, sample diagnostics, model checking, and
+comparison.
+
+The goal is to provide backend-agnostic tools for diagnostics and visualizations
+of Bayesian inference in Python, by first converting inference data into xarray
+objects. See here for more on xarray and ArviZ usage and here for more on
+InferenceData structure and specification.
+
+WWW: https://arviz-devs.github.io/arviz/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912011752.xB1HqDqx021893>