Skip to content

Commit 312ff6b

Browse files
committed
Use arviz 1.0
1 parent a375fd1 commit 312ff6b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+3892
-2769
lines changed

ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ of the topics below refer to that specific library
3535
* Plotting e.g. Trace plots, rank plots, posterior plots
3636
* MCMC sampling diagnostics e.g. Rhat, Effective Sample Size.
3737
* Model comparison, particularly efficient leave-one-out cross-validation approximation
38-
* Inference Data structure
38+
* Data structures for Bayesian inference data storage and manipulation
3939

4040

4141
# Modules

conda-envs/environment-alternative-backends.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- defaults
66
dependencies:
77
# Base dependencies
8-
- arviz>=0.13.0
8+
- arviz>=1.0.0rc0
99
- blas
1010
- cachetools>=4.2.1
1111
- cloudpickle

conda-envs/environment-dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- defaults
66
dependencies:
77
# Base dependencies
8-
- arviz>=0.13.0
8+
- arviz>=1.0.0rc0
99
- blas
1010
- cachetools>=4.2.1
1111
- cloudpickle
@@ -19,6 +19,7 @@ dependencies:
1919
- typing-extensions>=3.7.4
2020
- threadpoolctl>=3.1.0
2121
- zarr>=2.5.0,<3
22+
- netCDF4
2223
# Extra dependencies for dev, testing and docs build
2324
- ipython>=7.16
2425
- jax

conda-envs/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- defaults
66
dependencies:
77
# Base dependencies
8-
- arviz>=0.13.0
8+
- arviz>=1.0.0rc0
99
- cachetools>=4.2.1
1010
- cloudpickle
1111
- numpy>=1.25.0

conda-envs/environment-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- defaults
66
dependencies:
77
# Base dependencies
8-
- arviz>=0.13.0
8+
- arviz>=1.0.0rc0
99
- blas
1010
- cachetools>=4.2.1
1111
- cloudpickle

conda-envs/windows-environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- defaults
66
dependencies:
77
# Base dependencies (see install guide for Windows)
8-
- arviz>=0.13.0
8+
- arviz>=1.0.0rc0
99
- blas
1010
- cachetools>=4.2.1
1111
- cloudpickle

conda-envs/windows-environment-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- defaults
66
dependencies:
77
# Base dependencies (see install guide for Windows)
8-
- arviz>=0.13.0
8+
- arviz>=1.0.0rc0
99
- blas
1010
- cachetools>=4.2.1
1111
- cloudpickle

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"ndarray": ":class:`~numpy.ndarray`",
6767
"Covariance": ":mod:`Covariance <pymc.gp.cov>`",
6868
"Mean": ":mod:`Mean <pymc.gp.mean>`",
69-
"InferenceData": ":class:`~arviz.InferenceData`",
69+
"DataTree": ":class:`~xarray.DataTree`",
7070
"MultiTrace": ":class:`~pymc.backends.base.MultiTrace`",
7171
"BaseTrace": ":class:`~pymc.backends.base.BaseTrace`",
7272
"Point": ":class:`~pymc.Point`",

docs/source/learn/core_notebooks/dimensionality.ipynb

Lines changed: 158 additions & 127 deletions
Large diffs are not rendered by default.

docs/source/learn/core_notebooks/dims_module.ipynb

Lines changed: 627 additions & 488 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)