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
564fe2e0
Commit
564fe2e0
authored
7 years ago
by
Lan Zagar
Browse files
Options
Downloads
Patches
Plain Diff
Release 3.12.0
parent
c9f5865f
No related branches found
Branches containing commit
Tags
3.12.0
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+21
-1
21 additions, 1 deletion
CHANGELOG.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
22 additions
and
2 deletions
CHANGELOG.md
+
21
−
1
View file @
564fe2e0
...
...
@@ -6,6 +6,25 @@ Change Log
*
...
[3.12.0] - 2018-04-06
--------------------
##### Enhancements
*
owselectrows: Change defaults for 'Purging' (
[
#2969
](
../../pull/2969
)
)
*
statistics: Speed up countnans for sparse matrices (
[
#2965
](
../../pull/2965
)
)
##### Bugfixes
*
Sieve Diagram: Fix spacing of axis labels (
[
#2971
](
../../pull/2971
)
)
*
Fix data reading speed (
[
#2923
](
../../pull/2923
)
)
*
KMeans clear results on k change, do not recluster (
[
#2915
](
../../pull/2915
)
)
*
gui.ControlledList: Take a weakref to listBox (
[
#2962
](
../../pull/2962
)
)
*
WidgetManager: Schedule delayed deletion for managed OWWidgets (
[
#2963
](
../../pull/2963
)
)
*
domaineditor: Give the VarTableModel a parent (
[
#2961
](
../../pull/2961
)
)
*
scatterplot: limit number of points displayed in tooltip (
[
#2980
](
../../pull/2980
)
)
*
Speed-up prediction by circumventing Instance-specific prediction. (
[
#2959
](
../../pull/2959
)
)
*
Vizrank: Properly shutdown/wait when parent deleted (
[
#2960
](
../../pull/2960
)
)
*
Test & Score: Make the scores view table non-editable (
[
#2947
](
../../pull/2947
)
)
[3.11.0] - 2018-03-07
--------------------
##### Enhancements
...
...
@@ -794,7 +813,8 @@ Change Log
*
Initial version based on Python 1.5.2 and Qt 2.3
[
next
]:
https://github.com/biolab/orange3/compare/3.11.0...HEAD
[
next
]:
https://github.com/biolab/orange3/compare/3.12.0...HEAD
[
3.12.0
]:
https://github.com/biolab/orange3/compare/3.11.0...3.12.0
[
3.11.0
]:
https://github.com/biolab/orange3/compare/3.10.0...3.11.0
[
3.10.0
]:
https://github.com/biolab/orange3/compare/3.9.1...3.10.0
[
3.9.1
]:
https://github.com/biolab/orange3/compare/3.9.0...3.9.1
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
564fe2e0
...
...
@@ -20,7 +20,7 @@ from distutils.command.build_ext import build_ext
NAME
=
'
Orange3
'
VERSION
=
'
3.12.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