Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Jun 9, 2022
1 parent 74eb0df commit b298585
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ Change Log
------------
* ...

[1.8.0] - 2022-06-09
--------------------
##### Enhancements
* Create corpus - new widget ([#854](../../pull/854))
* Computation in separate thread for base vectorizer; use base vectorizer for embedding ([#852](../../pull/852))
* Mark "Words" outputs as non-dynamic ([#855](../../pull/855))
* Corpus refactoring ([#767](../../pull/767))
* Functionalities for computing concave hull around clusters of points ([#816](../../pull/816))

##### Bugfixes
* Normalize - fix unpickling for Normalizers before caching was implemented ([#838](../../pull/838))
* Credential manager dialog at import ([#857](../../pull/857))
* NLTK - use proxy when proxy adresses entered ([#853](../../pull/853))
* Semantic search: fix wrong output when response is None ([#826](../../pull/826))
* Annotate documents: update to work with the latest changes in keywords ([#845](../../pull/845))
* Update embedder callbacks ([#842](../../pull/842))
* Keywords: Fix sending data while running ([#836](../../pull/836))
* Preprocess Text: set highest absolute frequency ([#807](../../pull/807))
* Wikipedia: make widget useable again ([#825](../../pull/825))
* Concave hull: fix cases when all points inline ([#821](../../pull/821))
* Keywords: Always invoke preprocessor __call__ ([#815](../../pull/815))

[1.7.0] - 2022-04-08
--------------------
##### Enhancements
Expand Down Expand Up @@ -335,7 +357,8 @@ Change Log
--------------------


[next]: https://github.com/biolab/orange3-text/compare/1.6.2...HEAD
[next]: https://github.com/biolab/orange3-text/compare/1.8.0...HEAD
[1.8.0]: https://github.com/biolab/orange3-text/compare/1.7.0...1.8.0
[1.7.0]: https://github.com/biolab/orange3-text/compare/1.6.2...1.7.0
[1.6.2]: https://github.com/biolab/orange3-text/compare/1.6.1...1.6.2
[1.6.1]: https://github.com/biolab/orange3-text/compare/1.6.0...1.6.1
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 = 8
MICRO = 0
IS_RELEASED = False
IS_RELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
FULL_VERSION = VERSION

Expand Down

0 comments on commit b298585

Please sign in to comment.