From a18498bc19eb856acdaeb1dc4a1a8eecb133a5c6 Mon Sep 17 00:00:00 2001 From: Eduardo Rodrigues Date: Tue, 23 Apr 2024 13:57:41 +0200 Subject: [PATCH] Prepare for release 0.24.0 (#590) --- docs/CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e1e0bc8c..0b2653bf 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,9 +1,20 @@ Changelog ========= + +Version 0.24.0 +-------------- + +- `Particle` class and submodules: + - Removed deprecated methods. +- Data files: + - Fixed typo in the LaTeX name of Lambda(1405). - Miscellaneous: + - Added support for Python 3.12 and dropped support for Python 3.7. - Started using AllContributors to acknowledge contributions explicitly. - +- CI and tests: + - Updates to pre-commit hooks and CI YAML files. + - Added support for pixi. Version 0.23.1 --------------