Skip to content

Commit 39306b7

Browse files
committed
Update CHANGELOG with missing v10 entries
1 parent d3135ce commit 39306b7

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,41 @@
66
- Example: 10.2.1.4 is the 5th version that supports khiops 10.2.1.
77
- Internals: Changes in *Internals* sections are unlikely to be of interest for data scientists.
88

9-
## Unreleased
9+
## 10.3.2.0 - 2025-07-03
10+
11+
### Fixed
12+
- (`sklearn`) Documentation display for the `train_test_split_dataset` sklearn
13+
helper function.
14+
15+
## 10.3.1.0 - 2025-04-16
1016

1117
### Added
1218
- (`sklearn`) Support for boolean and float targets in `KhiopsClassifier`.
1319

20+
### Fixed
21+
- (`sklearn`) Crash when there were no informative trees in predictors.
22+
23+
### Deprecated
24+
- (`core`) The `build_multi_table_dictionary_domain` helper function.
25+
26+
## 10.3.0.0 - 2025-02-10
27+
28+
### Fixed
29+
- (`core`) Dictionary file `.json` extension check in the `khiops.dictionary.read_dictionary_file`
30+
function.
31+
32+
### Changed
33+
- (`sklearn`) The `train_test_split_dataset` helper has been moved from `khiops.utils` to
34+
`khiops.sklearn`.
35+
- (`sklearn`) The `transform_pairs` parameter of the `KhiopsEncoder` sklearn estimator has been
36+
renamed to `transform_type_pairs`.
37+
38+
### Removed
39+
- (`sklearn`) The `is_fitted_` estimator attribute. The Scikit-learn `check_is_fitted` function
40+
can be used to test the fitted state of the estimators.
41+
- (`sklearn`) The `n_pairs` parameter of the `KhiopsRegressor` sklearn estimator. It was never
42+
supported.
43+
1444
## 10.2.4.0 - 2024-12-19
1545

1646
### Added

0 commit comments

Comments
 (0)