File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,29 @@ Change Log
5
5
------------
6
6
* ...
7
7
8
+ [ 1.5.0] - 2021-09-13
9
+
10
+ ##### Enhancements
11
+ * Keywords: Add 'Embedding' scoring method ([ #666 ] ( ../../pull/666 ) )
12
+ * OW Corpus Viewer: Add annotated corpus output ([ #672 ] ( ../../pull/672 ) )
13
+ * Concordance - search in the separate thread ([ #668 ] ( ../../pull/668 ) )
14
+ * OWPreprocess Text: add option to filter on POS tags ([ #679 ] ( ../../pull/679 ) )
15
+ * Topic Modeling: Add topic evaluation scores ([ #687 ] ( ../../pull/687 ) )
16
+ * OWStatistics: Add new statistics method ([ #676 ] ( ../../pull/676 ) )
17
+ * Import Documents: Add conllu reader ([ #675 ] ( ../../pull/675 ) )
18
+ * OWPreprocess Text: Add Lemmagen normalizer ([ #708 ] ( ../../pull/708 ) )
19
+ * normalize: speedup preprocessing with caching ([ #709 ] ( ../../pull/709 ) )
20
+ * Score documents: Document selection and selection output ([ #710 ] ( ../../pull/710 ) )
21
+
22
+ ##### Bugfixes
23
+ * Import Documents: Read metas as the right type ([ #677 ] ( ../../pull/677 ) )
24
+ * LDA: Add random state ([ #688 ] ( ../../pull/688 ) )
25
+ * Preprocess: Filter POS tags along with tokens ([ #692 ] ( ../../pull/692 ) )
26
+ * Topic Modeling: Remove tags from display of topics ([ #693 ] ( ../../pull/693 ) )
27
+ * Score documents: fix word preprocessing ([ #707 ] ( ../../pull/707 ) )
28
+ * Make Lemmagen lemmatizer picklable ([ #713 ] ( ../../pull/713 ) )
29
+ * Document Embedder: fix default language setting ([ #716 ] ( ../../pull/716 ) )
30
+
8
31
[ 1.4.0] - 2021-05-27
9
32
10
33
##### Enhancements
Original file line number Diff line number Diff line change 18
18
MAJOR = 1
19
19
MINOR = 5
20
20
MICRO = 0
21
- IS_RELEASED = False
21
+ IS_RELEASED = True
22
22
VERSION = '%d.%d.%d' % (MAJOR , MINOR , MICRO )
23
23
FULL_VERSION = VERSION
24
24
You can’t perform that action at this time.
0 commit comments