Skip to content

Commit a2a0cb0

Browse files
committed
Release 3.37.0
1 parent 7c0c889 commit a2a0cb0

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

CHANGELOG.md

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

77

8+
[3.37.0] - 2024-05-27
9+
--------------------
10+
##### Enhancements
11+
* Permutation Plot: Add widget ([#6762](../../pull/6762))
12+
* PLS: Move from Orange-spectroscopy ([#6734](../../pull/6734))
13+
* Open draged files on CSV Import, Load Model and Distance File widgets ([#6747](../../pull/6747))
14+
* Predictions: Output annotated table
15+
* Update t-SNE widget ([#6345](../../pull/6345))
16+
* CSV Import: Skip multi rows edit ([#6691](../../pull/6691))
17+
* Remove use of pkg_resources ([#6655](../../pull/6655))
18+
* Data Info: Show statistics about missing values ([#6623](../../pull/6623))
19+
20+
##### Bugfixes
21+
* Edit Domain: Partial restore state on categories mismatch ([#6776](../../pull/6776))
22+
* Distances: Spearman actually computes Spearman instead of Pearson ([#6804](../../pull/6804))
23+
* tableview: Remove toggle selection on corner widget click ([#6802](../../pull/6802))
24+
* _simple_tree.c: Fix compilation error with gcc 14 ([#6800](../../pull/6800))
25+
* OWSom: Fix crash for data without class variable ([#6763](../../pull/6763))
26+
* io_util: Fix memory usage when parsing columns ([#6757](../../pull/6757))
27+
* pythoneditor/editor: Change order in `terminate` ([#6756](../../pull/6756))
28+
* Minor fixes to reenable falling CI ([#6751](../../pull/6751))
29+
* Fix failing tests on Python 3.11.8 on Windows ([#6737](../../pull/6737))
30+
* Table.add_column - Do not try to insert data in locked empty array ([#6743](../../pull/6743))
31+
* test_owcsvimport: Workaround for segfault in tests on macos ([#6735](../../pull/6735))
32+
* Domain Editor - Adapt to dark mode ([#6727](../../pull/6727))
33+
* Predictions: Output annotated table
34+
* CSV Import: Add explicit datetime conversion ([#6696](../../pull/6696))
35+
* setup.py: Replace use of imp module ([#6680](../../pull/6680))
36+
* Writers: Store nans in StringVariable as empty strings instead of 'nan' ([#6670](../../pull/6670))
37+
* Fix impute.Model for derived domains ([#6668](../../pull/6668))
38+
* CN2 Rule Induction: Fix model's effective name ([#6652](../../pull/6652))
39+
40+
841
[3.36.2] - 2023-10-31
942
--------------------
1043
##### Enhancements
@@ -1841,7 +1874,8 @@ Change Log
18411874
* Initial version based on Python 1.5.2 and Qt 2.3
18421875

18431876

1844-
[next]: https://github.com/biolab/orange3/compare/3.36.2..HEAD
1877+
[next]: https://github.com/biolab/orange3/compare/3.37.0..HEAD
1878+
[3.37.0]: https://github.com/biolab/orange3/compare/3.36.2...3.37.0
18451879
[3.36.2]: https://github.com/biolab/orange3/compare/3.36.1...3.36.2
18461880
[3.36.1]: https://github.com/biolab/orange3/compare/3.36.0...3.36.1
18471881
[3.36.0]: https://github.com/biolab/orange3/compare/3.35.0...3.36.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
NAME = 'Orange3'
3838

3939
VERSION = '3.37.0'
40-
ISRELEASED = False
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`)
4343
FULLVERSION = VERSION

0 commit comments

Comments
 (0)