Path to this page:
./
math/py-arviz,
Exploratory analysis of Bayesian models
Branch: CURRENT,
Version: 0.19.0,
Package name: py312-arviz-0.19.0,
Maintainer: minskimArviZ (pronounced "AR-vees") is a Python package for exploratory
analysis of Bayesian models. Includes functions for posterior
analysis, model checking, comparison and diagnostics.
Required to run:[
graphics/py-matplotlib] [
devel/py-setuptools] [
math/py-scipy] [
math/py-numpy] [
math/py-pandas] [
devel/py-packaging] [
lang/python37] [
math/py-xarray] [
math/py-netCDF4]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 1544.686 KB
Version history: (Expand)
- (2024-10-14) Updated to version: py312-arviz-0.19.0
- (2024-08-05) Updated to version: py311-arviz-0.19.0
- (2024-08-05) Updated to version: py311-arviz-0.11.4
- (2023-02-09) Updated to version: py310-arviz-0.11.4
- (2022-02-10) Updated to version: py39-arviz-0.11.4
- (2022-01-05) Updated to version: py39-arviz-0.9.0nb1
CVS history: (Expand)
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-08-06 08:26:09 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-arviz: added TEST_DEPENDS
|
2024-08-05 22:42:07 by Adam Ciarcinski | Files touched by this commit (3) | |
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`
|
2024-08-05 15:38:40 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-arviz: not for Python 3.9 anymore
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-07-01 10:37:47 by Thomas Klausner | Files touched by this commit (105) | |
Log message:
*: restrict py-numpy users to 3.9+ in preparation for update
|
2022-04-10 02:57:15 by David H. Gutteridge | Files touched by this commit (18) |
Log message:
Fix build breakage from py-scipy now being Python >= 3.8
|