Marko Toplak
Marko Toplak
In the meanwhile, you can use a workaround to install add-ons into your Orange app. In a terminal run: `/Applications/Orange3.app/Contents/MacOS/pip install orange3-educational` You can search for more addons at https://pypi.org.
#5734 shows the same problem by a user on Mac OS 11.6.1 (20G224) on Intel.
Thanks for reporting this. I have no idea what changed though. :)
@BlazZupan, could you check if it also works for you now? Could you try both the old and the new versions?
As you say, using `get_column_view` on an unknown table is wrong. For me, this is a confusing mixture of two very different behaviors. It implies a fast operation. So I...
@ajdapretnar, that would be more messing with the data structure. :) Especially in this case because the actual variable (with its compute value) is important, not the name. Now I...
I checked what should the `compute_value` do. We never enforce what its output should look like. Instead, `match_density` assures it is a (1D array for dense and 2D for sparse)...
I like this a lot. I proposed some text changes but I am not really sure if they are any better. Feel free to merge as-is.
For use in spectroscopy this would be a step back. Users want to see PC components compared to data, which are now in the same space and easily comparable with...
Thinking a bit more about this, I's say we have two aspects: 1. Semantics. What do the results mean, how do they correspond to original data. 2. Visualization. How do...