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
Documentation can now be built as markdown for LLM context. Flat context file provided.
Periodic sampled parameters implemented (for now fully supported by MCMC only), as well as tagging of derived parameters as periodic for analysis with GetDist (#440, #443; fixes #438)
Added simple gaussian likelihood with optional normalization constant (#433)
In Prior.reference(), now fixed values can be turned into a norm with given std (#429, #460; fixes #394)
In SampleCollection, inconsistent sums of individual chi2's and prior's are allowed, for e.g. emulators (#456)
sampler_type now an explicit parameter, instead of guessed from sampler name (#455)
Fixed out-of-bounds bug in Pool2D (#457; fixes #454)
use_renames option of theories deprecated (was not used)
Empty dicts in component definitions now preserved (fixes #450; thanks yzhengsong)
Improved truncnorm prior support (#431; thanks @xgarrido)
Cosmology
Planck clik-based likelihoods now use the new clipy Python implementation (#444, #427)