Skip to content

Bugfix Release 2.3.7

Compare
Choose a tag to compare
@fonnesbeck fonnesbeck released this 23 Jan 21:59
· 16 commits to master since this release
2b98872

This release includes several minor fixes to code and documentation. Most notably:

  • TypeError in batchsd is fixed
  • Fixed divide by zero error in normcdf if y=0
  • Fixed overflow error in geometric distribution
  • Added upper bound check for beta-binomial log-likelihood
  • Fixed incorrect bounds checking in negative binomial log-likelihood
  • Added edge cases to beta-binomial
  • Fixed NameError issue MCMC.tune
  • Recursive plot calls now include all arguments
  • Corrected return value of Gelman-Rubin diagnostic
  • Improved exception handling in AIC and BIC calculations in NormApprox