From 4a3e53a59f0d95be97d8730c5b823765bef9373b Mon Sep 17 00:00:00 2001 From: Eduardo Rodrigues Date: Fri, 24 Mar 2023 12:58:47 +0100 Subject: [PATCH] CHANGELOG update (#481) --- docs/CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5dd86a7a..6552b86c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,16 +1,27 @@ Changelog ========= -Version under preparation -------------------------- +Version 0.22.0 +-------------- + +March 24th, 2023 +- `Particle` class and submodules: + - Deprecated functions only used to find particles by AmpGen style of names. + Functionality moved to the DecayLanguage package, the only place where it is needed. - Data CSV files: - Version 12 of package data files made default: - Information on nuclei updated based on masses taken from package `periodictable` version 1.6.1. - Several Corsika7 IDs corrected. - Otherwise same as version 11 files. +- Miscellaneous: + - Moved to Ruff for configuration. +- Documentation: + - Various fixes in docstrings, notably because of particle property updates. + - README: minor updates/fixes. - Tests: - Doctests run separately in the CI. + - Updates to pre-commit hooks. Version 0.21.2