Releases: KhiopsML/khiops-python
Releases · KhiopsML/khiops-python
10.3.1.0
10.3.1.0-rc.1
For testing purposes only
10.7.0.0-b.0
For testing purposes only
10.6.0.0-b.0
For testing purposes only
10.6.0.0-a.0
For testing purposes only
10.3.0.0
10.3.0.0 - 2025-02-10
Fixed
- (
core
) Dictionary file.json
extension check in thekhiops.dictionary.read_dictionary_file
function.
Changed
- (
sklearn
) Thetrain_test_split_dataset
helper has been moved fromkhiops.utils
to
khiops.sklearn
. - (
sklearn
) Thetransform_pairs
parameter of theKhiopsEncoder
sklearn estimator has been
renamed totransform_type_pairs
.
Removed
- (
sklearn
) Theis_fitted_
estimator attribute. The Scikit-learncheck_is_fitted
function
can be used to test the fitted state of the estimators. - (
sklearn
) Then_pairs
parameter of theKhiopsRegressor
sklearn estimator. It was never
supported.
10.3.0.0-rc.1
For testing purposes only
10.2.4.0
10.2.4.0 - 2024-12-19
Added
- (General) Support for Python 3.13.
- (General)
visualize_report
helper function to open reports with the Khiops Visualization and Khiops Co-Visualization app.
Fixed
- (General) Initialization failing in Conda-based environments.
Changed
- (
core
) Support for system parameters has been moved from theKhiopsLocalRunner
to thecore
API. - (
core
) System parametermax_memory_mb
has been renamed tomemory_limit_mb
. - (
core
) System parameterkhiops_temp_dir
has been renamed totemp_dir
.
Removed
- (General) Khiops Python 9 compatibility.
10.2.4.0-rc.1
For testing purposes only
10.2.3.1-rc.1
For testing purposes only