Releases: KhiopsML/khiops-python
Releases · KhiopsML/khiops-python
11.0.1.0-rc.2
For testing purposes only
11.0.0.3
11.0.0.2
11.0.0.2 - 2026-01-26
Fixed
- (
core) Samples dir path construction when HOME is a remote path
11.0.0.1
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
For testing purposes only
11.0.0.0
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) DictionaryRuleclass and supporting API for serializingRuleinstances. - (
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 defaultCALENDRICAL_CONSTRUCTION_RULES: names of date, time and timestamp rules.
- (
sklearn)TextKhiops type support at the estimator level.
Changed
- (General) Pip packages are published on PyPI.
- (General) Conda packages only depend on the
conda-forgechannel and are
published onconda-forge. - (
core) Dictionary API (DictionaryDomain, Dictionary, MetaData),
when a requested key is not found in getters, returnNoneinstead
of raising aKeyErrorexception.
Removed
- (
sklearn) Remove then_features_evaluated_,feature_evaluated_names,
feature_evaluated_importances_,n_features_used_,feature_used_names_
andfeature_used_importances_Khiops classifier and regressor estimator
attributes.
Fixed
- (General) Inconsistency between the
tools.download_datasetsfunction and the
current samples directory according tocore.api.get_samples_dir().
11.0.0.0-rc.2
For testing purposes only
11.0.0.0-a.0
For testing purposes only
10.3.2.1
10.3.2.1 - 2025-08-08
Fixed
- (
core) Memory profiling log parsing bug. - (
core) Bug in the Core APItrain_predictorwith theuse_complement_as_testoption set toTrue.
10.3.2.1-rc.1
For testing purposes only