Skip to content

Commit 5c01b49

Browse files
authored
Merge pull request #317 from KhiopsML/prepare-release-10-2-4-0
Prepare release 10 2 4 0
2 parents 40602ee + d795600 commit 5c01b49

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,13 @@
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+
## 10.2.4.0 - 2024-12-19
1010

1111
### Added
12-
12+
- (General) Support for Python 3.13.
1313
- (General) `visualize_report` helper function to open reports with the Khiops Visualization and
1414
Khiops Co-Visualization app.
1515

16-
## 10.2.3.1 - 2024-11-27
17-
18-
### Added
19-
- (General) Support for Python 3.13.
20-
2116
### Fixed
2217
- (General) Initialization failing in Conda-based environments.
2318

packaging/conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ requirements:
2626
- python
2727
run:
2828
- python
29-
- khiops-core >=10.2.3,<10.2.4
29+
- khiops-core >=10.2.4,<10.2.5
3030
- pandas >=0.25.3
3131
- scikit-learn >=0.22.2
3232
run_constrained:

0 commit comments

Comments
 (0)