Skip to content

Commit 694a7b4

Browse files
committed
Release 3.40.0
1 parent 9e35194 commit 694a7b4

2 files changed

Lines changed: 25 additions & 2 deletions

File tree

CHANGELOG.md

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

77

8+
[3.40.0] - 2025-12-20
9+
--------------------
10+
##### Enhancements
11+
* SQL: Limit tables in dropdown ([#7214](../../pull/7214))
12+
* Neighbors: Add an option to retain reference example(s) ([#7199](../../pull/7199))
13+
* File: Allow selecting files with arbitrary extensions ([#6894](../../pull/6894))
14+
* SliderGraph: thicker threshold line ([#7091](../../pull/7091))
15+
* Tree Viewer: correctly show the first category (escape class values) ([#7124](../../pull/7124))
16+
* CN2 Rules: prefer equality (with optional restriction) for categorical variables ([#7128](../../pull/7128))
17+
18+
##### Bugfixes
19+
* Manifold Learning: Fix reseting of selected number of components ([#7191](../../pull/7191))
20+
* HeaderView: Do nothing in initStyleOptionForIndex if model is None ([#7216](../../pull/7216))
21+
* Save dialogs: Avoid weird behavior with extensions on macOS ([#7195](../../pull/7195))
22+
* requirements-core.txt: Raise minimum pandas version to 2.0.* ([#7203](../../pull/7203))
23+
* CSV Import: Fix non-functioning encodings selection ([#7181](../../pull/7181))
24+
* CSV Import timezone aware ([#7140](../../pull/7140))
25+
* Projections: When the number of colors equals the limit, do not introduce 'other' ([#7130](../../pull/7130))
26+
* Predictions: allow loading of workflows saved in a localized version (target class setting fix) ([#7123](../../pull/7123))
27+
* OWDBSCAN: handle empty X ([#7107](../../pull/7107))
28+
29+
830
[3.39.0] - 2025-06-13
931
--------------------
1032
##### Enhancements
@@ -1936,7 +1958,8 @@ Change Log
19361958
* Initial version based on Python 1.5.2 and Qt 2.3
19371959

19381960

1939-
[next]: https://github.com/biolab/orange3/compare/3.39.0..HEAD
1961+
[next]: https://github.com/biolab/orange3/compare/3.40.0..HEAD
1962+
[3.40.0]: https://github.com/biolab/orange3/compare/3.39.0...3.40.0
19401963
[3.39.0]: https://github.com/biolab/orange3/compare/3.38.1...3.39.0
19411964
[3.38.1]: https://github.com/biolab/orange3/compare/3.38.0...3.38.1
19421965
[3.38.0]: https://github.com/biolab/orange3/compare/3.37.0...3.38.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.40.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)