New port: math/py-arviz: Package for exploratory analysis of Bayesian models
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1575220065
|
||||
SHA256 (arviz-0.5.1.tar.gz) = b0a796cccda61dbd26aad36d0258bb46bb3c412e41176d3b9fbbb49c2a69be12
|
||||
SIZE (arviz-0.5.1.tar.gz) = 1321172
|
||||
@@ -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/
|
||||
Reference in New Issue
Block a user