We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294374b commit d7f7025Copy full SHA for d7f7025
CHANGELOG.md
@@ -6,7 +6,7 @@
6
- Example: 10.2.1.4 is the 5th version that supports khiops 10.2.1.
7
- Internals: Changes in *Internals* sections are unlikely to be of interest for data scientists.
8
9
-## Unreleased -
+## 11.0.0.0-rc.2 - 2025-12-5
10
11
### Added
12
- (General) Support for Python 3.14.
@@ -21,6 +21,9 @@
21
- (`sklearn`) `Text` Khiops type support at the estimator level.
22
23
### Changed
24
+- (General) Pip packages are published on PyPI.
25
+- (General) Conda packages only depend on the `conda-forge` channel and are
26
+ published on `conda-forge`.
27
- (`core`) Dictionary API (DictionaryDomain, Dictionary, MetaData),
28
when a requested key is not found in getters, return ``None`` instead
29
of raising a `KeyError` exception.
0 commit comments