Skip to content

10.2.0.0

Compare
Choose a tag to compare
@folmos-at-orange folmos-at-orange released this 23 Feb 12:45
· 251 commits to dev since this release
e8b80ee

Note: This release marks the open sourcing of Khiops:

  • The khiops-python replaces the old pykhiops package. We recommend to uninstall pykhiops
    before installing khiops-python. More information at the Khiops website.
  • khiops-python uses a new four digit versioning convention.
  • The khiops conda package is available for many environments. See the Khiops website
    for more information.

Added

  • General:
    • khiops-python is now available with conda khiops package. This package bundles
      khiops-python and the Khiops binaries so no system-wide Khiops installation is needed. More
      information at the Khiops website.
    • Support for python 3.12.
  • sklearn
    • Estimator classes can now be trained from Numpy arrays in single-table mode.
  • core
    • stdout_file_path and stderr_file_path parameters for khiops.core.api functions. These
      parameters allow to save the stdout/stderr output of the Khiops execution.

Changed

  • sklearn
    • Estimator classes now comply with scikit-learn standards.
  • core
    • The JSON initialization of AnalysisResults, CoclusteringResults and its component classes
      is coherent with the empty initialization.