From ac87a24c9abd3f54ac7fd1d51cf1fcc416c2db65 Mon Sep 17 00:00:00 2001 From: edgar Date: Fri, 17 May 2024 10:55:03 +0200 Subject: [PATCH] updating changelog --- doc/source/changelog.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index f7cb86d63..56bd81b8c 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -1,10 +1,24 @@ :Author: Jérôme Kieffer -:Date: 01/02/2024 +:Date: 17/05/2024 :Keywords: changelog Change-log of versions ====================== +2024.5 XX/05/2024 +----------------- +- Implemented unweighted average for 2D integration + + Integration engines now handle the boolean 'weighted_average' to switch to unweighted mean, similar to legacy methods +- Implementation of pilx (diff-map-view): interactive viewer for pyFAI-diffmap files (thanks Loic Huder) +- Creation of a RingExtraction class based on multi-threading (thanks Emily Massahud) +- Flat-field and dark current corrections for pyFAI-calib2 +- Tunable units and integration methods for fiber/grazing-incidence scattering +- Fix several bugs related to pyFAI-diffmap GUI/no-GUI options +- Compatibility with numpy2 +- Fix numerical precision issue on MacOS/arm64 +- Build system moved from bob to cibuildwheels + + Windows wheels are build with openmp disabled + 2024.2 01/02/2024 ----------------- - Include grazing-incidence capabilities + tutorial (thanks Edgar)