pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-arviz
Module Name: pkgsrc
Committed By: adam
Date: Mon Aug 5 20:42:07 UTC 2024
Modified Files:
pkgsrc/math/py-arviz: Makefile PLIST distinfo
Log Message:
py-arviz: updated to 0.19.0
v0.19.0 (2024 Jul 19)
New features
- Use revised Pareto k threshold
- Added arguments `ci_prob`, `eval_points`, `rvs`, and `random_state` to `plot_ecdf`
- Deprecated rcParam `stats.hdi_prob` and replaced with `stats.ci_prob`
- Expose features from [arviz-base](https://arviz-base.readthedocs.io), [arviz-stats](https://arviz-stats.readthedocs.io) and [arviz-plots](https://arviz-plots.readthedocs.io) as `arviz.preview`
submodule
Maintenance and fixes
- Ensure support with numpy 2.0
- Update testing strategy to include an environment without optional dependencies and
an environment with [scientific python nightlies](https://anaconda.org/scientific-python-nightly-wheels)
- Address bokeh related deprecations
- Fix legend overwriting issue in `plot_trace`
Deprecation
- Support for arrays and DataArrays in plot_khat has been deprecated. Only ELPDdata will be supported in the future
- Removed arguments `values2`, `fpr`, `pointwise`, and `pit` in `plot_ecdf`
v0.18.0 (2024 Apr 4)
New features
- Add new example data `rugby_field` and update `rugby` example data
- Support for `pytree`s and robust to nested dictionaries.
- Add `.close` method to `InferenceData`
Maintenance and fixes
- Fix deprecation warnings in multiple dependencies
Deprecation
- Removed arguments `values2`, `fpr`, `pointwise`, `npoints`, and `pit` in `plot_ecdf`
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/py-arviz/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/py-arviz/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/py-arviz/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/py-arviz/Makefile
diff -u pkgsrc/math/py-arviz/Makefile:1.12 pkgsrc/math/py-arviz/Makefile:1.13
--- pkgsrc/math/py-arviz/Makefile:1.12 Mon Aug 5 13:38:39 2024
+++ pkgsrc/math/py-arviz/Makefile Mon Aug 5 20:42:07 2024
@@ -1,27 +1,31 @@
-# $NetBSD: Makefile,v 1.12 2024/08/05 13:38:39 adam Exp $
+# $NetBSD: Makefile,v 1.13 2024/08/05 20:42:07 adam Exp $
-DISTNAME= arviz-0.11.4
+DISTNAME= arviz-0.19.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/arviz/}
MAINTAINER= minskim%NetBSD.org@localhost
-HOMEPAGE= https://arviz-devs.github.io/arviz/
+HOMEPAGE= https://python.arviz.org/
COMMENT= Exploratory analysis of Bayesian models
LICENSE= apache-2.0
-DEPENDS+= ${PYPKGPREFIX}-matplotlib>=3.0:../../graphics/py-matplotlib
-DEPENDS+= ${PYPKGPREFIX}-netCDF4-[0-9]*:../../math/py-netCDF4
-DEPENDS+= ${PYPKGPREFIX}-numpy>=1.12:../../math/py-numpy
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+= ${PYPKGPREFIX}-dm-tree>=0.1.8:../../devel/py-dm-tree
+DEPENDS+= ${PYPKGPREFIX}-h5netcdf>=1.0.2:../../devel/py-h5netcdf
+DEPENDS+= ${PYPKGPREFIX}-matplotlib>=3.5:../../graphics/py-matplotlib
+DEPENDS+= ${PYPKGPREFIX}-numpy>=1.23.0:../../math/py-numpy
DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
-DEPENDS+= ${PYPKGPREFIX}-pandas>=0.23:../../math/py-pandas
-DEPENDS+= ${PYPKGPREFIX}-scipy>=0.19:../../math/py-scipy
-DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4.3:../../devel/py-typing-extensions
-DEPENDS+= ${PYPKGPREFIX}-xarray>=0.16.1:../../math/py-xarray
+DEPENDS+= ${PYPKGPREFIX}-pandas>=1.5.0:../../math/py-pandas
+DEPENDS+= ${PYPKGPREFIX}-scipy>=1.9.0:../../math/py-scipy
+DEPENDS+= ${PYPKGPREFIX}-setuptools>=60.0.0:../../devel/py-setuptools
+DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.1.0:../../devel/py-typing-extensions
+DEPENDS+= ${PYPKGPREFIX}-xarray>=2022.6.0:../../math/py-xarray
+DEPENDS+= ${PYPKGPREFIX}-xarray-einstats>=0.3:../../math/py-xarray-einstats
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/py-arviz/PLIST
diff -u pkgsrc/math/py-arviz/PLIST:1.4 pkgsrc/math/py-arviz/PLIST:1.5
--- pkgsrc/math/py-arviz/PLIST:1.4 Thu Feb 10 14:21:59 2022
+++ pkgsrc/math/py-arviz/PLIST Mon Aug 5 20:42:07 2024
@@ -1,17 +1,15 @@
-@comment $NetBSD: PLIST,v 1.4 2022/02/10 14:21:59 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.5 2024/08/05 20:42:07 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/arviz/__init__.py
${PYSITELIB}/arviz/__init__.pyc
${PYSITELIB}/arviz/__init__.pyo
${PYSITELIB}/arviz/data/__init__.py
${PYSITELIB}/arviz/data/__init__.pyc
${PYSITELIB}/arviz/data/__init__.pyo
-${PYSITELIB}/arviz/data/_datasets/centered_eight.nc
-${PYSITELIB}/arviz/data/_datasets/non_centered_eight.nc
${PYSITELIB}/arviz/data/base.py
${PYSITELIB}/arviz/data/base.pyc
${PYSITELIB}/arviz/data/base.pyo
@@ -21,15 +19,26 @@ ${PYSITELIB}/arviz/data/converters.pyo
${PYSITELIB}/arviz/data/datasets.py
${PYSITELIB}/arviz/data/datasets.pyc
${PYSITELIB}/arviz/data/datasets.pyo
+${PYSITELIB}/arviz/data/example_data/code/radon/radon.json
+${PYSITELIB}/arviz/data/example_data/data/centered_eight.nc
+${PYSITELIB}/arviz/data/example_data/data/non_centered_eight.nc
+${PYSITELIB}/arviz/data/example_data/data_local.json
+${PYSITELIB}/arviz/data/example_data/data_remote.json
${PYSITELIB}/arviz/data/inference_data.py
${PYSITELIB}/arviz/data/inference_data.pyc
${PYSITELIB}/arviz/data/inference_data.pyo
+${PYSITELIB}/arviz/data/io_beanmachine.py
+${PYSITELIB}/arviz/data/io_beanmachine.pyc
+${PYSITELIB}/arviz/data/io_beanmachine.pyo
${PYSITELIB}/arviz/data/io_cmdstan.py
${PYSITELIB}/arviz/data/io_cmdstan.pyc
${PYSITELIB}/arviz/data/io_cmdstan.pyo
${PYSITELIB}/arviz/data/io_cmdstanpy.py
${PYSITELIB}/arviz/data/io_cmdstanpy.pyc
${PYSITELIB}/arviz/data/io_cmdstanpy.pyo
+${PYSITELIB}/arviz/data/io_datatree.py
+${PYSITELIB}/arviz/data/io_datatree.pyc
+${PYSITELIB}/arviz/data/io_datatree.pyo
${PYSITELIB}/arviz/data/io_dict.py
${PYSITELIB}/arviz/data/io_dict.pyc
${PYSITELIB}/arviz/data/io_dict.pyo
@@ -48,21 +57,18 @@ ${PYSITELIB}/arviz/data/io_numpyro.pyo
${PYSITELIB}/arviz/data/io_pyjags.py
${PYSITELIB}/arviz/data/io_pyjags.pyc
${PYSITELIB}/arviz/data/io_pyjags.pyo
-${PYSITELIB}/arviz/data/io_pymc3.py
-${PYSITELIB}/arviz/data/io_pymc3.pyc
-${PYSITELIB}/arviz/data/io_pymc3.pyo
-${PYSITELIB}/arviz/data/io_pymc3_3x.py
-${PYSITELIB}/arviz/data/io_pymc3_3x.pyc
-${PYSITELIB}/arviz/data/io_pymc3_3x.pyo
${PYSITELIB}/arviz/data/io_pyro.py
${PYSITELIB}/arviz/data/io_pyro.pyc
${PYSITELIB}/arviz/data/io_pyro.pyo
${PYSITELIB}/arviz/data/io_pystan.py
${PYSITELIB}/arviz/data/io_pystan.pyc
${PYSITELIB}/arviz/data/io_pystan.pyo
-${PYSITELIB}/arviz/data/io_tfp.py
-${PYSITELIB}/arviz/data/io_tfp.pyc
-${PYSITELIB}/arviz/data/io_tfp.pyo
+${PYSITELIB}/arviz/data/io_zarr.py
+${PYSITELIB}/arviz/data/io_zarr.pyc
+${PYSITELIB}/arviz/data/io_zarr.pyo
+${PYSITELIB}/arviz/data/utils.py
+${PYSITELIB}/arviz/data/utils.pyc
+${PYSITELIB}/arviz/data/utils.pyo
${PYSITELIB}/arviz/labels.py
${PYSITELIB}/arviz/labels.pyc
${PYSITELIB}/arviz/labels.pyo
@@ -81,6 +87,9 @@ ${PYSITELIB}/arviz/plots/backends/bokeh/
${PYSITELIB}/arviz/plots/backends/bokeh/autocorrplot.py
${PYSITELIB}/arviz/plots/backends/bokeh/autocorrplot.pyc
${PYSITELIB}/arviz/plots/backends/bokeh/autocorrplot.pyo
+${PYSITELIB}/arviz/plots/backends/bokeh/bfplot.py
+${PYSITELIB}/arviz/plots/backends/bokeh/bfplot.pyc
+${PYSITELIB}/arviz/plots/backends/bokeh/bfplot.pyo
${PYSITELIB}/arviz/plots/backends/bokeh/bpvplot.py
${PYSITELIB}/arviz/plots/backends/bokeh/bpvplot.pyc
${PYSITELIB}/arviz/plots/backends/bokeh/bpvplot.pyo
@@ -99,6 +108,9 @@ ${PYSITELIB}/arviz/plots/backends/bokeh/
${PYSITELIB}/arviz/plots/backends/bokeh/dotplot.py
${PYSITELIB}/arviz/plots/backends/bokeh/dotplot.pyc
${PYSITELIB}/arviz/plots/backends/bokeh/dotplot.pyo
+${PYSITELIB}/arviz/plots/backends/bokeh/ecdfplot.py
+${PYSITELIB}/arviz/plots/backends/bokeh/ecdfplot.pyc
+${PYSITELIB}/arviz/plots/backends/bokeh/ecdfplot.pyo
${PYSITELIB}/arviz/plots/backends/bokeh/elpdplot.py
${PYSITELIB}/arviz/plots/backends/bokeh/elpdplot.pyc
${PYSITELIB}/arviz/plots/backends/bokeh/elpdplot.pyo
@@ -114,9 +126,6 @@ ${PYSITELIB}/arviz/plots/backends/bokeh/
${PYSITELIB}/arviz/plots/backends/bokeh/hdiplot.py
${PYSITELIB}/arviz/plots/backends/bokeh/hdiplot.pyc
${PYSITELIB}/arviz/plots/backends/bokeh/hdiplot.pyo
-${PYSITELIB}/arviz/plots/backends/bokeh/jointplot.py
-${PYSITELIB}/arviz/plots/backends/bokeh/jointplot.pyc
-${PYSITELIB}/arviz/plots/backends/bokeh/jointplot.pyo
${PYSITELIB}/arviz/plots/backends/bokeh/kdeplot.py
${PYSITELIB}/arviz/plots/backends/bokeh/kdeplot.pyc
${PYSITELIB}/arviz/plots/backends/bokeh/kdeplot.pyo
@@ -162,6 +171,9 @@ ${PYSITELIB}/arviz/plots/backends/matplo
${PYSITELIB}/arviz/plots/backends/matplotlib/autocorrplot.py
${PYSITELIB}/arviz/plots/backends/matplotlib/autocorrplot.pyc
${PYSITELIB}/arviz/plots/backends/matplotlib/autocorrplot.pyo
+${PYSITELIB}/arviz/plots/backends/matplotlib/bfplot.py
+${PYSITELIB}/arviz/plots/backends/matplotlib/bfplot.pyc
+${PYSITELIB}/arviz/plots/backends/matplotlib/bfplot.pyo
${PYSITELIB}/arviz/plots/backends/matplotlib/bpvplot.py
${PYSITELIB}/arviz/plots/backends/matplotlib/bpvplot.pyc
${PYSITELIB}/arviz/plots/backends/matplotlib/bpvplot.pyo
@@ -180,6 +192,9 @@ ${PYSITELIB}/arviz/plots/backends/matplo
${PYSITELIB}/arviz/plots/backends/matplotlib/dotplot.py
${PYSITELIB}/arviz/plots/backends/matplotlib/dotplot.pyc
${PYSITELIB}/arviz/plots/backends/matplotlib/dotplot.pyo
+${PYSITELIB}/arviz/plots/backends/matplotlib/ecdfplot.py
+${PYSITELIB}/arviz/plots/backends/matplotlib/ecdfplot.pyc
+${PYSITELIB}/arviz/plots/backends/matplotlib/ecdfplot.pyo
${PYSITELIB}/arviz/plots/backends/matplotlib/elpdplot.py
${PYSITELIB}/arviz/plots/backends/matplotlib/elpdplot.pyc
${PYSITELIB}/arviz/plots/backends/matplotlib/elpdplot.pyo
@@ -195,9 +210,6 @@ ${PYSITELIB}/arviz/plots/backends/matplo
${PYSITELIB}/arviz/plots/backends/matplotlib/hdiplot.py
${PYSITELIB}/arviz/plots/backends/matplotlib/hdiplot.pyc
${PYSITELIB}/arviz/plots/backends/matplotlib/hdiplot.pyo
-${PYSITELIB}/arviz/plots/backends/matplotlib/jointplot.py
-${PYSITELIB}/arviz/plots/backends/matplotlib/jointplot.pyc
-${PYSITELIB}/arviz/plots/backends/matplotlib/jointplot.pyo
${PYSITELIB}/arviz/plots/backends/matplotlib/kdeplot.py
${PYSITELIB}/arviz/plots/backends/matplotlib/kdeplot.pyc
${PYSITELIB}/arviz/plots/backends/matplotlib/kdeplot.pyo
@@ -240,6 +252,9 @@ ${PYSITELIB}/arviz/plots/backends/matplo
${PYSITELIB}/arviz/plots/backends/matplotlib/violinplot.py
${PYSITELIB}/arviz/plots/backends/matplotlib/violinplot.pyc
${PYSITELIB}/arviz/plots/backends/matplotlib/violinplot.pyo
+${PYSITELIB}/arviz/plots/bfplot.py
+${PYSITELIB}/arviz/plots/bfplot.pyc
+${PYSITELIB}/arviz/plots/bfplot.pyo
${PYSITELIB}/arviz/plots/bpvplot.py
${PYSITELIB}/arviz/plots/bpvplot.pyc
${PYSITELIB}/arviz/plots/bpvplot.pyo
@@ -258,6 +273,9 @@ ${PYSITELIB}/arviz/plots/distplot.pyo
${PYSITELIB}/arviz/plots/dotplot.py
${PYSITELIB}/arviz/plots/dotplot.pyc
${PYSITELIB}/arviz/plots/dotplot.pyo
+${PYSITELIB}/arviz/plots/ecdfplot.py
+${PYSITELIB}/arviz/plots/ecdfplot.pyc
+${PYSITELIB}/arviz/plots/ecdfplot.pyo
${PYSITELIB}/arviz/plots/elpdplot.py
${PYSITELIB}/arviz/plots/elpdplot.pyc
${PYSITELIB}/arviz/plots/elpdplot.pyo
@@ -273,9 +291,6 @@ ${PYSITELIB}/arviz/plots/forestplot.pyo
${PYSITELIB}/arviz/plots/hdiplot.py
${PYSITELIB}/arviz/plots/hdiplot.pyc
${PYSITELIB}/arviz/plots/hdiplot.pyo
-${PYSITELIB}/arviz/plots/jointplot.py
-${PYSITELIB}/arviz/plots/jointplot.pyc
-${PYSITELIB}/arviz/plots/jointplot.pyo
${PYSITELIB}/arviz/plots/kdeplot.py
${PYSITELIB}/arviz/plots/kdeplot.pyc
${PYSITELIB}/arviz/plots/kdeplot.pyo
@@ -317,6 +332,8 @@ ${PYSITELIB}/arviz/plots/styles/arviz-br
${PYSITELIB}/arviz/plots/styles/arviz-colors.mplstyle
${PYSITELIB}/arviz/plots/styles/arviz-cyanish.mplstyle
${PYSITELIB}/arviz/plots/styles/arviz-darkgrid.mplstyle
+${PYSITELIB}/arviz/plots/styles/arviz-doc.mplstyle
+${PYSITELIB}/arviz/plots/styles/arviz-docgrid.mplstyle
${PYSITELIB}/arviz/plots/styles/arviz-grayscale.mplstyle
${PYSITELIB}/arviz/plots/styles/arviz-greenish.mplstyle
${PYSITELIB}/arviz/plots/styles/arviz-orangish.mplstyle
@@ -336,6 +353,10 @@ ${PYSITELIB}/arviz/plots/tsplot.pyo
${PYSITELIB}/arviz/plots/violinplot.py
${PYSITELIB}/arviz/plots/violinplot.pyc
${PYSITELIB}/arviz/plots/violinplot.pyo
+${PYSITELIB}/arviz/preview.py
+${PYSITELIB}/arviz/preview.pyc
+${PYSITELIB}/arviz/preview.pyo
+${PYSITELIB}/arviz/py.typed
${PYSITELIB}/arviz/rcparams.py
${PYSITELIB}/arviz/rcparams.pyc
${PYSITELIB}/arviz/rcparams.pyo
@@ -353,6 +374,9 @@ ${PYSITELIB}/arviz/stats/density_utils.p
${PYSITELIB}/arviz/stats/diagnostics.py
${PYSITELIB}/arviz/stats/diagnostics.pyc
${PYSITELIB}/arviz/stats/diagnostics.pyo
+${PYSITELIB}/arviz/stats/ecdf_utils.py
+${PYSITELIB}/arviz/stats/ecdf_utils.pyc
+${PYSITELIB}/arviz/stats/ecdf_utils.pyo
${PYSITELIB}/arviz/stats/stats.py
${PYSITELIB}/arviz/stats/stats.pyc
${PYSITELIB}/arviz/stats/stats.pyo
@@ -383,6 +407,9 @@ ${PYSITELIB}/arviz/tests/base_tests/test
${PYSITELIB}/arviz/tests/base_tests/test_helpers.py
${PYSITELIB}/arviz/tests/base_tests/test_helpers.pyc
${PYSITELIB}/arviz/tests/base_tests/test_helpers.pyo
+${PYSITELIB}/arviz/tests/base_tests/test_labels.py
+${PYSITELIB}/arviz/tests/base_tests/test_labels.pyc
+${PYSITELIB}/arviz/tests/base_tests/test_labels.pyo
${PYSITELIB}/arviz/tests/base_tests/test_plot_utils.py
${PYSITELIB}/arviz/tests/base_tests/test_plot_utils.pyc
${PYSITELIB}/arviz/tests/base_tests/test_plot_utils.pyo
@@ -398,6 +425,9 @@ ${PYSITELIB}/arviz/tests/base_tests/test
${PYSITELIB}/arviz/tests/base_tests/test_stats.py
${PYSITELIB}/arviz/tests/base_tests/test_stats.pyc
${PYSITELIB}/arviz/tests/base_tests/test_stats.pyo
+${PYSITELIB}/arviz/tests/base_tests/test_stats_ecdf_utils.py
+${PYSITELIB}/arviz/tests/base_tests/test_stats_ecdf_utils.pyc
+${PYSITELIB}/arviz/tests/base_tests/test_stats_ecdf_utils.pyo
${PYSITELIB}/arviz/tests/base_tests/test_stats_numba.py
${PYSITELIB}/arviz/tests/base_tests/test_stats_numba.pyc
${PYSITELIB}/arviz/tests/base_tests/test_stats_numba.pyo
@@ -416,6 +446,9 @@ ${PYSITELIB}/arviz/tests/conftest.pyo
${PYSITELIB}/arviz/tests/external_tests/__init__.py
${PYSITELIB}/arviz/tests/external_tests/__init__.pyc
${PYSITELIB}/arviz/tests/external_tests/__init__.pyo
+${PYSITELIB}/arviz/tests/external_tests/test_data_beanmachine.py
+${PYSITELIB}/arviz/tests/external_tests/test_data_beanmachine.pyc
+${PYSITELIB}/arviz/tests/external_tests/test_data_beanmachine.pyo
${PYSITELIB}/arviz/tests/external_tests/test_data_cmdstan.py
${PYSITELIB}/arviz/tests/external_tests/test_data_cmdstan.pyc
${PYSITELIB}/arviz/tests/external_tests/test_data_cmdstan.pyo
@@ -431,18 +464,12 @@ ${PYSITELIB}/arviz/tests/external_tests/
${PYSITELIB}/arviz/tests/external_tests/test_data_pyjags.py
${PYSITELIB}/arviz/tests/external_tests/test_data_pyjags.pyc
${PYSITELIB}/arviz/tests/external_tests/test_data_pyjags.pyo
-${PYSITELIB}/arviz/tests/external_tests/test_data_pymc.py
-${PYSITELIB}/arviz/tests/external_tests/test_data_pymc.pyc
-${PYSITELIB}/arviz/tests/external_tests/test_data_pymc.pyo
${PYSITELIB}/arviz/tests/external_tests/test_data_pyro.py
${PYSITELIB}/arviz/tests/external_tests/test_data_pyro.pyc
${PYSITELIB}/arviz/tests/external_tests/test_data_pyro.pyo
${PYSITELIB}/arviz/tests/external_tests/test_data_pystan.py
${PYSITELIB}/arviz/tests/external_tests/test_data_pystan.pyc
${PYSITELIB}/arviz/tests/external_tests/test_data_pystan.pyo
-${PYSITELIB}/arviz/tests/external_tests/test_data_tfp.py
-${PYSITELIB}/arviz/tests/external_tests/test_data_tfp.pyc
-${PYSITELIB}/arviz/tests/external_tests/test_data_tfp.pyo
${PYSITELIB}/arviz/tests/helpers.py
${PYSITELIB}/arviz/tests/helpers.pyc
${PYSITELIB}/arviz/tests/helpers.pyo
@@ -455,6 +482,9 @@ ${PYSITELIB}/arviz/wrappers/__init__.pyo
${PYSITELIB}/arviz/wrappers/base.py
${PYSITELIB}/arviz/wrappers/base.pyc
${PYSITELIB}/arviz/wrappers/base.pyo
+${PYSITELIB}/arviz/wrappers/wrap_pymc.py
+${PYSITELIB}/arviz/wrappers/wrap_pymc.pyc
+${PYSITELIB}/arviz/wrappers/wrap_pymc.pyo
${PYSITELIB}/arviz/wrappers/wrap_stan.py
${PYSITELIB}/arviz/wrappers/wrap_stan.pyc
${PYSITELIB}/arviz/wrappers/wrap_stan.pyo
Index: pkgsrc/math/py-arviz/distinfo
diff -u pkgsrc/math/py-arviz/distinfo:1.6 pkgsrc/math/py-arviz/distinfo:1.7
--- pkgsrc/math/py-arviz/distinfo:1.6 Thu Feb 10 14:21:59 2022
+++ pkgsrc/math/py-arviz/distinfo Mon Aug 5 20:42:07 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/02/10 14:21:59 adam Exp $
+$NetBSD: distinfo,v 1.7 2024/08/05 20:42:07 adam Exp $
-BLAKE2s (arviz-0.11.4.tar.gz) = f8409fb325853e526e2f097413f07d09ba0919a871dbddf02ed3f72be3cdffb9
-SHA512 (arviz-0.11.4.tar.gz) = 20a803bd202366520b94e45a216b72b47c3880ee0fe154ea250d1d5d14dfb85de2a4b8e6efc18f5474c0394f869a74efeb14f1edf6f5ae6836cf9b7bad74ba54
-Size (arviz-0.11.4.tar.gz) = 1506007 bytes
+BLAKE2s (arviz-0.19.0.tar.gz) = 8bf4929184eb2aee694b53af06a98d72c00e18eaeffba45408874e5cd53039fe
+SHA512 (arviz-0.19.0.tar.gz) = 78ee1fe664e970a70b346acb944c9d960444fe6ceb143d104ed2a7e00d84ebd6e5d2b4f15abf420834d654c6f355b672f02a0d5b7205b7a4439c20bdf1e29df7
+Size (arviz-0.19.0.tar.gz) = 1581758 bytes
Home |
Main Index |
Thread Index |
Old Index