Skip to content

Releases: jelli-pheno/jelli

v0.1

22 Sep 10:05
2d8e187

Choose a tag to compare

This is a first release of jelli with backwards-compatible UI to smelli and with new features:

  • A smelli-like interface is available via GlobalLikelihoodPoint, now supporting the computation of the table of observable pulls (obstable).
  • A new UI is provided via CompiledLikelihood, offering easy access to jit-compiled likelihood functions, their gradients and Hessians.
  • The initialization of GlobalLikelihood now additionally supports selecting which measurements to include/exclude via include_measurements and exclude_measurements.
  • The distributions and measurement modules 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.

v0.0.1

27 May 18:29

Choose a tag to compare

This is the first release of jelli.