Skip to content

posteriordb 1.1.0

Latest

Choose a tag to compare

@MansMeg MansMeg released this 05 Sep 06:20
· 1 commit to master since this release

This release expands PosteriorDB with broader PyMC support, additional reference posterior draws, new summary statistics, and several model/specification fixes.

Highlights

  • Added 73 PyMC model implementations under posterior_database/models/pymc.
  • Added the new posterior/model variant M0_data-M0_model_discrete.
  • Added 11 new reference posterior draw objects, increasing the total from 46 to 57.
  • Added corresponding mean_value and mean_squared_value summary statistics.
  • Updated model metadata with PyMC implementation information and version metadata.
  • Updated citation metadata to the AISTATS 2025 PosteriorDB paper.
  • Added Croissant metadata and updated licensing information.

Fixes and Improvements

  • Fixed the Covid posterior specification.
  • Fixed a gradient issue in dogs_hierarchical.
  • Aligned priors or standard deviations in selected diamonds, earnings, kidiq, and mesquite models.
  • Fixed Stan argument types in IRT models.
  • Improved PyMC model idiomaticity and import structure.

Validation

Before release, we checked that:

  • check_pdb(pdbl, run_stan_code_checks = FALSE) passes.
  • All 120 Stan model files parse successfully with rstan::stanc().

What's Changed

New Contributors

Full Changelog: 1.0.0...1.1.0