@@ -4,6 +4,26 @@ Change Log
44[ next] - TBA
55------------
66
7+ [ 3.34.0] - 2022-12-05
8+ --------------------
9+ ##### Enhancements
10+ * Faster normalization ([ #6202 ] ( ../../pull/6202 ) )
11+ * io.UrlReader: Add support for google drive share urls ([ #6201 ] ( ../../pull/6201 ) )
12+ * Table: Add methods get_column and set_column ([ #6058 ] ( ../../pull/6058 ) )
13+ * owfeatureconstructor: raise settings version
14+ * owfeaturecontructor: move meta to the end of namedtuple
15+ * Aggregate Columns: Add additional options for selection ([ #6056 ] ( ../../pull/6056 ) )
16+
17+ ##### Bugfixes
18+ * conda-recipe: Remove explicit host numpy pinning ([ #6235 ] ( ../../pull/6235 ) )
19+ * Data Sampler: Fix crash when requesting an empty sample ([ #6208 ] ( ../../pull/6208 ) )
20+ * Remove pyqt5 install magic ([ #6153 ] ( ../../pull/6153 ) )
21+ * stats: Handle empty array ([ #6221 ] ( ../../pull/6221 ) )
22+ * Preprocess: Fix reporting for remove sparse and impute ([ #6212 ] ( ../../pull/6212 ) )
23+ * Weighted mean computation in Orange.statistics.util.stats ([ #6204 ] ( ../../pull/6204 ) )
24+ * owfeatureconstructor: raise settings version
25+ * owfeaturecontructor: move meta to the end of namedtuple
26+
727
828[ 3.33.0] - 2022-09-30
929--------------------
@@ -1708,8 +1728,9 @@ Change Log
17081728* Initial version based on Python 1.5.2 and Qt 2.3
17091729
17101730
1711- [ next ] : https://github.com/biolab/orange3/compare/3.33.0...HEAD
1712- [ 3.32.0 ] : https://github.com/biolab/orange3/compare/3.32.0...3.33.0
1731+ [ next ] : https://github.com/biolab/orange3/compare/3.34.0...HEAD
1732+ [ 3.34.0 ] : https://github.com/biolab/orange3/compare/3.33.0...3.34.0
1733+ [ 3.33.0 ] : https://github.com/biolab/orange3/compare/3.32.0...3.33.0
17131734[ 3.32.0 ] : https://github.com/biolab/orange3/compare/3.31.1...3.32.0
17141735[ 3.31.1 ] : https://github.com/biolab/orange3/compare/3.31.0...3.31.1
17151736[ 3.31.0 ] : https://github.com/biolab/orange3/compare/3.30.2...3.31.0
0 commit comments