Skip to content

Releases: aesara-devs/aemcmc

v0.0.8

21 Feb 01:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.8

v0.0.7

04 Jan 22:08
Compare
Choose a tag to compare

What's Changed

  • Add closed-form posterior for gamma-poisson observation model by @rlouf in #58
  • Update ShapeFeature imports by @brandonwillard in #55
  • Fix the mathematical expression for the loc-scale transform by @rlouf in #60
  • Add the transformation between the inverse gamma and the exponential distributions by @rlouf in #67
  • Sample remaining variables with the NUTS sampler by @rlouf in #68
  • Make construct_sampler available in the aemcmc namespace by @rlouf in #72
  • Update pre-commit, black, flake8, isort, mypy versions in pre-commit hooks by @rlouf in #74
  • Add Student's t distribution to the location-scale family by @rlouf in #75
  • Update NUTS to work with AePPL's new joint_logprob interface by @rlouf in #78
  • Add examples to the README by @rlouf in #82
  • Add support for nightly builds by @rlouf in #83
  • Encapsulate the sampling steps using OpFromGraph by @rlouf in #76
  • Update README with new construct_sampler interface by @rlouf in #87
  • Update copyright years and author info in setup.py by @brandonwillard in #92

Full Changelog: v0.0.6...v0.0.7

v0.0.6

22 Aug 22:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

v0.0.5

28 Jul 02:13
Compare
Choose a tag to compare

What's Changed

  • Make horseshoe_posterior take and return non-reciprocal lambda and tau values by @brandonwillard in #51

Full Changelog: v0.0.4...v0.0.5

v0.0.4

27 Jul 13:06
Compare
Choose a tag to compare

What's Changed

  • Use the rule notation in docstring by @rlouf in #39
  • Make deterministic_vars and updates optional in ModelInfo by @rlouf in #41
  • Add relation for recentering and rescaling by @rlouf in #31
  • Extend unittests for some distributions. by @zoj613 in #42
  • Add a forward-filter backward-sampler by @brandonwillard in #44
  • Add the NUTS sampler constructor by @rlouf in #35
  • Add a function that constructs samplers by @brandonwillard in #45

Full Changelog: v0.0.3...v0.0.4

v0.0.3

20 Jun 05:14
Compare
Choose a tag to compare

What's Changed

  • Fix flaky tests by @rlouf in #32
  • Add relation for the Beta-Binomial observation model by @rlouf in #29
  • Add some general utilities and a README by @brandonwillard in #34
  • Add a Gibbs sampler for the negative-binomial dispersion parameter by @xjing76 in #28

New Contributors

Full Changelog: v0.0.2...v0.0.3

v0.0.2

12 Apr 15:52
Compare
Choose a tag to compare

What's Changed

  • Add a Gibbs sampler for the Horseshoe prior and a Polya-gamma normal scale-mixture expansion by @zoj613 in #1
  • Document the Negative binomial gibbs sampler by @rlouf in #9
  • Add mypy to pre-commit checks by @rlouf in #15
  • Bump black version to 22.3.0 in pre-commit by @rlouf in #18
  • Add a Gibbs sampler for the regularized logistic regression by @rlouf in #13
  • Remove Python 3.6 and add 3.10 to CI test matrix by @rlouf in #21
  • Remove the intercept assumption in Gibbs samplers by @rlouf in #23
  • Build nbinom_horseshoe_gibbs sampler from the graph by @rlouf in #25

New Contributors

  • @zoj613 made their first contribution in #1
  • @rlouf made their first contribution in #9

Full Changelog: https://github.com/aesara-devs/aemcmc/commits/v0.0.2