@@ -4,12 +4,33 @@ Change Log
4
4
[ next] - TBA
5
5
------------
6
6
7
+ [ 3.30.0] - 2021-09-22
8
+ --------------------
9
+ ##### Enhancements
10
+ * OWPythonScript: Better text editor ([ #5208 ] ( ../../pull/5208 ) )
11
+ * PCA: Output variance of components ([ #5513 ] ( ../../pull/5513 ) )
12
+ * Curve Fit: New widget ([ #5481 ] ( ../../pull/5481 ) )
13
+ * Hierarchical Clustering: Annotate variables with clusters ([ #5514 ] ( ../../pull/5514 ) )
14
+ * Create nodes on canvas drag/drop ([ #5031 ] ( ../../pull/5031 ) )
15
+
16
+ ##### Bugfixes
17
+ * setup.py: do not overwrite conda's PyQt5 ([ #5593 ] ( ../../pull/5593 ) )
18
+ * Use explicit ordered multiple inputs ([ #4860 ] ( ../../pull/4860 ) )
19
+ * Prevent crash when saving in unsupported format ([ #5560 ] ( ../../pull/5560 ) )
20
+ * owrocanalysis: Fix test for non empty points array ([ #5571 ] ( ../../pull/5571 ) )
21
+ * pandas_compat: fix conversion of datetime series ([ #5547 ] ( ../../pull/5547 ) )
22
+ * Fix deepcopy and pickle for classes derived from ` np.ndarray ` ([ #5536 ] ( ../../pull/5536 ) )
23
+ * owheatmap: Fix assertion error when restoring selection ([ #5517 ] ( ../../pull/5517 ) )
24
+ * Pivot: Handle empty data, metas only ([ #5527 ] ( ../../pull/5527 ) )
25
+ * table_to_frame - handle numeric columns with dtype=object ([ #5474 ] ( ../../pull/5474 ) )
26
+ * listfilter: Bypass QListView.dropEvent ([ #5477 ] ( ../../pull/5477 ) )
27
+
28
+
7
29
[ 3.29.3] - 2021-06-09
8
30
--------------------
9
31
##### Bugfixes
10
32
* Create Class: fix incorrect value assignment
11
33
12
-
13
34
[ 3.29.2] - 2021-06-08
14
35
--------------------
15
36
##### Bugfixes
@@ -1568,7 +1589,8 @@ Change Log
1568
1589
* Initial version based on Python 1.5.2 and Qt 2.3
1569
1590
1570
1591
1571
- [ next ] : https://github.com/biolab/orange3/compare/3.29.3...HEAD
1592
+ [ next ] : https://github.com/biolab/orange3/compare/3.30.0...HEAD
1593
+ [ next ] : https://github.com/biolab/orange3/compare/3.29.3...3.30.0
1572
1594
[ 3.29.3 ] : https://github.com/biolab/orange3/compare/3.29.2...3.29.3
1573
1595
[ 3.29.2 ] : https://github.com/biolab/orange3/compare/3.29.1...3.29.2
1574
1596
[ 3.29.1 ] : https://github.com/biolab/orange3/compare/3.29.0...3.29.1
0 commit comments