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

Convert ArviZ.jl into a meta-package #297

Merged
merged 26 commits into from
Aug 8, 2023
Merged

Convert ArviZ.jl into a meta-package #297

merged 26 commits into from
Aug 8, 2023

Conversation

sethaxen
Copy link
Member

@sethaxen sethaxen commented Aug 8, 2023

This PR finishes the conversion of ArviZ.jl into a meta-package.

  • the ArviZStats submodule is replaced with PosteriorStats
  • PosteriorStats, MCMCDiagnosticTools, PSIS, and InferenceObjects are all completely re-exported (except MCMCDiagnosticTools, which contains some non-recommended and less-maintained diagnostics).
  • Removes now-unneeded tests
  • Fixes some broken links in the docs

This is technically breaking and is marked as such, though users shouldn't notice any difference.

Fixes #129
Relates #295

@sethaxen sethaxen merged commit 5d5a2d2 into main Aug 8, 2023
@sethaxen sethaxen deleted the posteriorstats branch August 8, 2023 20:15
@sethaxen sethaxen mentioned this pull request Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement stats and diagnostics in new lightweight Julia package
1 participant