Skip to content
Permalink
Browse files

Release 3.20.1

  • Loading branch information...
lanzagar committed Feb 12, 2019
1 parent c75d3ba commit 37643909d9c3f9e333a6454f0017872c91d170fa
Showing with 15 additions and 3 deletions.
  1. +13 −1 CHANGELOG.md
  2. +2 −2 setup.py
@@ -6,6 +6,17 @@ Change Log
* ...


[3.20.1] - 2019-02-12
--------------------
##### Enhancements
* t-SNE: Add Normalize data checkbox ([#3570](../../pull/3570))
* Louvain show number of clusters ([#3572](../../pull/3572))

##### Bugfixes
* t-SNE speed-ups ([#3592](../../pull/3592))
* setup.py: Specify python-louvain version constraint ([#3587](../../pull/3587))


[3.20.0] - 2019-02-01
--------------------
##### Enhancements
@@ -1028,7 +1039,8 @@ Change Log
* Initial version based on Python 1.5.2 and Qt 2.3


[next]: https://github.com/biolab/orange3/compare/3.20.0...HEAD
[next]: https://github.com/biolab/orange3/compare/3.20.1...HEAD
[3.20.1]: https://github.com/biolab/orange3/compare/3.20.0...3.20.1
[3.20.0]: https://github.com/biolab/orange3/compare/3.19.0...3.20.0
[3.19.0]: https://github.com/biolab/orange3/compare/3.18.0...3.19.0
[3.18.0]: https://github.com/biolab/orange3/compare/3.17.0...3.18.0
@@ -31,8 +31,8 @@

NAME = 'Orange3'

VERSION = '3.21.0'
ISRELEASED = False
VERSION = '3.20.1'
ISRELEASED = True
# full version identifier including a git revision identifier for development
# build/releases (this is filled/updated in `write_version_py`)
FULLVERSION = VERSION

0 comments on commit 3764390

Please sign in to comment.
You can’t perform that action at this time.