From 15ad7c5a09f6f42088b9a7b3eb971f362a41b649 Mon Sep 17 00:00:00 2001 From: Eduardo Rodrigues Date: Wed, 11 Sep 2024 08:47:51 +0200 Subject: [PATCH] Prepare release 0.25.1 --- docs/CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index a0721489..740be219 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,21 @@ Changelog ========= +Version 0.25.1 +-------------- + +September 11th, 2024 + +- `Particle` class and submodules: + - Ensure the proton and neutron are correctly handled whether using + the particle representation (PDG IDs 2212 and 2112) or their representation as a nucleus. +- Data files: + - Added internal quantum numbers for several mesons. +- CI and tests: + - Codecov back working again - required tokens. + - Fix for ZipApp. + - Updates to pre-commit hooks and CI YAML files. + Version 0.25.0 --------------