Skip to content

Commit 78fcde6

Browse files
committed
Release 3.38.0
1 parent 89c97de commit 78fcde6

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

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

77

8+
[3.38.0] - 2024-11-15
9+
--------------------
10+
##### Enhancements
11+
* Parameter Fitter: Basic implementation ([#6921](../../pull/6921))
12+
* Datasets: Add domain field; respect "Unlisted" ([#6920](../../pull/6920))
13+
* Datasets: Let the filter override domain and language ([#6930](../../pull/6930))
14+
* ScoringSheet and ScoringSheetViewer widgets ([#6817](../../pull/6817))
15+
* Multilingual package and installation ([#6828](../../pull/6828))
16+
17+
##### Bugfixes
18+
* Calibrated Learner: Prevent in place modification of base learner ([#6917](../../pull/6917))
19+
* ListView: Fix selection ([#6823](../../pull/6823))
20+
* plotutils: Fix scene layout tracking in AnchorItem ([#6859](../../pull/6859))
21+
* oweditdomain: Hide "categories mapping" warning on change ([#6865](../../pull/6865))
22+
* Logistic regression: fix penalty argument for no regularization ([#6886](../../pull/6886))
23+
* Avoid slowdowns by caching Domain.__eq__ ([#6764](../../pull/6764))
24+
* SVM: degree has to be an integer ([#6866](../../pull/6866))
25+
* Only deepcopy the .attributes for the outermost Table transformation ([#6849](../../pull/6849))
26+
* Line plot: compatibility with scipy 1.14 ([#6845](../../pull/6845))
27+
* PCA: ensure tests pass on sklearn 1.4 and 1.5, which can return different results ([#6821](../../pull/6821))
28+
* Remove Orange implementation of randomized PCA for sparse data ([#6815](../../pull/6815))
29+
30+
831
[3.37.0] - 2024-05-27
932
--------------------
1033
##### Enhancements
@@ -1874,7 +1897,8 @@ Change Log
18741897
* Initial version based on Python 1.5.2 and Qt 2.3
18751898

18761899

1877-
[next]: https://github.com/biolab/orange3/compare/3.37.0..HEAD
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
18781902
[3.37.0]: https://github.com/biolab/orange3/compare/3.36.2...3.37.0
18791903
[3.36.2]: https://github.com/biolab/orange3/compare/3.36.1...3.36.2
18801904
[3.36.1]: https://github.com/biolab/orange3/compare/3.36.0...3.36.1

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.38.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)