@@ -5,6 +5,86 @@ Change Log
5
5
------------
6
6
* ...
7
7
8
+
9
+ [ 3.24.0] - 2019-12-20
10
+ --------------------
11
+ ##### Enhancements
12
+ * Remove Variable.make ([ #3925 ] ( ../../pull/3925 ) )
13
+ * OWTreeViewer: Bold predicted values in tree nodes ([ #4269 ] ( ../../pull/4269 ) )
14
+ * Edit Domain: Reinterpret column type transforms ([ #4262 ] ( ../../pull/4262 ) )
15
+ * OWTree: Add 'Classification Tree' keyword ([ #4283 ] ( ../../pull/4283 ) )
16
+ * ConcurrentWidgetMixin: Cancel task on input change ([ #4219 ] ( ../../pull/4219 ) )
17
+ * PCA: Add a signal with original data + pca ([ #4255 ] ( ../../pull/4255 ) )
18
+ * Distances: Offload work to a separate thread ([ #4046 ] ( ../../pull/4046 ) )
19
+ * Venn Diagram: Add relations over columns, simplify over rows ([ #4006 ] ( ../../pull/4006 ) )
20
+ * Merge Data: Implement context settings ([ #4248 ] ( ../../pull/4248 ) )
21
+ * Heatmap: Option to center color palette at 0 ([ #4218 ] ( ../../pull/4218 ) )
22
+ * owheatmap: Add Split By combo box ([ #4234 ] ( ../../pull/4234 ) )
23
+ * Heatmap: Allow labeling by any variable ([ #4209 ] ( ../../pull/4209 ) )
24
+ * Test & Score Widget: Cancellability on input change. ([ #4079 ] ( ../../pull/4079 ) )
25
+ * Boxplot no longer stretches bars when this is uninformative ([ #4176 ] ( ../../pull/4176 ) )
26
+ * Box plot: Add 'order by importance' checkbox to groups ([ #4055 ] ( ../../pull/4055 ) )
27
+ * Add pyproject.toml ([ #4179 ] ( ../../pull/4179 ) )
28
+ * Add remove sparse features preprocessor ([ #4093 ] ( ../../pull/4093 ) )
29
+ * Output to OWCorrespondence ([ #4180 ] ( ../../pull/4180 ) )
30
+ * macOS: Installer python version ([ #4130 ] ( ../../pull/4130 ) )
31
+ * OWBoxPlot: Show missing values ([ #4135 ] ( ../../pull/4135 ) )
32
+ * Neighbors: Data info displayed in status bar ([ #4157 ] ( ../../pull/4157 ) )
33
+ * Preprocess: Tests update
34
+ * Bhatthacharayya distance ([ #4111 ] ( ../../pull/4111 ) )
35
+ * MergeData: Don't remove duplicate columns with different data ([ #4100 ] ( ../../pull/4100 ) )
36
+ * Nice binning of time variables (Distributions, SOM) ([ #4123 ] ( ../../pull/4123 ) )
37
+ * OWBaseSql: Base widget for connecting to a database ([ #4083 ] ( ../../pull/4083 ) )
38
+ * k-Means: Add normalization checkbox ([ #4099 ] ( ../../pull/4099 ) )
39
+ * Datasets: Remove control area ([ #4071 ] ( ../../pull/4071 ) )
40
+ * Correlations: Include continuous class and meta variables ([ #4067 ] ( ../../pull/4067 ) )
41
+
42
+ ##### Bugfixes
43
+ * SQL: Save selected backend to settings ([ #4270 ] ( ../../pull/4270 ) )
44
+ * ExcelReader: Migrate to openpyxl ([ #4279 ] ( ../../pull/4279 ) )
45
+ * owcsvimport: Fix last/recent item serialization ([ #4272 ] ( ../../pull/4272 ) )
46
+ * owselectcolumns: Fix move up/down type error ([ #4271 ] ( ../../pull/4271 ) )
47
+ * Table: Keep pending selection if data is None ([ #4281 ] ( ../../pull/4281 ) )
48
+ * Select Rows: Fix crash on changed variable type ([ #4254 ] ( ../../pull/4254 ) )
49
+ * Louvain Clustering: Update graph output for compatibility with the new network add-on ([ #4258 ] ( ../../pull/4258 ) )
50
+ * Merge data: Migrate settings ([ #4263 ] ( ../../pull/4263 ) )
51
+ * Feature Statistics: Do not crash on empty domain ([ #4245 ] ( ../../pull/4245 ) )
52
+ * File widget: fix name change ([ #4235 ] ( ../../pull/4235 ) )
53
+ * Various fixes of box plot ([ #4231 ] ( ../../pull/4231 ) )
54
+ * Fix guessing strategy for date and time variables ([ #4226 ] ( ../../pull/4226 ) )
55
+ * owtable: Preserve tab order of updated inputs ([ #4225 ] ( ../../pull/4225 ) )
56
+ * Feature Constructor: Compatibility with Python 3.8 ([ #4222 ] ( ../../pull/4222 ) )
57
+ * File: Fix domain edit on no changes ([ #4232 ] ( ../../pull/4232 ) )
58
+ * Normalizer: Retain attributes of attributes ([ #4217 ] ( ../../pull/4217 ) )
59
+ * Hierarchical Clustering: Fix Annotations selection ([ #4214 ] ( ../../pull/4214 ) )
60
+ * MDS: Place lines under points and labels ([ #4213 ] ( ../../pull/4213 ) )
61
+ * Fix crash in Preprocess' Select Relevant Features when there are no features ([ #4207 ] ( ../../pull/4207 ) )
62
+ * Louvain Clustering: fix setting to restore correctly ([ #4187 ] ( ../../pull/4187 ) )
63
+ * SOM: Fix crash when clicking on empty canvas ([ #4177 ] ( ../../pull/4177 ) )
64
+ * build-conda-installer.sh: Do not use python version from Miniconda ([ #4142 ] ( ../../pull/4142 ) )
65
+ * Fix core dump in CI in SOM on sparse data ([ #4174 ] ( ../../pull/4174 ) )
66
+ * ROC and LiftCurve: Store context settings ([ #4138 ] ( ../../pull/4138 ) )
67
+ * Preprocess: Tests update
68
+ * Normalize: Fix crash with nan column ([ #4125 ] ( ../../pull/4125 ) )
69
+ * Warning for discrete variable with >100 values in OWFile ([ #4120 ] ( ../../pull/4120 ) )
70
+ * owcsvimport: Make the progress update a direct connection ([ #4109 ] ( ../../pull/4109 ) )
71
+ * Scatterplot: Disable vizrank when features on input ([ #4102 ] ( ../../pull/4102 ) )
72
+ * Sieve: Disable vizrank when features on input ([ #4101 ] ( ../../pull/4101 ) )
73
+ * Datetime conversion to string ([ #4098 ] ( ../../pull/4098 ) )
74
+ * Self-Organizing Map: Fix restoring width ([ #4097 ] ( ../../pull/4097 ) )
75
+ * K-means: Save Silhouette Scores selection ([ #4082 ] ( ../../pull/4082 ) )
76
+ * OWTestLearners: Vertically align to center ([ #4095 ] ( ../../pull/4095 ) )
77
+ * Model's data_to_model_domain supports sparse matrix ([ #4081 ] ( ../../pull/4081 ) )
78
+ * Color widget failed after removing Variable.make ([ #4041 ] ( ../../pull/4041 ) )
79
+ * Deprecated processEvents argument in Test&Score ([ #4047 ] ( ../../pull/4047 ) )
80
+ * Merge data: Rename variables with duplicated names ([ #4076 ] ( ../../pull/4076 ) )
81
+ * k-Means: Impute missing values ([ #4068 ] ( ../../pull/4068 ) )
82
+ * Predictions: Handle discrete target with no values ([ #4066 ] ( ../../pull/4066 ) )
83
+ * Fix storing and retrieving selection, and unconditional auto commit ([ #3957 ] ( ../../pull/3957 ) )
84
+ * Scatterplot: Enable/disable vizrank button ([ #4016 ] ( ../../pull/4016 ) )
85
+ * Correlations: Add progress bar, retain responsiveness ([ #4011 ] ( ../../pull/4011 ) )
86
+
87
+
8
88
[ 3.23.1] - 2019-10-03
9
89
--------------------
10
90
##### Bugfixes
@@ -1164,7 +1244,8 @@ Change Log
1164
1244
* Initial version based on Python 1.5.2 and Qt 2.3
1165
1245
1166
1246
1167
- [ next ] : https://github.com/biolab/orange3/compare/3.23.1...HEAD
1247
+ [ next ] : https://github.com/biolab/orange3/compare/3.24.0...HEAD
1248
+ [ 3.24.0 ] : https://github.com/biolab/orange3/compare/3.24.0...3.23.1
1168
1249
[ 3.23.1 ] : https://github.com/biolab/orange3/compare/3.23.1...3.23.0
1169
1250
[ 3.23.0 ] : https://github.com/biolab/orange3/compare/3.22.0...3.23.0
1170
1251
[ 3.22.0 ] : https://github.com/biolab/orange3/compare/3.21.0...3.22.0
0 commit comments