biolab / orange3-educational

🍊 🎓 Educational widgets for machine learning and data mining in Orange 3.
Other
27 stars 20 forks source link

Widgets reorder #64

Closed PrimozGodec closed 5 years ago

PrimozGodec commented 5 years ago
Issue

Widgets in the addon were sorted randomly.

Description of changes

Widgets reordered to have the following order:

Screenshot 2019-03-29 14 44 02

Includes
codecov-io commented 5 years ago

Codecov Report

Merging #64 into master will increase coverage by 0.03%. The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #64      +/-   ##
==========================================
+ Coverage   79.21%   79.25%   +0.03%     
==========================================
  Files          17       17              
  Lines        2271     2275       +4     
  Branches      278      278              
==========================================
+ Hits         1799     1803       +4     
  Misses        441      441              
  Partials       31       31
Impacted Files Coverage Δ
orangecontrib/educational/widgets/owpiecharts.py 0% <0%> (ø) :arrow_up:
...rangecontrib/educational/widgets/owgooglesheets.py 0% <0%> (ø) :arrow_up:
...trib/educational/widgets/owpolynomialregression.py 96.58% <100%> (+0.01%) :arrow_up:
orangecontrib/educational/widgets/ow1ka.py 44.64% <100%> (ø) :arrow_up:
.../educational/widgets/owpolynomialclassification.py 98.33% <100%> (ø) :arrow_up:
orangecontrib/educational/widgets/owkmeans.py 94.68% <100%> (+0.01%) :arrow_up:
...gecontrib/educational/widgets/owgradientdescent.py 97.03% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 19e76d7...4b26de8. Read the comment docs.

PrimozGodec commented 5 years ago

@BlazZupan, @janezd do you agree with new widget order?

ajdapretnar commented 5 years ago

I don't know. Usually we have data-loading widgets at the beginning. This is why I put Google Spreadsheets and Enklik Anketa at the beginning.

PrimozGodec commented 5 years ago

@ajdapretnar that makes sense. I proposed new order.