File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2323 pull_request :
2424 paths :
2525 - khiops/**.py
26- - pykhiops/**.py # TODO: Remove for Khiops 11
2726 - tests/**.py
2827 - tests/resources/**
2928 - ' !tests/resources/**.md'
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- ## Unreleased
9+ ## 11.0.0.1 - 2026-01-14
1010
1111### Fixed
1212- (General) Automatic Credentials Discovery-based credential retrieval for
Original file line number Diff line number Diff line change 2424"""
2525from khiops .core .internals .version import KhiopsVersion
2626
27- __version__ = "11.0.0.0 "
27+ __version__ = "11.0.0.1 "
2828
2929
3030def get_compatible_khiops_version ():
Original file line number Diff line number Diff line change 22package :
33 name : {{ name }}
44 # The Conda version cannot contain the '-' character, so we eliminate it
5- version : " 11.0.0.0 "
5+ version : " 11.0.0.1 "
66
77source :
88 path : ../../
You can’t perform that action at this time.
0 commit comments