From 9df69f34b69102eb3523670fe57e8f41d5fed443 Mon Sep 17 00:00:00 2001 From: Tom Schoonjans Date: Tue, 20 Aug 2024 11:41:16 +0530 Subject: [PATCH] Update ChangeLog --- Changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog b/Changelog index 2478bd4d..3447baf8 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,10 @@ +Version 4.1.5 Tom Schoonjans + +- Python: add support for Numpy 2 (contributed by Thomas Vincent) +- Python: publish packages to PyPI from GHA workflow +- meson: remove `python` option, and add various improvements +- deprecate GNU Autotools based build system + Version 4.1.4 Tom Schoonjans - Bug fix: return 0.0 early in `PM3_auger_cascade_kissel` and `PM4_auger_cascade_kissel` (reported and fixed by Chris Ninham)