Skip to content

Commit 3346363

Browse files
authored
Update arviz_example_data artifact to v0.1.1 (#5)
* Update arviz_example_data to v0.1.1 * Increment version number * Update doctest
1 parent d657775 commit 3346363

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Artifacts.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[arviz_example_data]
2-
git-tree-sha1 = "1ea01419c2c0cd6cf2b2daffb235fc17091e30bc"
2+
git-tree-sha1 = "1a48fb48ab2b35cdeeb84e0dcdcda134e24a1c20"
33

44
[[arviz_example_data.download]]
5-
sha256 = "eae35685807a0dcbbf405b21eaf5fa7aff6729c5a33f8f800f093c5a8318aa2b"
6-
url = "https://github.com/arviz-devs/arviz_example_data/archive/refs/tags/v0.1.0.tar.gz"
5+
sha256 = "0b036ee9ae20aae544f087a490e369b844f5607552e445e08036244ad656de51"
6+
url = "https://github.com/arviz-devs/arviz_example_data/archive/refs/tags/v0.1.1.tar.gz"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ArviZExampleData"
22
uuid = "2f96bb34-afd9-46ae-bcd0-9b2d4372fe3c"
33
authors = ["Seth Axen <[email protected]> and contributors"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[deps]
77
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

src/load.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,12 @@ julia> load_example_data("centered_eight")
3030
InferenceData with groups:
3131
> posterior
3232
> posterior_predictive
33+
> log_likelihood
3334
> sample_stats
3435
> prior
36+
> prior_predictive
3537
> observed_data
38+
> constant_data
3639
```
3740
"""
3841
function load_example_data end

0 commit comments

Comments
 (0)