diff --git a/packaging/common/khiops/README.txt b/packaging/common/khiops/README.txt index c63413ebf..a02f69a05 100644 --- a/packaging/common/khiops/README.txt +++ b/packaging/common/khiops/README.txt @@ -69,13 +69,13 @@ Configuration: - macOS (via conda, see https://khiops.org), intel and ARM, 64 bits Windows software: - - Microsoft MPI 10.1.3 + - Microsoft MPI 10.1.3 for native installations - Automatic detection and silent installation during the Khiops installation process on Windows - For a silent installation, run the installer with /S option, and /D=installationDir to choose a specific installation directory. Linux software: - - Java Runtime Environment V7 or higher, mpich (>3.0), libstdc++6 + - Java Runtime Environment V7 or higher, OpenMPI (> 4.0) for native installations, libstdc++6 - Automatic detection and silent installation during the Khiops installation process diff --git a/packaging/common/khiops/WHATSNEW.txt b/packaging/common/khiops/WHATSNEW.txt index 74239df23..9de406f7d 100644 --- a/packaging/common/khiops/WHATSNEW.txt +++ b/packaging/common/khiops/WHATSNEW.txt @@ -2,6 +2,19 @@ Release Notes for Khiops 10 Version Series ========================================== +Version 10.2.3 +============== + +Khiops is now available for Ubuntu 24.04. + +The GUI now uses all available processor cores if instructed to do so. + +New version of visualization and covisualization tools, with improvements and bug fixes. + +Internal improvements linked to packaging, in particular with the systematic use of the 'khiops_env' script. + +Other minor improvements and bug fixes. + Version 10.2.2 ============== On Windows, the Khiops installation program now comes with the open-source Java JRE JustJ instead of Oracle's JDK. diff --git a/src/Learning/KWUtils/KWKhiopsVersion.h b/src/Learning/KWUtils/KWKhiopsVersion.h index 81ed892dc..bc3a7735b 100644 --- a/src/Learning/KWUtils/KWKhiopsVersion.h +++ b/src/Learning/KWUtils/KWKhiopsVersion.h @@ -10,7 +10,7 @@ // dans le TaskManager de Windows (par exemple) // Version de Khiops -#define KHIOPS_VERSION KHIOPS_STR(10.2.3-b.2) +#define KHIOPS_VERSION KHIOPS_STR(10.2.3-rc.1) // Les versions release distribuees sont bases sur trois numeros, par exemple KHIOPS_STR(10.2.0) // Les versions alpha, beta ou release candidate ont un suffixe supplementaire, par exemple : // - KHIOPS_STR(10.5.0-a.1)