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

This commit is contained in:
Yuri Victorovich
2019-12-01 17:52:12 +00:00
parent 07ec3d2815
commit ea9191355f
4 changed files with 41 additions and 0 deletions
+1
View File
@@ -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
+27
View File
@@ -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>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1575220065
SHA256 (arviz-0.5.1.tar.gz) = b0a796cccda61dbd26aad36d0258bb46bb3c412e41176d3b9fbbb49c2a69be12
SIZE (arviz-0.5.1.tar.gz) = 1321172
+10
View File
@@ -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/