Skip to content

v2.1.1

Compare
Choose a tag to compare
@peterstangl peterstangl released this 24 Nov 19:52
· 45 commits to master since this release

New feature - 2D plot data

The new method plot_data_2d of the GlobalLikelihood class now allows convenient generation of plot data for all individual likelihoods at the same time. This new feature requires flavio v2.1.0.

Observables

The two CKM input observables BR(B+->taunu) and DeltaM_d have been removed from the likelihood in v2.0.0 since they are used to constrain the CKM elements. If the option fix_ckm is set to True, they are now included again in the likelihood.

Bugs fixed

  • An error is now raised if an unknown likelihood is used in one of the arguments include_likelihoods or exclude_likelihoods on instantiation of GlobalLikelihood (thanks to @MJKirk).
  • The text encoding of the readme file is now specified in the setup script to avoid errors on an OS not using UTF-8 as default.