Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-conda-forge-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down
2 changes: 1 addition & 1 deletion khiops/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down
4 changes: 2 additions & 2 deletions packaging/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}

Expand All @@ -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:
Expand Down
Loading