Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tomwer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
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
Show more breadcrumbs
Olof Svensson
tomwer
Commits
ee294bc8
Commit
ee294bc8
authored
8 years ago
by
astaric
Browse files
Options
Downloads
Patches
Plain Diff
Release 3.3.6
parent
8b453e90
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+34
-1
34 additions, 1 deletion
CHANGELOG.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
35 additions
and
2 deletions
CHANGELOG.md
+
34
−
1
View file @
ee294bc8
...
...
@@ -5,6 +5,37 @@ Change Log
------------
*
...
##### Enhancements
*
Automatically discretize continuous variables in Sieve (#1372)
*
Nicer reporting of tabular data (e.g. Confusion Matrix) (#1309)
*
Match only at the beginning of word in quickMenu search (#1363)
*
Univar regression coefficients (#1186)
*
Add Mahalanobis distance (#1355)
*
Move Data Table higher in the 'suggested widgets' list (#1346)
*
Support Distances on Sparse Data (#1345)
*
Add auto apply to Test & Score (#1344)
*
Support unix timestamps in TimeVariable (#1335)
*
Skip Hidden Attributes in SelectRows (#1324)
*
Preprocessor widget: add random feature selection (#1112)
*
Sort list of available add-ons (#1305)
##### Bugfixes
*
Fix and improve handling of input data in PaintData (#1342)
*
Mosaic: Output original data, not discretized (#1371)
*
Fix report for OWLinearProjection (#1360, #1361)
*
Fix auto-apply in SelectColumns (#1353)
*
Fix a RuntimeError in ImageViewer when clearing the scene (#1357)
*
Use https to query pypi API (#1343)
*
OWBaseLearner: Add name attribute to learner (#1340)
*
Pass data attributes after preprocess. (#1333)
*
Better support for sparse data (#1306)
*
gui.auto_commit: Fix crash when caller gives argument (#1325)
*
Fix image viewer runtime error (#1322)
*
Better selection indicators in canvas (#1308)
*
Open correct help file for add-on widgets (#1307)
[3.3.5] - 2016-06-01
--------------------
##### Bugfixes
...
...
@@ -12,6 +43,7 @@ Change Log
*
Fix installation in environments without numpy installed (#1291)
*
Allow running of library test when PyQt is not available (#1289)
[3.3.4] - 2016-05-27
--------------------
##### Enhancements
...
...
@@ -118,7 +150,8 @@ Change Log
*
Initial version based on Python 1.5.2 and Qt 2.3
[
next
]:
https://github.com/biolab/orange3/compare/3.3.5...HEAD
[
next
]:
https://github.com/biolab/orange3/compare/3.3.6...HEAD
[
3.3.6
]:
https://github.com/biolab/orange3/compare/3.3.5...3.3.6
[
3.3.5
]:
https://github.com/biolab/orange3/compare/3.3.4...3.3.5
[
3.3.4
]:
https://github.com/biolab/orange3/compare/3.3.3...3.3.4
[
3.3.3
]:
https://github.com/biolab/orange3/compare/3.3.2...3.3.3
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
ee294bc8
...
...
@@ -20,7 +20,7 @@ from distutils.command.build_ext import build_ext
NAME
=
'
Orange3
'
VERSION
=
'
3.3.6
'
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