You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.