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

Difference: Add option to assume zero values before #246

Closed janezd closed 1 year ago

janezd commented 1 year ago
Issue

Fixes #244.

It's indeed a minor change, but it may take time to merge because my boss @VesnaT excels at finding my mistakes in exactly these kinds of pull requests.

(Kidding of course. @VesnaT is meticulously great.)

Description of changes

Just to see that I understood this correctly.

When direction is inverted or when computing some kinds of quotients and percentages, this option is disabled.

Includes
wvdvegte commented 1 year ago

Not part of this PR, but I have noticed that selected variables are not saved when saving a workflow.

That's #243 , as I have also recently noticed.

wvdvegte commented 1 year ago

Just an idea - but why not add Difference as an option to Moving Transform, to be combined with a window size of 2 for regular difference calculation. I guess #243 won't be fixed in the next release of Timeseries, and it's a very annoying bug. Why not get rid of Difference altogether, just like Aggregate?