Immutable
release. Only release title and notes can be modified.
ArviZPythonPlots v0.2.0
Breaking changes
- Migrated to Python
arviz1.x (thearviz-base/arviz-stats/arviz-plotssplit). Pin bumped to>=1.0,<2; Python floor raised to>=3.12. - Plotting function inventory now matches
arviz-plots. Removed:plot_bpv,plot_density,plot_dist_comparison,plot_dot,plot_ecdf,plot_elpd,plot_hdi,plot_kde,plot_posterior,plot_ppc,plot_separation,plot_violin. Many new functions added (e.g.combine_plots,plot_pair_focus,plot_prior_posterior, theplot_ppc_*family) — see the docs. - Input conversions narrowed to match what
arviz/arviz_plotsitself documents: most plotting functions no longer auto-promote bare arrays,NamedTuples, or rawDicts of arrays to model data. Pass anInferenceData,Dataset, orDimensionalData.AbstractDimStackinstead (or convert explicitly withInferenceObjects.convert_to_inference_data). See the new "Input conversions" docs page. plot_forest/plot_ridgeno longer accept a bare numeric vector as a single model's data.- Removed
WAICResultconversion (WAIC dropped from both PosteriorStats.jl andarviz). plot_comparenow requires aPosteriorStats.ModelComparisonResult(or equivalent); its underlyingDataFrameconversion was rewritten to matcharviz_stats.compare()'s schema.
Other notable changes
- Overhauled the docs: improved API reference organization and an examples gallery rebuilt with Literate.jl.
Merged pull requests: