Skip to content
Aleš Erjavec edited this page Jul 17, 2015 · 4 revisions

OASYS plan

  • Remove all core Orange modules/classes/widgets (Orange.data..., Orange.widgets.data...)
  • Change top level import name from Orange -> OASYS (oasys?) Choose
    • Use/keep own OWWidget
    • Import and subclass Orange.widgets.widget.OWWidget
    • Create a separate owwidgetbase package with 'common' widget for owwidget like workflows (including gui and settings modules, maybe utils).
  • Make the OASYS add-ons change their imports accordingly.
Clone this wiki locally