Skip to content
Permalink
Branch: master
Commits on Dec 29, 2016
Commits on Dec 28, 2016
  1. DOC: More datetime format details; replace kind with role

    kernc committed Dec 27, 2016
  2. DOC: Fixups, avoid warnings

    kernc committed Dec 27, 2016
Commits on Dec 20, 2016
  1. Travis: ensure that docs don't include truecolor images

    kernc committed Dec 12, 2016
Commits on Dec 13, 2016
  1. Make OrangeDeprecationWarning an Exception when running CI tests

    kernc committed Dec 9, 2016
Commits on Dec 11, 2016
  1. Replace preprocess.continuize.DomainContinuizer.__new__ -> __init__

    kernc committed Nov 28, 2016
    Yes, there's an extended duplicate in owcontinuze. Yes.
  2. Make Learners and Models (and descendants) reprable

    kernc committed Nov 22, 2016
    Also make them have default short names derived from type names.
  3. FitterMeta: determine subclass if not Fitter

    kernc committed Dec 9, 2016
    `name` not required.
Commits on Dec 9, 2016
  1. Report: avoid some JS errors on WebEngine

    kernc committed Dec 1, 2016
    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
  2. widget tests: don't tearDown widgets

    kernc committed Dec 1, 2016
    Replace sip.delete() with sip.setdestroyonexit(False), don't call
    OWWidget.onDeleteWidget() ==> Avoid double frees and such.
    
    Also fixes #1779
  3. Merge pull request #1808 from ales-erjavec/fixes/table-clipboard-copy

    kernc committed Dec 9, 2016
    [FIX] Fix copy to clipboard in "Data Table" widget
  4. DiscreteVariable: reset colors when new values added

    kernc committed Dec 9, 2016

Seeing something unexpected? Take a look at the GitHub commits guide.

You can’t perform that action at this time.