File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed
Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ Change Log
55------------
66
77
8+ [ 3.38.1] - 2024-12-23
9+ --------------------
10+ ##### Enhancements
11+ * Scatter Plot: Error Bars ([ #6934 ] ( ../../pull/6934 ) )
12+
13+ ##### Bugfixes
14+ * 1 line headers: only allow single-letter types and flags ([ #6959 ] ( ../../pull/6959 ) )
15+ * Group By: fix categorical aggregations ([ #6958 ] ( ../../pull/6958 ) )
16+ * Orange can be imported without Qt (fixed importing localization) ([ #6955 ] ( ../../pull/6955 ) )
17+ * Fix documentation in packages: fix sphinx build command ([ #6950 ] ( ../../pull/6950 ) )
18+ * httpx 0.28 support: use mounts instead of proxies ([ #6943 ] ( ../../pull/6943 ) )
19+ * owpredicttions: Remove special magic value 2 ([ #6933 ] ( ../../pull/6933 ) )
20+
21+
822[ 3.38.0] - 2024-11-15
923--------------------
1024##### Enhancements
@@ -1897,8 +1911,9 @@ Change Log
18971911* Initial version based on Python 1.5.2 and Qt 2.3
18981912
18991913
1900- [ next ] : https://github.com/biolab/orange3/compare/3.38.0..HEAD
1901- [ 3.37.0 ] : https://github.com/biolab/orange3/compare/3.37.0...3.38.0
1914+ [ next ] : https://github.com/biolab/orange3/compare/3.38.1..HEAD
1915+ [ 3.38.1 ] : https://github.com/biolab/orange3/compare/3.38.0...3.38.1
1916+ [ 3.38.0 ] : https://github.com/biolab/orange3/compare/3.37.0...3.38.0
19021917[ 3.37.0 ] : https://github.com/biolab/orange3/compare/3.36.2...3.37.0
19031918[ 3.36.2 ] : https://github.com/biolab/orange3/compare/3.36.1...3.36.2
19041919[ 3.36.1 ] : https://github.com/biolab/orange3/compare/3.36.0...3.36.1
Original file line number Diff line number Diff line change 3636
3737NAME = 'Orange3'
3838
39- VERSION = '3.39.0 '
40- ISRELEASED = False
39+ VERSION = '3.38.1 '
40+ ISRELEASED = True
4141# full version identifier including a git revision identifier for development
4242# build/releases (this is filled/updated in `write_version_py`)
4343FULLVERSION = VERSION
You can’t perform that action at this time.
0 commit comments