Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis: run tests on Trusty, Python 3.5, PyQt5 #5

Merged
merged 87 commits into from Jan 5, 2017

Conversation

Projects
None yet
9 participants
@kernc
Copy link
Owner

commented Dec 1, 2016

Issue
Description of changes
Includes
  • Code changes
  • Tests
  • Documentation

@kernc kernc force-pushed the travis-trusty branch from becae96 to 7c55b04 Dec 1, 2016

@codecov-io

This comment has been minimized.

Copy link

commented Dec 1, 2016

Current coverage is 89.05% (diff: 97.40%)

Sunburst

No coverage report found for master at 4975a33.

Powered by Codecov. Last update 4975a33...9806c55

@kernc kernc force-pushed the travis-trusty branch 4 times, most recently from ed90573 to b90db35 Dec 1, 2016

VesnaT and others added some commits Dec 2, 2016

OWAdaBoost: Use widget error messages
The widget simply crashed if an invalid learner was set as its base
estimator. Now, we use the widget Error messages and fail gracefully.
Merge pull request biolab#1795 from VesnaT/add_doc
[DOC] Basic documentation for Transpose and Manifold Learning widgets
owconfusionmatrix: Add migrate_settings
Fix an error when restoring from a workflow that was saved when
the `selected_learner` settings was an int
Merge learners: LearnerDispatcher, OWBaseLearner
Implement a working version of the Learner dispatcher and adjust
OWBaseLearner to have boxes for classificaiton and regression
parameters.

@kernc kernc force-pushed the travis-trusty branch 2 times, most recently from c654ba2 to 37af759 Dec 2, 2016

janezd and others added some commits Dec 5, 2016

Merge pull request biolab#1657 from pavlin-policar/merge-learners
Now that 3.3.9 is released, it's finally time to merge this. Sorry for the long wait.
Merge pull request biolab#1801 from ajdapretnar/docs
Updates to scripting documentation: Impute and typos
Merge pull request biolab#1804 from astaric/fix-examples
[FIX] TreeGraph: Compatibility with old schemas
owtable: Fix copy selection to clipoard
Did not work since 55d31c1
due to ambiguous shortcut overload
owtable: Fix an TypeError when using PyQt5
`PyQt5.QtCore.QByteArray` raises an TypeError if called with
a `str.

@kernc kernc force-pushed the travis-trusty branch from 37af759 to b85a60b Dec 9, 2016

Merge pull request biolab#1808 from ales-erjavec/fixes/table-clipboar…
…d-copy

[FIX] Fix copy to clipboard in "Data Table" widget

@kernc kernc force-pushed the travis-trusty branch from b85a60b to 9806c55 Dec 9, 2016

kernc added some commits Dec 1, 2016

widget tests: don't tearDown widgets
Replace sip.delete() with sip.setdestroyonexit(False), don't call
OWWidget.onDeleteWidget() ==> Avoid double frees and such.

Also fixes biolab#1779
Report: avoid some JS errors on WebEngine
Such as:

	js: Uncaught TypeError: Cannot read property 'scrollIntoView' of null
	js: Uncaught TypeError: Cannot read property 'id' of undefined
	js: Uncaught TypeError: Cannot set property 'className' of null

@kernc kernc force-pushed the travis-trusty branch from 9806c55 to e724971 Dec 9, 2016

@kernc kernc merged commit e724971 into master Jan 5, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.