Aleš Erjavec
Aleš Erjavec
##### Issue Closes gh-5816 ##### Description of changes Add option for no regularization. ##### Includes - [X] Code changes - [X] Tests - [ ] Documentation
##### Issue Closes: gh-6010 ##### Description of changes Prepend new items to stored history. ##### Includes - [X] Code changes - [ ] Tests - [ ] Documentation
##### Issue Feature Constructor can construct `compute_value` which are not picklable (defined in local function scope): * https://github.com/biolab/orange3/blob/cd3dfeeeb7f4ac97667e2a0335923b5fa6dfebab/Orange/widgets/data/owfeatureconstructor.py#L1032-L1033 * https://github.com/biolab/orange3/blob/cd3dfeeeb7f4ac97667e2a0335923b5fa6dfebab/Orange/widgets/data/owfeatureconstructor.py#L1042-L1047) Fixes gh-5918 ##### Description of changes * Make the `cast`...
##### Issue After https://github.com/biolab/orange-widget-base/pull/204 the test will start failing/segfaulting. ##### Description of changes Fix a call too commit in concurrent_example Fix OWWidget cleanup in tests. ##### Includes - [X] Code...
##### Issue Since https://github.com/biolab/orange-widget-base/pull/204 was released, `Orange.widgets.tests.test_workflows` fails with ``` Traceback (most recent call last): File "/home/runner/work/orange3/orange3/.tox/pyqt6/lib/python3.9/site-packages/Orange/widgets/visualize/owboxplot.py", line 257, in eventFilter if obj is self.box_view.viewport() and \ AttributeError: 'OWBoxPlot' object...
Pip frequently fails on windows with a PermissionError in temporary directory cleanup after it has already successfully installed upgraded/uninstalled a package. E.g if you have `import matplotlib` in one python...
##### Issue test_owcsvimport tests sometimes segfault in CI tests. ``` test_browse (Orange.widgets.data.tests.test_owcsvimport.TestOWCSVFileImport) ... ok test_browse_for_missing (Orange.widgets.data.tests.test_owcsvimport.TestOWCSVFileImport) ... Fatal Python error: Segmentation fault Thread 0x000070000d724000 (most recent call first): File "/Users/runner/work/orange3-installers/orange3-installers/mnt/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/futures/thread.py",...
##### Issue Ref https://github.com/biolab/orange-canvas-core/issues/270, ... ##### Description of changes Use *palette styled* widget icons. ##### Includes - [X] Code changes - [ ] Tests - [ ] Documentation
Add macos arm64 wheels to the release build.
### Issue Fixes https://github.com/biolab/orange3/issues/6777 The results are less then stellar though. All SVG icons get rasterized. ### Changes * Save workflow image to SVG * Also make the save ows...