This is a first release of jelli with backwards-compatible UI to smelli and with new features:
- A
smelli-like interface is available viaGlobalLikelihoodPoint, now supporting the computation of the table of observable pulls (obstable). - A new UI is provided via
CompiledLikelihood, offering easy access tojit-compiled likelihood functions, their gradients and Hessians. - The initialization of
GlobalLikelihoodnow additionally supports selecting which measurements to include/exclude viainclude_measurementsandexclude_measurements. - The
distributionsandmeasurementmodules have been extended, now supporting combining measurements, sampling distributions, computing experimental covariance matrices from a set of measurements, and adding functions for directly computing log-likelihood values for various distributions, normalized to the experimental central values. - Docstrings have been added and a first public documentation website is available.