From 7d436e6ea2672e81ec29704bd3071a129ab5a28f Mon Sep 17 00:00:00 2001 From: Eduardo Rodrigues Date: Wed, 15 Dec 2021 18:42:06 +0100 Subject: [PATCH] chore: prepare for 0.16.3 (#364) --- docs/CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 55d21378..8f4804ba 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,11 +1,18 @@ Changelog ========= -Version 0.16.3 (WIP) +Version 0.16.3 -------------- +December 15th, 2021 + - `Particle` class: - New class method `Particle.from_name`. +- New experiment-specific module: + - Module `particle.lhcb` with functions and mappings to deal with particle names in use in LHCb software. + - Script `admin/dump_pdgid_to_lhcb.py` to generate the PDGID <-> LHCb name mapping (CSV file). +- Tests: + - Updated pre-commit hooks. Version 0.16.2