Skip to content

Commit 406083a

Browse files
committed
Release 3.39.0
1 parent 818c084 commit 406083a

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ Change Log
55
------------
66

77

8+
[3.39.0] - 2025-06-13
9+
--------------------
10+
##### Enhancements
11+
* Feature as Predictor ([#6852](../../pull/6852))
12+
* K-means: clusters can be inferred for new data ([#7010](../../pull/7010))
13+
* Parameter Fitter: more responsive when changing settings ([#7027](../../pull/7027))
14+
* Paint Data: Slight optimization ([#6990](../../pull/6990))
15+
* Numpy 2.0 compatibility ([#6850](../../pull/6850))
16+
17+
##### Bugfixes
18+
* Order available PostgreSQL tables ([#7099](../../pull/7099))
19+
* tableview: Avoid unnecessary calls to setSortingEnabled ([#7109](../../pull/7109))
20+
* Update check and notifications: avoid compression ([#7097](../../pull/7097))
21+
* tSNE: Add compute_value to tSNE variables ([#7066](../../pull/7066))
22+
* ScoringSheetViewer computing target class values from base values ([#7025](../../pull/7025))
23+
* ScoringSheetViewer slider style and tooltip ([#7024](../../pull/7024))
24+
* Disable dynamic signals where applicable ([#7045](../../pull/7045))
25+
* Make ReliefF and RReliefF results replicable ([#7026](../../pull/7026))
26+
* ScoringSheet deterministic results ([#7023](../../pull/7023))
27+
* io_util: Detect utf-8-sig when using `file` utility ([#7006](../../pull/7006))
28+
* Fix error bars for threshold averaged ROC curves ([#7014](../../pull/7014))
29+
* Save Data: fix when saving to different drives on Windows ([#7019](../../pull/7019))
30+
* owhierarchicalclustering: Fix IndexError ([#6989](../../pull/6989))
31+
32+
833
[3.38.1] - 2024-12-23
934
--------------------
1035
##### Enhancements
@@ -1911,7 +1936,8 @@ Change Log
19111936
* Initial version based on Python 1.5.2 and Qt 2.3
19121937

19131938

1914-
[next]: https://github.com/biolab/orange3/compare/3.38.1..HEAD
1939+
[next]: https://github.com/biolab/orange3/compare/3.39.0..HEAD
1940+
[3.39.0]: https://github.com/biolab/orange3/compare/3.38.1...3.39.0
19151941
[3.38.1]: https://github.com/biolab/orange3/compare/3.38.0...3.38.1
19161942
[3.38.0]: https://github.com/biolab/orange3/compare/3.37.0...3.38.0
19171943
[3.37.0]: https://github.com/biolab/orange3/compare/3.36.2...3.37.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
NAME = 'Orange3'
3636

3737
VERSION = '3.39.0'
38-
ISRELEASED = False
38+
ISRELEASED = True
3939
# full version identifier including a git revision identifier for development
4040
# build/releases (this is filled/updated in `write_version_py`)
4141
FULLVERSION = VERSION

0 commit comments

Comments
 (0)