File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ Change Log
66* ...
77
88
9+ [ 3.17.0] - 2018-10-26
10+ --------------------
11+ ##### Enhancements
12+ * OWSelectAttributes: Use input features ([ #3299 ] ( ../../pull/3299 ) )
13+
14+ ##### Bugfixes
15+ * OWDataTable: reset selections on domain change ([ #3327 ] ( ../../pull/3327 ) )
16+ * owlouvainclustering: Fix race conditions ([ #3322 ] ( ../../pull/3322 ) )
17+ * Save data widget crash on no data ([ #3311 ] ( ../../pull/3311 ) )
18+ * OWWidget: Preserve widget geometry between hide/show events ([ #3304 ] ( ../../pull/3304 ) )
19+ * Fix OWWidget destruction ([ #3296 ] ( ../../pull/3296 ) )
20+ * OWWidget: Fix size hint propagation ([ #3253 ] ( ../../pull/3253 ) )
21+
22+
923[ 3.16.0] - 2018-09-14
1024--------------------
1125##### Enhancements
@@ -925,7 +939,8 @@ Change Log
925939* Initial version based on Python 1.5.2 and Qt 2.3
926940
927941
928- [ next ] : https://github.com/biolab/orange3/compare/3.16.0...HEAD
942+ [ next ] : https://github.com/biolab/orange3/compare/3.17.0...HEAD
943+ [ 3.17.0 ] : https://github.com/biolab/orange3/compare/3.16.0...3.17.0
929944[ 3.16.0 ] : https://github.com/biolab/orange3/compare/3.15.0...3.16.0
930945[ 3.15.0 ] : https://github.com/biolab/orange3/compare/3.14.0...3.15.0
931946[ 3.14.0 ] : https://github.com/biolab/orange3/compare/3.13.0...3.14.0
Original file line number Diff line number Diff line change 2020NAME = 'Orange3'
2121
2222VERSION = '3.17.0'
23- ISRELEASED = False
23+ ISRELEASED = True
2424# full version identifier including a git revision identifier for development
2525# build/releases (this is filled/updated in `write_version_py`)
2626FULLVERSION = VERSION
You can’t perform that action at this time.
0 commit comments