Skip to content

v1.0.0

Compare
Choose a tag to compare
@johannesulf johannesulf released this 12 Feb 16:40
· 18 commits to main since this release

Added

  • The user can now specify a maximum number of likelihood calls. If that number is exceeded, the sampler will automatically stop. (#23)

Changed

  • Updated the terminal output to be more compact and more friendly for log files. This also removes the dependency on tqdm. (#36)
  • By default, the batch size is now dynamically determined at the start based on the pool size. This should prevent issues for new users parallelizing over a large number of CPUs.

Fixed

  • Fixed a crash when returning the posterior as a dictionary and with equal weight.
  • Fixed a potential crash when n_update is extremely low.

Depcrecated

  • The evidence, asymptotic_sampling_efficiency, and effective_sample_size sampler functions are deprecated and replaced by the log_z, eta, and n_eff properties, respectively.

Removed

  • The n_jobs parameter when initializing the sampler has been removed. Use pool, instead.