Skip to content

Commit

Permalink
Merge pull request #2165 from EdgarGF93/2024_5_changelog
Browse files Browse the repository at this point in the history
updating changelog
  • Loading branch information
kif authored May 17, 2024
2 parents b43d9b3 + 797cdb3 commit 2788331
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
16 changes: 15 additions & 1 deletion doc/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 2788331

Please sign in to comment.