Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdapretnar committed Jan 21, 2021
1 parent 6c9fafe commit 08e65f2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ Change Log
------------
* ...

[1.3.0] - 2021-01-21
--------------------
##### Enhancements
* Sentiment Analysis: Add SentiArt method ([#605](../../pull/605))
* Preprocess Text: update documentation ([#604](../../pull/604))
* [DOC] Sentiment Analysis: custom files and documentation ([#557](../../pull/557))

##### Bugfixes
* Preprocess: Filter by absolute frequency ([#601](../../pull/601))
* Corpus: extend_attributes retain preprocessing ([#599](../../pull/599))
* owwordcloud: Work with empty token list ([#588](../../pull/588))
* Simhash: Fix error when hash function is None ([#589](../../pull/589))

[1.2.0] - 2020-10-12
--------------------
##### Enhancements
Expand Down Expand Up @@ -227,7 +240,8 @@ Change Log
--------------------


[next]: https://github.com/biolab/orange3-text/compare/1.2.0...HEAD
[next]: https://github.com/biolab/orange3-text/compare/1.3.0...HEAD
[1.3.0]: https://github.com/biolab/orange3-text/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/biolab/orange3-text/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/biolab/orange3-text/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/biolab/orange3-text/compare/0.9.1...1.0.0
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 = 3
MICRO = 0
IS_RELEASED = False
IS_RELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
FULL_VERSION = VERSION

Expand Down

0 comments on commit 08e65f2

Please sign in to comment.