|
6 | 6 | - Example: 10.2.1.4 is the 5th version that supports khiops 10.2.1.
|
7 | 7 | - Internals: Changes in *Internals* sections are unlikely to be of interest for data scientists.
|
8 | 8 |
|
| 9 | +## 11.0.0.0-b.0 - 2025-07-10 |
| 10 | + |
| 11 | +### Added |
| 12 | +- (`core`) API support for predictor interpretation and reinforcement. |
| 13 | +- (`core`) API support for instance-variable coclustering model training. |
| 14 | +- (`core`) Support for text types in prediction and coclustering models. |
| 15 | +- (`core`) Analysis and coclustering report JSON serialization support. |
| 16 | +- (`sklearn`) Automatic removal of newline characters in strings on Pandas |
| 17 | + dataframe columns. This is to ensure the proper working of the Khiops engine. |
| 18 | + |
| 19 | +### Changed |
| 20 | +- (`core`) Syntax for additional data tables specification, which uses the data |
| 21 | + paths. |
| 22 | +- (`core`) API specification of the results path: full paths to report files are |
| 23 | + now used instead of result directories. |
| 24 | +- (`sklearn`) Specification of the hierarchical multi-table schemata, which now |
| 25 | + uses data paths as in the Core API. |
| 26 | +- (`general`) Various other changes and updates for Khiops 11.0.0-b.0 |
| 27 | + compatibility. |
| 28 | + |
| 29 | +### Deprecated |
| 30 | +- (`core`) The results directory parameter of the Core API functions. The full |
| 31 | + path to the reports must now be specified instead. |
| 32 | +- (`core`) The "``"-based secondary table path specification. The "/"-based data |
| 33 | + paths must now be used instead. |
| 34 | +- (`sklearn`) The specification syntax for hierarchical multi-table datasets. |
| 35 | + The "/"-based data paths must now be used instead, as in the Core API. |
| 36 | + |
| 37 | +### Removed |
| 38 | +- (`general`) All functions, attributes and features that had been deprecated in |
| 39 | + the 10.3.2.0 version. |
| 40 | + |
9 | 41 | ## 10.3.2.0 - 2025-07-03
|
10 | 42 |
|
11 | 43 | ### Fixed
|
|
0 commit comments