biolab / orange3-timeseries

🍊 :chart_with_upwards_trend: Orange add-on for analyzing, visualizing, manipulating, and forecasting time series data.
Other
62 stars 40 forks source link

Aggregate: Fix 'Apply Automatically' #194

Closed janezd closed 2 years ago

janezd commented 2 years ago
Issue

Fixes #175.

Based on #195.

Description of changes

Use gui.deferred decorator and the corresponding methods for deferred commit.

Also, use WidgetPreview for previewing.

Includes
codecov-commenter commented 2 years ago

Codecov Report

Merging #194 (29a9d78) into master (3ce4ca1) will increase coverage by 0.76%. The diff coverage is 91.66%.

@@            Coverage Diff             @@
##           master     #194      +/-   ##
==========================================
+ Coverage   72.43%   73.20%   +0.76%     
==========================================
  Files           7        7              
  Lines         809      821      +12     
  Branches      133      161      +28     
==========================================
+ Hits          586      601      +15     
+ Misses        171      168       -3     
  Partials       52       52              
Impacted Files Coverage Δ
orangecontrib/timeseries/timeseries.py 85.95% <87.50%> (+0.83%) :arrow_up:
orangecontrib/timeseries/functions.py 77.09% <100.00%> (ø)
orangecontrib/timeseries/models.py 69.60% <100.00%> (+1.78%) :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 14a557f...29a9d78. Read the comment docs.