Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdapretnar committed Sep 13, 2021
1 parent b70b6d2 commit e26bf24
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ Change Log
------------
* ...

[1.5.0] - 2021-09-13

##### Enhancements
* Keywords: Add 'Embedding' scoring method ([#666](../../pull/666))
* OW Corpus Viewer: Add annotated corpus output ([#672](../../pull/672))
* Concordance - search in the separate thread ([#668](../../pull/668))
* OWPreprocess Text: add option to filter on POS tags ([#679](../../pull/679))
* Topic Modeling: Add topic evaluation scores ([#687](../../pull/687))
* OWStatistics: Add new statistics method ([#676](../../pull/676))
* Import Documents: Add conllu reader ([#675](../../pull/675))
* OWPreprocess Text: Add Lemmagen normalizer ([#708](../../pull/708))
* normalize: speedup preprocessing with caching ([#709](../../pull/709))
* Score documents: Document selection and selection output ([#710](../../pull/710))

##### Bugfixes
* Import Documents: Read metas as the right type ([#677](../../pull/677))
* LDA: Add random state ([#688](../../pull/688))
* Preprocess: Filter POS tags along with tokens ([#692](../../pull/692))
* Topic Modeling: Remove tags from display of topics ([#693](../../pull/693))
* Score documents: fix word preprocessing ([#707](../../pull/707))
* Make Lemmagen lemmatizer picklable ([#713](../../pull/713))
* Document Embedder: fix default language setting ([#716](../../pull/716))

[1.4.0] - 2021-05-27

##### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
MAJOR = 1
MINOR = 5
MICRO = 0
IS_RELEASED = False
IS_RELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
FULL_VERSION = VERSION

Expand Down

0 comments on commit e26bf24

Please sign in to comment.