@@ -6,6 +6,50 @@ Change Log
6
6
* ...
7
7
8
8
9
+ [ 3.28.0] - 2021-03-05
10
+ --------------------
11
+ ##### Enhancements
12
+ * Bar Plot: Improve "Group by" visualization ([ #5301 ] ( ../../pull/5301 ) )
13
+ * Violin Plot: New widget ([ #5252 ] ( ../../pull/5252 ) )
14
+ * Test and Score: Copy selected rows to clipboard ([ #5203 ] ( ../../pull/5203 ) )
15
+ * Projections: Allow transparent subset ([ #5141 ] ( ../../pull/5141 ) )
16
+ * Gradient Boosting: New widget ([ #5160 ] ( ../../pull/5160 ) )
17
+ * Impute: Allow setting a default value for all numeric and time variables ([ #5102 ] ( ../../pull/5102 ) )
18
+ * Distribution: Show equal bar widths on unique-valued bins ([ #5139 ] ( ../../pull/5139 ) )
19
+ * Implement proper Lift curve; keep Cumulative gains as an option ([ #5075 ] ( ../../pull/5075 ) )
20
+ * Create Instance: New widget ([ #5033 ] ( ../../pull/5033 ) )
21
+
22
+ ##### Bugfixes
23
+ * Calibration model: Work with numpy data ([ #5159 ] ( ../../pull/5159 ) )
24
+ * Rank: Switch to manual selection on deselect ([ #5271 ] ( ../../pull/5271 ) )
25
+ * Create Class: multiple patterns for a class value ([ #5283 ] ( ../../pull/5283 ) )
26
+ * Test and Score: Fix stratification warnings ([ #5281 ] ( ../../pull/5281 ) )
27
+ * Predictions: Fix crash when clicking on empty left area ([ #5222 ] ( ../../pull/5222 ) )
28
+ * Distribution: vectorize variance, speeds up normalization ([ #5230 ] ( ../../pull/5230 ) )
29
+ * owimpute: Make ` default_numeric ` locale independant ([ #5209 ] ( ../../pull/5209 ) )
30
+ * Pivot: Display time variable in time format ([ #5212 ] ( ../../pull/5212 ) )
31
+ * OWScatterPlotBase: Ignore 'Other' when showing color regions ([ #5214 ] ( ../../pull/5214 ) )
32
+ * Fix performance regression in scatterplot ([ #5206 ] ( ../../pull/5206 ) )
33
+ * Pivot: Fix table for categorical variables ([ #5193 ] ( ../../pull/5193 ) )
34
+ * Distance Matrix: Fix freeze with large selections ([ #5176 ] ( ../../pull/5176 ) )
35
+ * Xls reader: Error as missing value ([ #5192 ] ( ../../pull/5192 ) )
36
+ * owdataset: Do not capture self in closure ([ #5198 ] ( ../../pull/5198 ) )
37
+ * ROC shows all points, including the last ([ #5138 ] ( ../../pull/5138 ) )
38
+ * Pivot: Output date for group by table ([ #5202 ] ( ../../pull/5202 ) )
39
+ * Enable classification tests ([ #5168 ] ( ../../pull/5168 ) )
40
+ * Data Table: Fix freeze with large selections ([ #5164 ] ( ../../pull/5164 ) )
41
+ * OWImpute: Preserve default method setting ([ #5181 ] ( ../../pull/5181 ) )
42
+ * AdaBoost: Set maximum number of estimators to 10000 ([ #5165 ] ( ../../pull/5165 ) )
43
+ * Feature Statistics: Error in time variable display ([ #5152 ] ( ../../pull/5152 ) )
44
+ * owpythonscript: Use signal id as is ([ #5147 ] ( ../../pull/5147 ) )
45
+ * SqlTable use empty string instead of None for StringVariable ([ #5120 ] ( ../../pull/5120 ) )
46
+ * Pivot: Handle big dataset ([ #5104 ] ( ../../pull/5104 ) )
47
+ * SQL: Fix the issue with database collation setting when retrieving column values ([ #5089 ] ( ../../pull/5089 ) )
48
+ * impute: Remove class vars from input data for ReplaceUnknownsModel ([ #5083 ] ( ../../pull/5083 ) )
49
+ * Edit Domain: Preserve renames on categories merge ([ #5072 ] ( ../../pull/5072 ) )
50
+ * CSV File Import: sort discrete values naturally ([ #5041 ] ( ../../pull/5041 ) )
51
+
52
+
9
53
[ 3.27.1] - 2020-10-23
10
54
--------------------
11
55
##### Bugfixes
@@ -1485,7 +1529,8 @@ Change Log
1485
1529
* Initial version based on Python 1.5.2 and Qt 2.3
1486
1530
1487
1531
1488
- [ next ] : https://github.com/biolab/orange3/compare/3.27.1...HEAD
1532
+ [ next ] : https://github.com/biolab/orange3/compare/3.28.0...HEAD
1533
+ [ 3.28.0 ] : https://github.com/biolab/orange3/compare/3.27.1...3.28.0
1489
1534
[ 3.27.1 ] : https://github.com/biolab/orange3/compare/3.27.0...3.27.1
1490
1535
[ 3.27.0 ] : https://github.com/biolab/orange3/compare/3.26.0...3.27.0
1491
1536
[ 3.26.0 ] : https://github.com/biolab/orange3/compare/3.25.1...3.26.0
0 commit comments