From b9b15db505cd061dfa5c6e52e242541ead766368 Mon Sep 17 00:00:00 2001 From: Eduardo Rodrigues Date: Fri, 30 Jun 2023 18:45:18 +0200 Subject: [PATCH] Prepare release 0.15.4 (#340) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a933cd7..559bd763 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## Version 0.15.4 (2023-06-30) + +* Parsing of decay files (aka .dec files): + - Added support for many new EvtGen models and keywords (mostly for LHCb). + - Added first implementation of decay descriptors, decay chains represented as strings. + - Added support for empty or minimalistic decay files. +* Universal representation of decay chains: + - Several enhancements,e.g. for handling of decay descriptors. + - Improvements to type hints. +* CI and tests: + - Updates to pre-commit hooks and CI YAML files. + ## Version 0.15.3 (2023-04-06) * CI and tests: