Skip to content

Commit 2948fbf

Browse files
committed
Update CHANGELOG with the beta v11-specific entry
1 parent 39306b7 commit 2948fbf

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,38 @@
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+
## 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+
941
## 10.3.2.0 - 2025-07-03
1042

1143
### Fixed

0 commit comments

Comments
 (0)