Skip to content

Releases: KhiopsML/khiops-python

11.0.1.0-rc.2

25 Jun 16:10
c097150

Choose a tag to compare

11.0.1.0-rc.2 Pre-release
Pre-release

For testing purposes only

11.0.0.3

06 Mar 09:42
f70cdd9

Choose a tag to compare

11.0.0.3 - 2026-03-06

Added

  • (sklearn) n_feature_parts parameter to the supervised estimators

Fixed

  • (sklearn) Default value of n_features for the supervised estimators.
  • Internals:
    • Detection of unsupported installation modes on Windows operating systems.

11.0.0.2

26 Jan 15:39
0c1d5e6

Choose a tag to compare

11.0.0.2 - 2026-01-26

Fixed

  • (core) Samples dir path construction when HOME is a remote path

11.0.0.1

14 Jan 15:37
9d19781

Choose a tag to compare

11.0.0.1 - 2026-01-14

Fixed

  • (General) Automatic Credentials Discovery-based credential retrieval for
    Google cloud storage (GCS).
  • (sklearn) Temporary directory race condition in estimators.

11.0.0.1-a.0

12 Jan 14:06

Choose a tag to compare

11.0.0.1-a.0 Pre-release
Pre-release

For testing purposes only

11.0.0.0

18 Dec 18:41
b5f2843

Choose a tag to compare

11.0.0.0 - 2025-12-19

Added

  • (General) Support for Python 3.14.
  • (General) Warnings and error messages for unsupported installation setups.
  • (core) Dictionary API support for dictionary, variable and variable block
    comments, and dictionary and variable block internal comments.
  • (core) Dictionary Rule class and supporting API for serializing Rule instances.
  • (core) New way to add a variable to a dictionary using a complete specification.
  • (core) New API constants for rules used in automatic variable construction:
    • DEFAULT_CONSTRUCTION_RULES: names of table and entity construction rules,
      which are applied by default
    • CALENDRICAL_CONSTRUCTION_RULES: names of date, time and timestamp rules.
  • (sklearn) Text Khiops type support at the estimator level.

Changed

  • (General) Pip packages are published on PyPI.
  • (General) Conda packages only depend on the conda-forge channel and are
    published on conda-forge.
  • (core) Dictionary API (DictionaryDomain, Dictionary, MetaData),
    when a requested key is not found in getters, return None instead
    of raising a KeyError exception.

Removed

  • (sklearn) Remove the n_features_evaluated_, feature_evaluated_names,
    feature_evaluated_importances_, n_features_used_, feature_used_names_
    and feature_used_importances_ Khiops classifier and regressor estimator
    attributes.

Fixed

  • (General) Inconsistency between the tools.download_datasets function and the
    current samples directory according to core.api.get_samples_dir().

11.0.0.0-rc.2

05 Dec 13:47
0cd680a

Choose a tag to compare

11.0.0.0-rc.2 Pre-release
Pre-release

For testing purposes only

11.0.0.0-a.0

17 Oct 12:44

Choose a tag to compare

11.0.0.0-a.0 Pre-release
Pre-release

For testing purposes only

10.3.2.1

08 Aug 09:42
888280d

Choose a tag to compare

10.3.2.1 - 2025-08-08

Fixed

  • (core) Memory profiling log parsing bug.
  • (core) Bug in the Core API train_predictor with the use_complement_as_test option set to True.

10.3.2.1-rc.1

07 Aug 16:40
e531c2e

Choose a tag to compare

10.3.2.1-rc.1 Pre-release
Pre-release

For testing purposes only