From 31e00c9183a7745b27ff023b9225ca703f026ea4 Mon Sep 17 00:00:00 2001 From: Eduardo Rodrigues Date: Tue, 18 May 2021 23:13:21 +0200 Subject: [PATCH] Prepare release 0.15.0 (#298) --- docs/CHANGELOG.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3952fdf1..83495d9a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,17 +1,20 @@ Changelog ========= -Version 0.15.0 (under preparation) +Version 0.15.0 -------------- +May 18th, 2021 + - `Particle` class: - Literals now defined for all particles in the loaded "database" CSV file, excluding nuclei. - - Defined and/or fixed the programmatic name for diquarks and SUSY particles. + - Defined and/or fixed the programmatic names for diquarks and SUSY particles. - Data CSV files: - Version 9 of package data files, with all antiparticle bars done with `\overline` instead of `\bar`. -- Miscellanous: +- Miscellaneous: - Added `latex_name_unicode()` function to convert in particle names in LaTeX all greek letters by their unicode. - - Added a `.zenodo.json` file to provided enhanced metadata for Zenodo. + - Added a `.zenodo.json` file to provide enhanced metadata for Zenodo. + - CI updates for newer versions of Black and pre-commit. Version 0.14.1