File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ Change Log
55------------
66* ...
77
8+ [ 1.15.0] - 2023-11-17
9+ --------------------
10+ ##### Enhancements
11+ * Topic modelling - Reorder methods by relevance ([ #1020 ] ( ../../pull/1020 ) )
12+
13+ ##### Bugfixes
14+ * Replace pdfminer3k with pypdf ([ #994 ] ( ../../pull/994 ) )
15+ * Topic Modelling - Do not recompute when spin value doesn't change ([ #1019 ] ( ../../pull/1019 ) )
16+ * Annotator - Change epsilon step and limits ([ #1009 ] ( ../../pull/1009 ) )
17+ * LDAVis - Fix fail after None data ([ #1008 ] ( ../../pull/1008 ) )
18+ * Corpus - remove dictionary and fix wrong types count on subsampled corpus ([ #990 ] ( ../../pull/990 ) )
19+ * Corpus - Open file dialogue at previous location ([ #1002 ] ( ../../pull/1002 ) )
20+
21+
822[ 1.14.0] - 2023-08-23
923--------------------
1024##### Enhancements
@@ -449,7 +463,8 @@ Change Log
449463--------------------
450464
451465
452- [ next ] : https://github.com/biolab/orange3-text/compare/1.14.0...HEAD
466+ [ next ] : https://github.com/biolab/orange3-text/compare/1.15.0...HEAD
467+ [ 1.15.0 ] : https://github.com/biolab/orange3-text/compare/1.14.0...1.15.0
453468[ 1.14.0 ] : https://github.com/biolab/orange3-text/compare/1.13.1...1.14.0
454469[ 1.13.1 ] : https://github.com/biolab/orange3-text/compare/1.13.0...1.13.1
455470[ 1.13.0 ] : https://github.com/biolab/orange3-text/compare/1.12.0...1.13.0
Original file line number Diff line number Diff line change 1818MAJOR = 1
1919MINOR = 15
2020MICRO = 0
21- IS_RELEASED = False
21+ IS_RELEASED = True
2222VERSION = '%d.%d.%d' % (MAJOR , MINOR , MICRO )
2323FULL_VERSION = VERSION
2424
You can’t perform that action at this time.
0 commit comments