Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed geweke diagnostic from numba user guide #1653

Merged
merged 3 commits into from
Apr 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
* Add "Installation guide" page to the documentation ([1551](https://github.com/arviz-devs/arviz/pull/1551))
* Improve documentation on experimental `SamplingWrapper` classes ([1582](https://github.com/arviz-devs/arviz/pull/1582))
* Added example to `plot_hdi` using Inference Data ([1615](https://github.com/arviz-devs/arviz/pull/1615))
* Removed `geweke` diagnostic from `numba` user guide ([1653](https://github.com/arviz-devs/arviz/pull/1653))

## v0.11.2 (2021 Feb 21)
### New features
Expand Down
5 changes: 2 additions & 3 deletions doc/source/user_guide/Numba.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"import timeit\n",
"\n",
"from arviz.utils import conditional_jit, Numba\n",
"from arviz.stats import geweke\n",
"from arviz.stats.diagnostics import ks_summary"
]
},
Expand Down Expand Up @@ -288,9 +287,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.10"
"version": "3.9.2"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
}