diff --git a/.github/workflows/test-conda-forge-package.yml b/.github/workflows/test-conda-forge-package.yml index dea3e47d..fa5b1bd3 100644 --- a/.github/workflows/test-conda-forge-package.yml +++ b/.github/workflows/test-conda-forge-package.yml @@ -10,7 +10,7 @@ on: default: 11.0.0 description: khiops-samples version khiops-python-version: - default: 11.0.0.3 + default: 11.0.1.0rc.2 description: khiops-python version for testing defaults: run: diff --git a/CHANGELOG.md b/CHANGELOG.md index d5bc9efd..92fb5641 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.1.0rc.2 - 2026-06-25 ### Added - (`sklearn`) `keep_selected_variables_only` parameter to the predictors (`KhiopsClassifier` and `KhiopsRegressor`) diff --git a/khiops/__init__.py b/khiops/__init__.py index 74dbbce6..59ca070f 100644 --- a/khiops/__init__.py +++ b/khiops/__init__.py @@ -24,7 +24,7 @@ """ from khiops.core.internals.version import KhiopsVersion -__version__ = "11.0.0.3" +__version__ = "11.0.1.0rc.2" def get_compatible_khiops_version(): diff --git a/packaging/conda/meta.yaml b/packaging/conda/meta.yaml index fd64adeb..813d75f4 100644 --- a/packaging/conda/meta.yaml +++ b/packaging/conda/meta.yaml @@ -2,7 +2,7 @@ # See https://github.com/conda-forge/khiops-feedstock/tree/main/recipe {% set name = "khiops" %} -{% set version = "11.0.0.3" %} +{% set version = "11.0.1.0rc.2" %} # The minimal Python version as supported by the conda-forge CI {% set python_min = "3.10" %} @@ -29,7 +29,7 @@ requirements: - setuptools run: - python >={{ python_min }} - - khiops-core =11.0.0 + - khiops-core =11.0.1rc2 - pandas >=2.3.3,<4.0.0 - scikit-learn >=1.7.2,<1.9.0 run_constrained: