Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
orange3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Setting up 2FA is now mandatory for all users.
Show more breadcrumbs
Youri Coppens
orange3
Commits
427dd341
Commit
427dd341
authored
5 years ago
by
Marko Toplak
Browse files
Options
Downloads
Patches
Plain Diff
Release 3.23.0
parent
217575da
No related branches found
Branches containing commit
Tags
3.23.0
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+32
-1
32 additions, 1 deletion
CHANGELOG.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
33 additions
and
2 deletions
CHANGELOG.md
+
32
−
1
View file @
427dd341
...
...
@@ -5,6 +5,36 @@ Change Log
------------
*
...
[3.23.0] - 2019-09-05
--------------------
##### Enhancements
*
Pull YAML feed of notifications on startup, refactor notifications (
[
#3933
](
../../pull/3933
)
)
*
Widget for Self-Organizing Maps (
[
#3928
](
../../pull/3928
)
)
*
DBSCAN widget (
[
#3917
](
../../pull/3917
)
)
*
BoxPlot: Write the anova/t-test statistic onto the plot. (
[
#3945
](
../../pull/3945
)
)
*
Feature Constructor: Easier categorical features, allow creation of date/time, easier use of string data (
[
#3936
](
../../pull/3936
)
)
*
Merge data allows matching by multiple pairs of columns (
[
#3919
](
../../pull/3919
)
)
*
Sticky graphics header/footer views (
[
#3930
](
../../pull/3930
)
)
*
Shiny renewed widget Distributions (
[
#3896
](
../../pull/3896
)
)
*
Calibration plot (add performance curves) and a new Calibrated Learner widget (
[
#3881
](
../../pull/3881
)
)
*
Added Specificity as a new score in Test&Score (
[
#3907
](
../../pull/3907
)
)
*
Separate canvas and base widget (
[
#3772
](
../../pull/3772
)
)
##### Bugfixes
*
Conda Installer: Restore compatibility with latest anaconda python (
[
#4004
](
../../pull/4004
)
)
*
Scatter plot: Hidden variables fix (
[
#3985
](
../../pull/3985
)
)
*
Boxplot fix (
[
#3983
](
../../pull/3983
)
)
*
Heat map: Cannot cluster a single instance (
[
#3980
](
../../pull/3980
)
)
*
Test and Score: Sort numerically, not alphabetically (
[
#3951
](
../../pull/3951
)
)
*
OWProjectionWidgetBase: Update when domain is changed (
[
#3946
](
../../pull/3946
)
)
*
Change normalization to Scaling in SVM (
[
#3898
](
../../pull/3898
)
)
*
Restore usage tracking (
[
#3921
](
../../pull/3921
)
)
*
main: Fix widget settings directory path to clear (
[
#3932
](
../../pull/3932
)
)
*
Backcompatibility stubs (
[
#3926
](
../../pull/3926
)
)
*
OWNeighbours fix manual apply for some options (
[
#3911
](
../../pull/3911
)
)
*
Documentation links (
[
#3897
](
../../pull/3897
)
)
*
Update output on new input, even if auto commit is disabled (
[
#3844
](
../../pull/3844
)
)
[3.22.0] - 2019-06-26
--------------------
...
...
@@ -1128,7 +1158,8 @@ Change Log
*
Initial version based on Python 1.5.2 and Qt 2.3
[
next
]:
https://github.com/biolab/orange3/compare/3.22.0...HEAD
[
next
]:
https://github.com/biolab/orange3/compare/3.23.0...HEAD
[
3.23.0
]:
https://github.com/biolab/orange3/compare/3.22.0...3.23.0
[
3.22.0
]:
https://github.com/biolab/orange3/compare/3.21.0...3.22.0
[
3.21.0
]:
https://github.com/biolab/orange3/compare/3.20.1...3.21.0
[
3.20.1
]:
https://github.com/biolab/orange3/compare/3.20.0...3.20.1
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
427dd341
...
...
@@ -32,7 +32,7 @@ from distutils.command import install_data, sdist, config, build
NAME
=
'
Orange3
'
VERSION
=
'
3.23.0
'
ISRELEASED
=
Fals
e
ISRELEASED
=
Tru
e
# full version identifier including a git revision identifier for development
# build/releases (this is filled/updated in `write_version_py`)
FULLVERSION
=
VERSION
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment