File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ Change Log
55------------
66* ...
77
8+ [ 1.10.0] - 2022-07-08
9+ --------------------
10+ ##### Enhancements
11+ * Document Embedding - set SBERT as default ([ #875 ] ( ../../pull/875 ) )
12+ * Document Embedding: add SBERT ([ #839 ] ( ../../pull/839 ) )
13+
14+ ##### Bugfixes
15+ * Corpus: fix ngrams_corpus ([ #871 ] ( ../../pull/871 ) )
16+
817[ 1.9.0] - 2022-06-21
918--------------------
1019##### Bugfixes
@@ -369,8 +378,9 @@ Change Log
369378--------------------
370379
371380
372- [ next ] : https://github.com/biolab/orange3-text/compare/1.9.0...HEAD
373- [ 1.8.1 ] : https://github.com/biolab/orange3-text/compare/1.8.1...1.9.0
381+ [ next ] : https://github.com/biolab/orange3-text/compare/1.10.0...HEAD
382+ [ 1.10.0 ] : https://github.com/biolab/orange3-text/compare/1.9.0...1.10.0
383+ [ 1.9.0 ] : https://github.com/biolab/orange3-text/compare/1.8.1...1.9.0
374384[ 1.8.1 ] : https://github.com/biolab/orange3-text/compare/1.8.0...1.8.1
375385[ 1.8.0 ] : https://github.com/biolab/orange3-text/compare/1.7.0...1.8.0
376386[ 1.7.0 ] : https://github.com/biolab/orange3-text/compare/1.6.2...1.7.0
Original file line number Diff line number Diff line change 1818MAJOR = 1
1919MINOR = 10
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