From b6e0a5daf0e6e977aac8a3a93f23aa6092c7786d Mon Sep 17 00:00:00 2001 From: Eduardo Rodrigues Date: Fri, 1 Dec 2023 12:21:45 +0100 Subject: [PATCH] Prepare for release 0.18.0 (#402) --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4bf9042..cb1f4569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## Version 0.18.0 (2023-12-01) + +* Parsing of decay files (aka .dec files): + - Major update of test suite to verify all EvtGen models are parsed correctly. + - Hence full support for all known Belle-II and LHCb EvtGen models. + - Lark parser grammar for decay files parsing refactored and simplified. + - Minor fixes to decay model parsing. + - Better type hints in decay file parsing classes. + - General test suite enhanced. +* Miscellaneous: + - Modernisation of Ruff configuration in `pyproject.toml`. +* CI and tests: + - Updates to pre-commit hooks and CI YAML files. + ## Version 0.17.0 (2023-10-18) * Parsing of decay files (aka .dec files):