From ac87a24c9abd3f54ac7fd1d51cf1fcc416c2db65 Mon Sep 17 00:00:00 2001 From: edgar Date: Fri, 17 May 2024 10:55:03 +0200 Subject: [PATCH 1/2] 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) From 797cdb3e50db2d0441f70facc8d814b1670a39d6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 08:55:58 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.rst | 2 +- doc/source/changelog.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 76fb5a8e0..04c239e1d 100644 --- a/README.rst +++ b/README.rst @@ -145,7 +145,7 @@ using apt-get these can be installed as:: MacOSX ------ -One needs to manually install a recent version of `Python` (>=3.7) prior to installing pyFAI. +One needs to manually install a recent version of `Python` (>=3.7) prior to installing pyFAI. Apple provides only an outdated version of Python 2.7 which is now incomatible. If you want to build pyFAI from sources, you will also need `Xcode` which is available from the Apple store. The compiled extension will use only one core due to the limitation of the compiler. diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 56bd81b8c..17b760b88 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -17,7 +17,7 @@ Change-log of versions - Compatibility with numpy2 - Fix numerical precision issue on MacOS/arm64 - Build system moved from bob to cibuildwheels - + Windows wheels are build with openmp disabled + + Windows wheels are build with openmp disabled 2024.2 01/02/2024 -----------------