arviz 0.23.1__tar.gz → 0.23.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {arviz-0.23.1 → arviz-0.23.3}/PKG-INFO +2 -1
- {arviz-0.23.1 → arviz-0.23.3}/arviz/__init__.py +16 -6
- {arviz-0.23.1 → arviz-0.23.3}/arviz/data/example_data/data_remote.json +2 -2
- {arviz-0.23.1 → arviz-0.23.3}/arviz.egg-info/PKG-INFO +2 -1
- {arviz-0.23.1 → arviz-0.23.3}/arviz.egg-info/requires.txt +1 -0
- {arviz-0.23.1 → arviz-0.23.3}/requirements.txt +1 -0
- {arviz-0.23.1 → arviz-0.23.3}/CHANGELOG.md +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/CODE_OF_CONDUCT.md +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/CONTRIBUTING.md +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/GOVERNANCE.md +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/LICENSE +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/MANIFEST.in +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/README.md +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/data/__init__.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/data/base.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/data/converters.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/data/datasets.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/data/example_data/code/radon/radon.json +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/data/example_data/data/centered_eight.nc +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/data/example_data/data/non_centered_eight.nc +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/data/example_data/data_local.json +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/data/inference_data.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/data/io_beanmachine.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/data/io_cmdstan.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/data/io_cmdstanpy.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/data/io_datatree.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/data/io_dict.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/data/io_emcee.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/data/io_json.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/data/io_netcdf.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/data/io_numpyro.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/data/io_pyjags.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/data/io_pyro.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/data/io_pystan.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/data/io_zarr.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/data/utils.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/labels.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/__init__.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/autocorrplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/__init__.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/__init__.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/autocorrplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/bfplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/bpvplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/compareplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/densityplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/distcomparisonplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/distplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/dotplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/ecdfplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/elpdplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/energyplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/essplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/forestplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/hdiplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/kdeplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/khatplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/lmplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/loopitplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/mcseplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/pairplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/parallelplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/posteriorplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/ppcplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/rankplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/separationplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/traceplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/bokeh/violinplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/__init__.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/autocorrplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/bfplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/bpvplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/compareplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/densityplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/distcomparisonplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/distplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/dotplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/ecdfplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/elpdplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/energyplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/essplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/forestplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/hdiplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/kdeplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/khatplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/lmplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/loopitplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/mcseplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/pairplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/parallelplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/posteriorplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/ppcplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/rankplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/separationplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/traceplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/tsplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/backends/matplotlib/violinplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/bfplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/bpvplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/compareplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/densityplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/distcomparisonplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/distplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/dotplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/ecdfplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/elpdplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/energyplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/essplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/forestplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/hdiplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/kdeplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/khatplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/lmplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/loopitplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/mcseplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/pairplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/parallelplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/plot_utils.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/posteriorplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/ppcplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/rankplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/separationplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/styles/arviz-bluish.mplstyle +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/styles/arviz-brownish.mplstyle +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/styles/arviz-colors.mplstyle +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/styles/arviz-cyanish.mplstyle +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/styles/arviz-darkgrid.mplstyle +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/styles/arviz-doc.mplstyle +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/styles/arviz-docgrid.mplstyle +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/styles/arviz-grayscale.mplstyle +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/styles/arviz-greenish.mplstyle +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/styles/arviz-orangish.mplstyle +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/styles/arviz-plasmish.mplstyle +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/styles/arviz-purplish.mplstyle +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/styles/arviz-redish.mplstyle +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/styles/arviz-royish.mplstyle +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/styles/arviz-viridish.mplstyle +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/styles/arviz-white.mplstyle +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/styles/arviz-whitegrid.mplstyle +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/traceplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/tsplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/plots/violinplot.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/preview.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/py.typed +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/rcparams.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/sel_utils.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/static/css/style.css +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/static/html/icons-svg-inline.html +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/stats/__init__.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/stats/density_utils.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/stats/diagnostics.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/stats/ecdf_utils.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/stats/stats.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/stats/stats_refitting.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/stats/stats_utils.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/__init__.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/base_tests/__init__.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/base_tests/test_data.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/base_tests/test_data_zarr.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/base_tests/test_diagnostics.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/base_tests/test_diagnostics_numba.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/base_tests/test_helpers.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/base_tests/test_labels.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/base_tests/test_plot_utils.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/base_tests/test_plots_bokeh.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/base_tests/test_plots_matplotlib.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/base_tests/test_rcparams.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/base_tests/test_stats.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/base_tests/test_stats_ecdf_utils.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/base_tests/test_stats_numba.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/base_tests/test_stats_utils.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/base_tests/test_utils.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/base_tests/test_utils_numba.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/conftest.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/external_tests/__init__.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/external_tests/test_data_beanmachine.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/external_tests/test_data_cmdstan.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/external_tests/test_data_cmdstanpy.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/external_tests/test_data_emcee.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/external_tests/test_data_numpyro.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/external_tests/test_data_pyjags.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/external_tests/test_data_pyro.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/external_tests/test_data_pystan.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/tests/helpers.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/utils.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/wrappers/__init__.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/wrappers/base.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/wrappers/wrap_pymc.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz/wrappers/wrap_stan.py +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz.egg-info/SOURCES.txt +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz.egg-info/dependency_links.txt +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/arviz.egg-info/top_level.txt +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/pyproject.toml +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/requirements-dev.txt +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/requirements-docs.txt +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/requirements-external.txt +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/requirements-optional.txt +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/requirements-test.txt +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/setup.cfg +0 -0
- {arviz-0.23.1 → arviz-0.23.3}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: arviz
|
|
3
|
-
Version: 0.23.
|
|
3
|
+
Version: 0.23.3
|
|
4
4
|
Summary: Exploratory analysis of Bayesian models
|
|
5
5
|
Home-page: http://github.com/arviz-devs/arviz
|
|
6
6
|
Author: ArviZ Developers
|
|
@@ -32,6 +32,7 @@ Requires-Dist: h5netcdf>=1.0.2
|
|
|
32
32
|
Requires-Dist: h5py
|
|
33
33
|
Requires-Dist: typing_extensions>=4.1.0
|
|
34
34
|
Requires-Dist: xarray-einstats>=0.3
|
|
35
|
+
Requires-Dist: platformdirs
|
|
35
36
|
Provides-Extra: all
|
|
36
37
|
Requires-Dist: numba; extra == "all"
|
|
37
38
|
Requires-Dist: netcdf4; extra == "all"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# pylint: disable=wildcard-import,invalid-name,wrong-import-position
|
|
2
2
|
"""ArviZ is a library for exploratory analysis of Bayesian models."""
|
|
3
|
-
__version__ = "0.23.
|
|
3
|
+
__version__ = "0.23.3"
|
|
4
4
|
|
|
5
5
|
import logging
|
|
6
6
|
import os
|
|
@@ -23,16 +23,27 @@ def _warn_once_per_day():
|
|
|
23
23
|
import datetime
|
|
24
24
|
from warnings import warn
|
|
25
25
|
from pathlib import Path
|
|
26
|
+
from platformdirs import user_cache_dir
|
|
26
27
|
|
|
27
|
-
|
|
28
|
+
def _atomic_write_text(path: Path, text: str) -> None:
|
|
29
|
+
"""
|
|
30
|
+
Write text to a file atomically.
|
|
31
|
+
|
|
32
|
+
Write to a temporary file in the same directory and replace the target.
|
|
33
|
+
"""
|
|
34
|
+
tmp = path.with_suffix(path.suffix + ".tmp")
|
|
35
|
+
tmp.write_text(text)
|
|
36
|
+
tmp.replace(path)
|
|
37
|
+
|
|
38
|
+
warning_dir = Path(user_cache_dir("arviz", "arviz"))
|
|
28
39
|
warning_dir.mkdir(exist_ok=True)
|
|
29
40
|
|
|
30
41
|
stamp_file = warning_dir / "daily_warning"
|
|
31
42
|
today = datetime.date.today()
|
|
32
43
|
|
|
33
|
-
|
|
44
|
+
try:
|
|
34
45
|
last_date = datetime.date.fromisoformat(stamp_file.read_text().strip())
|
|
35
|
-
|
|
46
|
+
except (FileNotFoundError, ValueError):
|
|
36
47
|
last_date = None
|
|
37
48
|
|
|
38
49
|
if last_date != today:
|
|
@@ -44,8 +55,7 @@ def _warn_once_per_day():
|
|
|
44
55
|
"https://python.arviz.org/en/latest/user_guide/migration_guide.html",
|
|
45
56
|
FutureWarning,
|
|
46
57
|
)
|
|
47
|
-
|
|
48
|
-
stamp_file.write_text(today.isoformat())
|
|
58
|
+
_atomic_write_text(stamp_file, today.isoformat())
|
|
49
59
|
|
|
50
60
|
|
|
51
61
|
_warn_once_per_day()
|
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
{
|
|
10
10
|
"name": "rugby",
|
|
11
11
|
"filename": "rugby.nc",
|
|
12
|
-
"url": "http://figshare.com/
|
|
12
|
+
"url": "http://ndownloader.figshare.com/files/44916469",
|
|
13
13
|
"checksum": "f4a5e699a8a4cc93f722eb97929dd7c4895c59a2183f05309f5082f3f81eb228",
|
|
14
14
|
"description": "The Six Nations Championship is a yearly rugby competition between Italy, Ireland, Scotland, England, France and Wales. Fifteen games are played each year, representing all combinations of the six teams.\n\nThis example uses and includes results from 2014 - 2017, comprising 60 total games. It models latent parameters for each team's attack and defense, as well as a global parameter for home team advantage.\n\nSee https://github.com/arviz-devs/arviz_example_data/blob/main/code/rugby/rugby.ipynb for the whole model specification."
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
17
|
"name": "rugby_field",
|
|
18
18
|
"filename": "rugby_field.nc",
|
|
19
|
-
"url": "http://figshare.com/
|
|
19
|
+
"url": "http://ndownloader.figshare.com/files/44667112",
|
|
20
20
|
"checksum": "53a99da7ac40d82cd01bb0b089263b9633ee016f975700e941b4c6ea289a1fb0",
|
|
21
21
|
"description": "A variant of the 'rugby' example dataset. The Six Nations Championship is a yearly rugby competition between Italy, Ireland, Scotland, England, France and Wales. Fifteen games are played each year, representing all combinations of the six teams.\n\nThis example uses and includes results from 2014 - 2017, comprising 60 total games. It models latent parameters for each team's attack and defense, with each team having different values depending on them being home or away team.\n\nSee https://github.com/arviz-devs/arviz_example_data/blob/main/code/rugby_field/rugby_field.ipynb for the whole model specification."
|
|
22
22
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: arviz
|
|
3
|
-
Version: 0.23.
|
|
3
|
+
Version: 0.23.3
|
|
4
4
|
Summary: Exploratory analysis of Bayesian models
|
|
5
5
|
Home-page: http://github.com/arviz-devs/arviz
|
|
6
6
|
Author: ArviZ Developers
|
|
@@ -32,6 +32,7 @@ Requires-Dist: h5netcdf>=1.0.2
|
|
|
32
32
|
Requires-Dist: h5py
|
|
33
33
|
Requires-Dist: typing_extensions>=4.1.0
|
|
34
34
|
Requires-Dist: xarray-einstats>=0.3
|
|
35
|
+
Requires-Dist: platformdirs
|
|
35
36
|
Provides-Extra: all
|
|
36
37
|
Requires-Dist: numba; extra == "all"
|
|
37
38
|
Requires-Dist: netcdf4; extra == "all"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|