Skip to content

Commit e26bf24

Browse files
committed
Release 1.5.0
1 parent b70b6d2 commit e26bf24

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ Change Log
55
------------
66
* ...
77

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+
831
[1.4.0] - 2021-05-27
932

1033
##### Enhancements

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 = 5
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)