Skip to content

Bambi 0.10.0

Compare
Choose a tag to compare
@tomicapretto tomicapretto released this 10 Feb 02:07
· 84 commits to main since this release
787e1f1

New features

  • Refactored the codebase to support distributional models (#607)
  • Added a default method to handle posterior predictive sampling for custom families (#625)
  • plot_cap() gains a new argument target that allows to plot different parameters of the response distribution (#627)

Maintenance and fixes

  • Moved the tests directory to the root of the repository (#607)
  • Don't pass dims to the response of the likelihood distribution anymore (#629)
  • Remove requirements.txt and replace with pyproject.toml config file to distribute the package (#631)

Documentation

  • Update examples to work with the new internals (#607)
  • Fixed figure in the Sleepstudy example (#607)
  • Add example using distributional models (#641)

Deprecation

  • Removed versioned documentation webpage (#616)
  • Removed correlated priors for group-specific terms (#607)
  • Dictionary with tuple keys are not allowed for priors anymore (#607)