Danny van Dyk 02 Dec 2025
We have just released version 1.0.19, which you can find here.
There have been 19 commits since version 1.0.18, which can be inspected here.
The changes include
- starting to build wheels for Python version 3.14 (M. Kirk)
- accounting for log-scale plot in the new figure framework (M. Kirk)
- including the
eos-data, eos-figure, and eos-list-observables scripts in the Python wheels (M. Kirk)
- adding to code to draw posterior-predictive samples in the 1D and 2D KDE (D. van Dyk)
- adding a differential dBR/dkperp distribution for B̅ₛ⁰→ Dₛ⁺ℓ⁻ν̅ decays (D. van Dyk)
- fixing a bug that prohibits building with gcc version 15 or newer (M. E. Smith)
- fixing a bug that selects a non-existent font as default in the figure framework (M. Kirk)
- fixing a bug in the Python bindings that broke the documentation (D. van Dyk)
- fixing various issues with LaTeX representations of observables (M. Kirk, D. van Dyk)
Contributors of these commits are:
- Matthew Kirk
- Mark E. Smith
- Danny van Dyk
Danny van Dyk 10 Nov 2025
We have just released version 1.0.18, which you can find here.
There have been 79 commits since version 1.0.17, which can be inspected here.
The changes include
- adding parameters to estimate power correction in class-I B decays (S. Meiser)
- adding and correcting documentation of the WET Wilson coefficient bases (D. van Dyk)
- adding tau decay observables (M. Kirk, D. van Dyk)
- adding pseudo observables for vacuum to K pi form factors (M. Kirk)
- improving the functionality of
eos-analysis report (D. van Dyk)
- improving the functionality of corner figures (M. Kirk, D. van Dyk)
- fixing a bug in the logging callback when running within a Python environment (D. van Dyk)
- fixing a bug that prohibited building against Boost version 1.89 or later (D. van Dyk)
- fixing a bug in the validation of analysis files (M. Kirk)
- fixing a bug in the (now deprecated)
corner-plot task (M. Kirk)
- fixing a bug in the argument parsing for
eos-analysis draw-figure (M. Kirk)
Contributors of these commits are:
- Matthew Kirk
- Stefan Meiser
- Danny van Dyk
Méril Reboud 05 Sep 2025
We have just released version 1.0.17, which you can find here.
There have been 146 commits since version v1.0.16, which can be inspected here.
The changes include
- updating the installation (M. Reboud, D. van Dyk)
- completing the new figure framework (D. van Dyk)
- improving the documentation (N. Balz, C. Bolognani, L. Gärtner, M. Reboud, D. van Dyk)
- fixing the treatment of kinematics in the observable parser (M. Reboud, D. Suelmann)
- adding a Citation, License and Code of Conduct file (D. van Dyk)
- implementing new observables for B_q → D_q ℓ ν decays (C. Earnshaw)
- improving the logs in the tasks (C. Bolognani)
- implementing updated vector LCDAs (S. Meiser)
- fixing all the parameters unit (M. Reboud)
- implementing the framework for externally defined observables (D. van Dyk)
- implementing B → η ℓ ν, B → η’ ℓ ν, D_(s) → η ℓ ν and D_(s) → η’ ℓ ν observables
Contributors of these commits are:
- Nienke Balz
- Carolina Bolognani
- Charles Earnshaw
- Lorenz Gärtner
- Florian Herren
- Stefan Meiser
- Simon Mutke
- Méril Reboud
- Dominik Suelmann
- Danny van Dyk
Florian Herren 01 Jul 2025
We have just released version 1.0.16, which you can find here.
There have been 48 commits since version 1.0.15, which can be inspected here.
The changes include
- fixing the miniter option of the sample_nested task (M. Reboud)
- adding an integer option (M. Reboud)
- adding SpecifiedOption, RestrictedOption, IsospinOption and PartialWaveOption (F. Herren, D. van Dyk)
- adding partial-wave projection to existing B -> pi pi l nu form factor implementations (F. Herren)
- fixing ill-formed constraints (M. Kirk, D. van Dyk)
- adding a new form-factor parameterization for B -> pi pi l nu decays (F. Herren)
- minor fixes/improvements (M. Kirk, D. van Dyk)
Contributors of these commits are:
- Florian Herren
- Matthew Kirk
- Méril Reboud
- Danny van Dyk
Danny van Dyk 29 May 2025
We have just released version 1.0.15, which you can find here.
There have been 31 commits since version 1.0.14, which can be inspected here.
The changes include
- converting option keys from
std::string to eos::qnp::OptionKey (D. van Dyk)
- fixing a bug in predictions of BGL coefficients for Bₛ−>Dₛ⁽*⁾ form factors in the heavy-quark expansion (N. Gubernari)
- building EOS for Python 3.13 (D. van Dyk)
- improving the new
eos.figure sub-package (D. van Dyk, M. Reboud)
- improving the user experience when using tasks through notebooks and
eos-analysis (D. van Dyk, M. Reboud)
Contributors of these commits are:
- Danny van Dyk
- Méril Reboud
- Nico Gubernari