File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 default : 11.0.0
1111 description : khiops-samples version
1212 khiops-python-version :
13- default : 11.0.1.0rc.2
13+ default : 11.0.1.0rc.3
1414 description : khiops-python version for testing
1515defaults :
1616 run :
Original file line number Diff line number Diff line change 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.1.0rc.3 - 2026-07-01
10+
911## 11.0.1.0rc.2 - 2026-06-25
1012
1113### Added
Original file line number Diff line number Diff line change 2424"""
2525from khiops .core .internals .version import KhiopsVersion
2626
27- __version__ = "11.0.1.0rc.2 "
27+ __version__ = "11.0.1.0rc.3 "
2828
2929
3030def get_compatible_khiops_version ():
Original file line number Diff line number Diff line change 22# See https://github.com/conda-forge/khiops-feedstock/tree/main/recipe
33
44{% set name = "khiops" %}
5- {% set version = "11.0.1.0rc.2 " %}
5+ {% set version = "11.0.1.0rc.3 " %}
66# The minimal Python version as supported by the conda-forge CI
77{% set python_min = "3.10" %}
88
You can’t perform that action at this time.
0 commit comments