Skip to content

Commit 8ae3272

Browse files
version 11.0.1 (#1081)
1 parent f4721a2 commit 8ae3272

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

packaging/common/khiops/WHATSNEW.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ New features
1111
Text analysis performance:
1212
- Parallelization of token collection for text analysis: significant speedup on large text datasets
1313

14+
New Khiops Desktop Visualization Application:
15+
- a single application that replaces the previous Khiops Visualization and Covisualization applications
16+
17+
1418
Fixes
1519
-----
1620
- Fix optimization issue with ngram tokenization on very large text datasets (100,000+ ngrams)
@@ -28,6 +32,7 @@ Distribution
2832
- New khiops-kni pip package for the Khiops Native Interface, including Python bindings and tutorial examples
2933
- Ubuntu 26.04 support added
3034

35+
3136
Version 11.0.0
3237
==================
3338

src/Learning/KWUtils/KWKhiopsVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// dans le TaskManager de Windows (par exemple)
1111

1212
// Version de Khiops
13-
#define KHIOPS_VERSION KHIOPS_STR(11.0.1-rc.2)
13+
#define KHIOPS_VERSION KHIOPS_STR(11.0.1)
1414
// Les versions release distribuees sont bases sur trois numeros, par exemple KHIOPS_STR(10.2.0)
1515
// Les versions alpha, beta ou release candidate ont un suffixe supplementaire, par exemple :
1616
// - KHIOPS_STR(10.5.0-a.1)

0 commit comments

Comments
 (0)