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
5
5
------------
6
6
7
7
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
+
8
22
[ 3.38.0] - 2024-11-15
9
23
--------------------
10
24
##### Enhancements
@@ -1897,8 +1911,9 @@ Change Log
1897
1911
* Initial version based on Python 1.5.2 and Qt 2.3
1898
1912
1899
1913
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
1902
1917
[ 3.37.0 ] : https://github.com/biolab/orange3/compare/3.36.2...3.37.0
1903
1918
[ 3.36.2 ] : https://github.com/biolab/orange3/compare/3.36.1...3.36.2
1904
1919
[ 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 36
36
37
37
NAME = 'Orange3'
38
38
39
- VERSION = '3.39.0 '
40
- ISRELEASED = False
39
+ VERSION = '3.38.1 '
40
+ ISRELEASED = True
41
41
# full version identifier including a git revision identifier for development
42
42
# build/releases (this is filled/updated in `write_version_py`)
43
43
FULLVERSION = VERSION
You can’t perform that action at this time.
0 commit comments