Skip to content

Releases: williambdean/conjugate

v0.14.0

06 Jan 08:50
04ba444

Choose a tag to compare

What's Changed

New Features 🎉

Documentation 📖

  • fix bounds in code by @williambdean in #251
  • Shortest path example by @wleopach in #235
  • Fix broken links: pymc-sampling → unsupported-distributions by @Copilot in #283

New Contributors

  • @Copilot made their first contribution in #265

Full Changelog: v0.13.1...v0.14.0

v0.13.1

06 Jun 23:41
233c77b

Choose a tag to compare

What's Changed

New Features 🎉

Full Changelog: v0.13.0...v0.13.1

v0.13.0

06 Jun 17:31
c349a99

Choose a tag to compare

What's Changed

New Features 🎉

Documentation 📖

Maintenance 🔧

New Contributors

Full Changelog: v0.12.1...v0.13.0

What's Changed

New Features 🎉

Documentation 📖

Maintenance 🔧

New Contributors

Full Changelog: v0.12.1...v0.13.0

v0.12.1

15 May 02:02
bbac4c5

Choose a tag to compare

What's Changed

New Features 🎉

Documentation 📖

Maintenance 🔧

Full Changelog: v0.12.0...v0.12.1

v0.12.0

06 Dec 14:04
9260cf9

Choose a tag to compare

What's Changed

New Features 🎉

  • Require keyword args in models by @wd60622 in #163

Documentation 📖

  • Add details to generalize input example by @wd60622 in #144
  • Add new example for Unsupport Distribution by @wd60622 in #145
  • Latest API in README by @wd60622 in #149
  • API limit estimation by @wd60622 in #183

Maintenance 🔧

  • Fully deprecate <> _posterior_predictive functions by @wd60622 in #142
  • Fully migrate to 'prior' and 'distribution' parameters by @wd60622 in #143
  • Update pre-commit versions by @wd60622 in #164

New Contributors

Full Changelog: v0.11.0...v0.12.0

v0.11.0

29 Sep 17:37

Choose a tag to compare

What's Changed

New Features 🎉

  • Add CDF plot method by @wd60622 in #119
  • Expand Geometric distribution by @wd60622 in #123
  • Normal known mean predictive alternative distribution by @wd60622 in #129
  • Add Multivariate Normal with Unknown mu by @wd60622 in #130
  • Normal Mean & Tau Exchangeability Model by @wd60622 in #132
  • Add NormalWishart distribution by @wd60622 in #134

Documentation 📖

  • Add plots to existing docstring examples' by @wd60622 in #128
  • Add plot_cdf to list of features by @wd60622 in #135

Maintenance 🔧

  • update to latest typing practices by @wd60622 in #127

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

v0.10.0

27 Sep 19:40
be6c9ae

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 📖

  • Parameter recovery exercise script by @wd60622 in #107

Maintenance 🔧

  • update version by @wd60622 in #116

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

v0.9.0

25 Sep 14:23
d969048

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

Choose a tag to compare

What's Changed

New Features 🎉

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

Documentation 📖

  • Fix success typo by @wd60622 in #88
  • Showcase polars support by @wd60622 in #90
  • Add bootrap comparison by @wd60622 in #94

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

v0.8.0

07 Jul 15:32
28844ab

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