Skip to content

Releases: wd60622/conjugate

v0.11.0

29 Sep 17:37
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Documentation 📖

Maintenance 🔧

Full Changelog: v0.10.0...v0.11.0

v0.10.0

27 Sep 19:40
be6c9ae
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Migrate to common predictive parameter by @wd60622 in #104
  • Add Inverse Gamma with known shape model by @wd60622 in #111
  • Add ScaledInverseChiSquare prior model for normal known mean by @wd60622 in #112
  • Weibull known shape model by @wd60622 in #105

Documentation 📖

Maintenance 🔧

Full Changelog: v0.9.0...v0.10.0

v0.9.0

25 Sep 14:23
d969048
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Rename <>_posterior_predictive to <>_predictive by @wd60622 in #95
  • Standardize prior as parameter name by @wd60622 in #99
  • Validate prior based on type hint by @wd60622 in #101

Full Changelog: v0.8.1...v0.9.0

v0.8.1

18 Sep 12:58
685e1a6
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • 87 support for sequence of colors in plot methods by @wd60622 in #89

Documentation 📖

Full Changelog: v0.8.0...v0.8.1

v0.8.0

07 Jul 15:32
28844ab
Compare
Choose a tag to compare

What's Changed

Maintenance 🔧

  • Thompson sampling example and Binomial Commentary by @wd60622 in #79
  • Increase test coverage & drop python versions 3.8 and 3.9 by @wd60622 in #84

Full Changelog: v0.7.1...v0.8.0

v0.7.1

18 Feb 18:23
6706d4b
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • log-normal posterior by @wd60622 in #75
  • Add compound gamma pdf, plotting support, and rvs by @wd60622 in #77

Maintenance 🔧

Full Changelog: v0.7.0...v0.7.1

v0.7.0

22 Jan 17:36
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Slice into distributions by @wd60622 in #59
  • Gamma likelihood with known shape alpha by @wd60622 in #60
  • Add initial proportional priors by @wd60622 in #61
  • add VonMises and models for one unknown parameter by @wd60622 in #64
  • add scaled inverse chi squared via inverse gamma by @wd60622 in #65
  • implement normal gamma distribution by @wd60622 in #67
  • multivariate normal support by @wd60622 in #72

Maintenance 🔧

Full Changelog: v0.6.0...v0.7.0

v0.6.0

17 Jan 13:04
60e4b71
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Maintenance

  • add examples to discrete docstrings by @wd60622 in #55

Full Changelog: v0.5.0...v0.6.0

v0.5.0

14 Jan 18:54
ec69881
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • add doc, mixin, and restriction for beta-negative-binomial by @wd60622 in #49
  • add pareto distribution and associated models by @wd60622 in #51
  • add lomax posterior predictive for exponential by @wd60622 in #52

Full Changelog: v0.4.0...v0.5.0

v0.4.0

13 Jan 10:30
537118a
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • remove pandas dependancy by @wd60622 in #39
  • Hypergeometric distribution and likelihood model by @wd60622 in #42
  • Add negative binomial posterior predictive by @wd60622 in #43
  • dirichlet multinomial posterior predictive by @wd60622 in #45

Bugfixes 🐛

  • fix Beta from_mean constructor bug by @wd60622 in #38

Maintenance 🔧

New Contributors

Full Changelog: v0.3.1...v0.4.0