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 -----------------