Skip to content

Commit c2c0f50

Browse files
committed
Release 3.36.0
1 parent a1a1c92 commit c2c0f50

File tree

2 files changed

+42
-2
lines changed

2 files changed

+42
-2
lines changed

CHANGELOG.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,45 @@ Change Log
44
[next] - TBA
55
------------
66

7+
[3.36.0] - 2023-09-08
8+
--------------------
9+
##### Enhancements
10+
* Update widget.json
11+
* feature-constructor2-stamped.png - resize and index
12+
* Formula documentation: Minor changes
13+
* index.rst - fix reference to formula
14+
* move accidentally displaced formula.md
15+
* SOM: output columns with coordinates and errors ([#6542](../../pull/6542))
16+
* Lazy signals for Hierarchical Clustering ([#6348](../../pull/6348))
17+
* PCA widget runs a separate thread ([#6528](../../pull/6528))
18+
* Edit Domain: Change types of multiple variables ([#6426](../../pull/6426))
19+
* owsavebase: Display a warning when auto save is disabled ([#6454](../../pull/6454))
20+
* Select Columns: Accept partially correct drops ([#6390](../../pull/6390))
21+
22+
##### Bugfixes
23+
* Update widget.json
24+
* feature-constructor2-stamped.png - resize and index
25+
* Formula documentation: Minor changes
26+
* index.rst - fix reference to formula
27+
* move accidentally displaced formula.md
28+
* Predictions: Fix column size hinting ([#6563](../../pull/6563))
29+
* Naive Bayes: fix predictions with unknown values ([#6564](../../pull/6564))
30+
* Scatter Plot - Handle input features that are hidden in data ([#6531](../../pull/6531))
31+
* Adapt tests to pandas 2.1 and fix deprecations ([#6560](../../pull/6560))
32+
* Adapt to newly released pandas 2.1 ([#6559](../../pull/6559))
33+
* CSV Import - Change datetime format parsing ([#6539](../../pull/6539))
34+
* owdiscretize: Fix formatting display string when user role is undefined ([#6498](../../pull/6498))
35+
* Neural Network: Default learner name propagation ([#6526](../../pull/6526))
36+
* PCA - Output instance of table subclass when instance of table subclass on input ([#6536](../../pull/6536))
37+
* owpredictions: Fix a type error in report when using NoopDelegate ([#6537](../../pull/6537))
38+
* Scatter Plot - Fix Vizrank for hidden attributes ([#6530](../../pull/6530))
39+
* config: Replace and fix use of pkg_resources.parse_version ([#6523](../../pull/6523))
40+
* Fix classification trees for data with repeated feature values ([#6488](../../pull/6488))
41+
* Group By - Fix error with hidden attributes ([#6473](../../pull/6473))
42+
* Sql - Fix comparison with values trailing spaces ([#6470](../../pull/6470))
43+
* ListView - empty variable when all values unselected ([#6441](../../pull/6441))
44+
45+
746
[3.35.0] - 2023-05-05
847
---------------------
948
##### Enhancements
@@ -1784,7 +1823,8 @@ Change Log
17841823

17851824

17861825
[next]: https://github.com/biolab/orange3/compare/3.35.0..HEAD
1787-
[3.34.1]: https://github.com/biolab/orange3/compare/3.34.1...3.35.0
1826+
[3.36.0]: https://github.com/biolab/orange3/compare/3.35.0...3.36.0
1827+
[3.35.0]: https://github.com/biolab/orange3/compare/3.34.1...3.35.0
17881828
[3.34.1]: https://github.com/biolab/orange3/compare/3.34.0...3.34.1
17891829
[3.34.0]: https://github.com/biolab/orange3/compare/3.33.0...3.34.0
17901830
[3.33.0]: https://github.com/biolab/orange3/compare/3.32.0...3.33.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.36.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)