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:           Tue Apr 15 16:10:42 UTC 2025

Modified Files:
        pkgsrc/math/py-arviz: Makefile PLIST distinfo

Log Message:
py-arviz: updated to 0.21.0

v0.21.0 (2025 Mar 06)

New features

Maintenance and fixes
- Make `arviz.data.generate_dims_coords` handle `dims` and `default_dims` consistently
- Only emit a warning for custom groups in `InferenceData` when explicitly requested
- Splits Bayes Factor computation out from `az.plot_bf` into `az.bayes_factor`
- Update `method="sd"` of `mcse` to not use normality assumption
- Add exception in `az.plot_hdi` for `x` of type `str`

Documentation
- Add example of ECDF comparison plot to gallery
- Change Twitter to X, including the icon
- Update Bokeh link in Installation.rst
- Add missing periods to the ArviZ community page
- Fix missing docstring

v0.20.0 (2024 Sep 28)

New features
- Add optimized simultaneous ECDF confidence bands
- Add support for setting groups with `idata[group]`

Maintenance and fixes
- Make `dm-tree` and optional dependency
- Fix bug in `psislw` modifying input inplace
- Fix behaviour of two dimensional KDE plot with recent matplotlib releases
- Make defaults in `plot_compare` more intuitive

Documentation
- Added extensions of virtual environments in [.gitignore](https://github.com/arviz-devs/arviz/blob/main/.gitignore)
- Fixed the issue in the [Contribution References Documentation](https://python.arviz.org/en/latest/contributing/index.html)
- Improve docstrings for `loo` and `waic`


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/math/py-arviz/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/py-arviz/PLIST
cvs rdiff -u -r1.7 -r1.8 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.16 pkgsrc/math/py-arviz/Makefile:1.17
--- pkgsrc/math/py-arviz/Makefile:1.16  Mon Nov 11 07:28:39 2024
+++ pkgsrc/math/py-arviz/Makefile       Tue Apr 15 16:10:42 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2024/11/11 07:28:39 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2025/04/15 16:10:42 adam Exp $
 
-DISTNAME=      arviz-0.19.0
+DISTNAME=      arviz-0.21.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/arviz/}
@@ -17,7 +17,7 @@ DEPENDS+=     ${PYPKGPREFIX}-numpy>=1.23.0:.
 DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
 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}-setuptools>=78:../../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

Index: pkgsrc/math/py-arviz/PLIST
diff -u pkgsrc/math/py-arviz/PLIST:1.5 pkgsrc/math/py-arviz/PLIST:1.6
--- pkgsrc/math/py-arviz/PLIST:1.5      Mon Aug  5 20:42:07 2024
+++ pkgsrc/math/py-arviz/PLIST  Tue Apr 15 16:10:42 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 2024/08/05 20:42:07 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.6 2025/04/15 16:10:42 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/arviz/__init__.py
 ${PYSITELIB}/arviz/__init__.pyc

Index: pkgsrc/math/py-arviz/distinfo
diff -u pkgsrc/math/py-arviz/distinfo:1.7 pkgsrc/math/py-arviz/distinfo:1.8
--- pkgsrc/math/py-arviz/distinfo:1.7   Mon Aug  5 20:42:07 2024
+++ pkgsrc/math/py-arviz/distinfo       Tue Apr 15 16:10:42 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/08/05 20:42:07 adam Exp $
+$NetBSD: distinfo,v 1.8 2025/04/15 16:10:42 adam Exp $
 
-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
+BLAKE2s (arviz-0.21.0.tar.gz) = 4d0f751ddd5d529ff1152074dc11c32ead5ea693ea14bbc80d11260ce0658be3
+SHA512 (arviz-0.21.0.tar.gz) = e4a922f56b324c5881953afd533be0bb9dab1b99b3c18409db5accb0d6454177130136bf2132c0451e8a0925315c130dbb2955eccacf1d12616eae9081bd15ef
+Size (arviz-0.21.0.tar.gz) = 1586252 bytes



Home | Main Index | Thread Index | Old Index