Skip to content

Releases: KhiopsML/khiops

10.2.3-b.2

01 Oct 13:11
Compare
Choose a tag to compare
10.2.3-b.2 Pre-release
Pre-release

This release is for testing purposes only and there is no support for it.
Go to https://khiops.org to install the latest supported version.

10.2.3-b.1

08 Aug 10:48
Compare
Choose a tag to compare
10.2.3-b.1 Pre-release
Pre-release

This release is for testing purposes only and there is no support for it.
Go to https://khiops.org/ to install the latest supported version.

10.5.2-b.0

24 Jul 12:56
f58cba2
Compare
Choose a tag to compare
10.5.2-b.0 Pre-release
Pre-release

This release is for testing purporses only and there is no support for it.
Go to https://khiops.org to install the latest supported version.

10.2.2

03 Jul 16:54
573ff96
Compare
Choose a tag to compare

On Windows, the Khiops installation program now comes with the open-source Java JRE JustJ instead of Oracle's JDK.
Khiops is now available for debian 11 and 12: the library used to parallelize Khiops is now OpenMPI. MPICH remains for conda packages only.

New version of visualization and covisualization tools, with many improvements and bug fixes.

Minor improvements:

  • new '-s' flag to display system information (useful for debugging).
  • change in exit status: return 0 on success, 1 on fatal error (if there is an error or warning in the log file, the exit code is 0).

Other minor improvements and bug fixes.

10.2.2-b.4

25 Jun 13:39
Compare
Choose a tag to compare
10.2.2-b.4 Pre-release
Pre-release

This release is for testing purporses only and there is no support for it.
Go to https://khiops.org to install the latest supported version.

10.2.2-b.3

11 Jun 15:49
Compare
Choose a tag to compare
10.2.2-b.3 Pre-release
Pre-release

This release is for testing purporses only and there is no support for it.
Go to https://khiops.org to install the latest supported version.

10.5.0-b.1

23 May 15:04
82db096
Compare
Choose a tag to compare
10.5.0-b.1 Pre-release
Pre-release

For testing purposes only

10.2.0

23 Feb 10:37
f4b1494
Compare
Choose a tag to compare

Announcement: This is a special release marking the open-sourcing of the Khiops AutoML suite.
New Features:

  • Khiops can now be built in macOS. Currently only a conda package is available for installing (more
    information at https://khiops.org)

Bug fix:

  • Fix a bug in the calculation of descriptive stats for huge databases
  • Fix clusters having negative typicalities in coclustering
  • Fix regex derivation rule not working in multi-table dictionaries
  • Fix AddSeconds rule not correctly parsing large values

10.1.1

23 Feb 15:52
d6cb993
Compare
Choose a tag to compare

Bug fixes:

  • in the sorting algorithm : in case where the field separator in the output file was different
    from the input file, with the input file having fields surrounded by double-quotes and
    containing the input field separator
  • in the construction of trees: in an edge case with a single tree and categorical fields
    with very large number of values
  • in a multiple-machine cloud environment: fixed the file path management with URI
  • in a multiple-machine cloud environment: fixed management of specialized temporary directories per machine

Improvements:

  • better dimensionning of the deployment task in case of multi-table schema with a large number of orphan secondary records
  • improved detection and diagnostics related to JAVA runtime in Khiops scripts on Windows

Download and installation

Windows

On Windows, the Khiops installer automatically installs the visualization application, but you may also install it without the main application, to only analyze Khiops reports.

Linux

On Linux, Khiops is available in three packages:

  • khiops-core: This is a lightweight package without GUI, documentation or samples. It is intended to be used on servers and dockers images.
  • khiops: This package requires khiops-core and is the full version of Khiops containing the GUI, the documentation.
  • khiops-samples: This package contains examples data for Khiops.

If you download and install the packages manually you first need to remove the old khiops and install packages in the right order: first khiops-core and then khiops.

On ubuntu :

sudo apt remove -y khiops-core khiops # Only if Khiops is already installed
sudo dpkg -i khiops-core_10.1.1-0+jammy_amd64.deb
sudo dpkg -i khiops-samples_10.1.1-0+jammy_all.deb
sudo dpkg -i khiops_10.1.1-0+jammy_amd64.deb
sudo apt-get -f install # Don't forget this line !!!

On redhat :

sudo yum remove -y khiops-core khiops # Only if Khiops is already installed
sudo yum localinstall khiops-core-10.1.1-1.el7.x86_64.rpm
sudo yum localinstall khiops-samples-10.1.1-1.el7.x86_64.rpm
sudo yum localinstall khiops-10.1.1-1.el7.x86_64.rpm

In the same way, KNI is available in two packages:

  • kni: This packages contains only the header and the shared library of the Khiops Native Interface.
  • kni-doc: This package contains the documentation and samples.