From 8dcaa452709e0b20f16b56a916effcc64533ac5c Mon Sep 17 00:00:00 2001 From: Thierry RAMORASOAVINA Date: Wed, 14 Jan 2026 11:30:15 +0100 Subject: [PATCH 1/3] Update CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f35dcc..34f79e3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - Example: 10.2.1.4 is the 5th version that supports khiops 10.2.1. - Internals: Changes in *Internals* sections are unlikely to be of interest for data scientists. -## Unreleased +## 11.0.0.1 - 2026-01-14 ### Fixed - (General) Automatic Credentials Discovery-based credential retrieval for From ca24ce1d138775a70f3500a0d8aeac9d1a9422c6 Mon Sep 17 00:00:00 2001 From: Thierry RAMORASOAVINA Date: Wed, 14 Jan 2026 11:31:29 +0100 Subject: [PATCH 2/3] Update tests CI --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0a53ea3b..f633989d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,6 @@ on: pull_request: paths: - khiops/**.py - - pykhiops/**.py # TODO: Remove for Khiops 11 - tests/**.py - tests/resources/** - '!tests/resources/**.md' From 9ec0dc1f8b44c6d852f6b5ae28e9376a0515ba0d Mon Sep 17 00:00:00 2001 From: Thierry RAMORASOAVINA Date: Wed, 14 Jan 2026 11:38:41 +0100 Subject: [PATCH 3/3] Update Pip and dev Conda package version to 11.0.0.1 --- khiops/__init__.py | 2 +- packaging/conda/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/khiops/__init__.py b/khiops/__init__.py index 39e2d1e5..b18c36c0 100644 --- a/khiops/__init__.py +++ b/khiops/__init__.py @@ -24,7 +24,7 @@ """ from khiops.core.internals.version import KhiopsVersion -__version__ = "11.0.0.0" +__version__ = "11.0.0.1" def get_compatible_khiops_version(): diff --git a/packaging/conda/meta.yaml b/packaging/conda/meta.yaml index 168fdb5a..e871ea9c 100644 --- a/packaging/conda/meta.yaml +++ b/packaging/conda/meta.yaml @@ -2,7 +2,7 @@ package: name: {{ name }} # The Conda version cannot contain the '-' character, so we eliminate it - version: "11.0.0.0" + version: "11.0.0.1" source: path: ../../