Skip to content

v0.25

Compare
Choose a tag to compare
@peterhurford peterhurford released this 24 May 12:23
· 145 commits to main since this release

v0.25

  • Added plot as a method to more easily plot distributions.
  • Added dist_log and dist_exp operators on distributions.
  • Added growth_rate_to_doubling_time and doubling_time_to_growth_rate convenience functions. These take numbers, numpy arrays or distributions.
  • Mixture distributions now print with weights in addition to distributions.
  • Changes get_log_percentiles to report in scientific notation.
  • bayes now supports separate arguments for memcache_load and memcache_save to better customize how memcache behavior works. memcache remains a parameter that sets both memcache_load and memcache_save to True.