Skip to content

Commit ffc3ee4

Browse files
committed
Release version 1.15.0
1 parent 0c7d7ef commit ffc3ee4

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
MAJOR = 1
1919
MINOR = 15
2020
MICRO = 0
21-
IS_RELEASED = False
21+
IS_RELEASED = True
2222
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
2323
FULL_VERSION = VERSION
2424

0 commit comments

Comments
 (0)