- Jun 01, 2016
-
-
astaric authored
-
astaric authored
Reverts commits 932ece and 59faf. The side effect of this hack was that Orange3.app did not display any icons.
-
Anže Starič authored
setup.py: Tolerate missing numpy until build_ext is actually invoked
-
- May 31, 2016
-
-
Ales Erjavec authored
Make it possible to invoke setup.py and retrive basic package metadata without numpy installed. This makes it possible to pip install into an environment without numpy preinstalled: https://pip.pypa.io/en/stable/reference/pip_install/#installation-order
-
Anže Starič authored
[FIX] Tests: Relative test datasets search path
-
astaric authored
-
astaric authored
-
astaric authored
-
- May 30, 2016
-
-
Ajda authored
[FIX] Fix a crash when saving report to a .report file
-
Ajda authored
[FIX ] Update Classification Tree tutorial
-
Ales Erjavec authored
-
Ales Erjavec authored
-
Ales Erjavec authored
-
Ales Erjavec authored
Allow test to run with any cwd not just from the source root dir
-
astaric authored
-
astaric authored
Pickling widgets is prone to errors, as some components might not be picklable. When such objects are unpickled, __init__ is not called, causing further problems (such as not being able to pickle the object again).
-
- May 27, 2016
-
-
Anže Starič authored
Fix Qt plugin paths (Refs: 59faf293)
-
Kernc authored
site.getsitepackages() doesn't work inside virtualenv: https://github.com/pypa/virtualenv/issues/228 https://github.com/pypa/virtualenv/issues/355
-
Anže Starič authored
Manually specify plugins path
-
Anže Starič authored
Fixups
-
Ajda authored
[ENH] Predictions: Report, Data <--> Predictions, fixups
-
Lan Zagar authored
[FIX] OWSilhouettePlot: Fixup
-
Kernc authored
-
Kernc authored
-
Kernc authored
-
Vesna Tanko authored
The widget crashed when passed dataset (with metas) where an arbitrary class value belonged to only one data instance.
-
Lan Zagar authored
Win installer: upgrade pip and scikit-learn in the windows application installer
-
Lan Zagar authored
Linear projection: Improve GUI
-
Anže Starič authored
[ENH] Add auto-apply checkboxes to learner dialogs
-
Ales Erjavec authored
-
Ales Erjavec authored
-
Ales Erjavec authored
pip wheel is used to retrieve all package dependencies, and should also consider .whl files build with wheel>=0.27
-
Kernc authored
-
Kernc authored
-
Kernc authored
-
Kernc authored
-
Kernc authored
-
Ales Erjavec authored
-
Ales Erjavec authored
Require pip 8.* in order to install .whl files created by wheel>=0.27 Keep the wheel==0.26.* in the build env just to be sure.
-
Ajda authored
[ENH] Report for Edit Domain widget.
-